add tabs for profile & data + button group

This commit is contained in:
Norbert Renner 2014-08-28 12:43:15 +02:00
parent 5a277b0a34
commit c190f6d48a
3 changed files with 42 additions and 10 deletions

View file

@ -132,16 +132,21 @@ td {
bottom: 0px;
}
.tab-content {
padding: 5px 0px;
}
/*
#profile_upload input {
position: absolute;
top: 6px;
right: 8px;
}
*/
/* http://snook.ca/archives/html_and_css/absolute-position-textarea */
#textarea_container {
position: absolute;
top: 32px;
top: 64px;
bottom: 6px;
left: 8px;
right: 8px;
@ -186,6 +191,10 @@ textarea:focus {
}
}
/*
* Bootstrap
*/
/* override Bootstrap label for Leaflet layer switcher */
.leaflet-control-layers label {
max-width: none;
@ -196,4 +205,9 @@ textarea:focus {
Leaflet only | 21 | 20 |
Bootstrap | 23 | 22 |*/
height: 21px;
}
}
/* smaller tab height */
.nav > li > a {
padding: 2px 15px;
}