Full first draft of a working UI

This commit is contained in:
Phyks (Lucas Verney) 2019-09-05 16:55:27 +02:00
parent 39b7dd4a0a
commit ff86c85a8a
4 changed files with 147 additions and 46 deletions

View file

@ -426,7 +426,6 @@ table.dataTable.display tbody tr.even:hover {
* leaflet-sidebar-v2
*/
.leaflet-sidebar-pane#tab_profile,
.leaflet-sidebar-pane#tab_data,
.leaflet-sidebar-pane#tab_itinerary {
/* Full height for content with inner scrolling,
@ -434,6 +433,30 @@ table.dataTable.display tbody tr.even:hover {
height: 100%;
}
.leaflet-sidebar-pane#tab_profile {
min-height: 100%;
}
.leaflet-sidebar-pane#tab_profile .form-group {
margin-bottom: 5px;
}
.leaflet-sidebar-pane#tab_profile label {
font-weight: 700;
margin-bottom: 0;
}
.leaflet-sidebar-pane#tab_profile input[type='checkbox'] {
margin-right: 5px;
vertical-align: middle;
}
.leaflet-sidebar-pane#tab_profile .help-block {
display: block;
color: #737373;
margin-bottom: 0.5rem;
}
.leaflet-sidebar-content {
/* for optional-layers-tree */
overflow-x: auto;