More work with subscriptions
This commit is contained in:
parent
918103a17b
commit
497724443f
11 changed files with 164 additions and 62 deletions
|
|
@ -7,6 +7,11 @@
|
|||
margin: 30px auto;
|
||||
}
|
||||
|
||||
div.leaflet-container {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 400px) {
|
||||
.leaflet-container {
|
||||
height: 400px;
|
||||
|
|
@ -21,3 +26,23 @@
|
|||
.center-in-my-pos {
|
||||
margin: 10px;
|
||||
}
|
||||
.sidebar-tabs>li>a,
|
||||
.sidebar-tabs>ul>li>a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.sidebar-left~.sidebar-map .leaflet-left {
|
||||
left: 315px;
|
||||
}
|
||||
|
||||
.sidebar-tab-btn-group {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
div.sidebar-tab-btn-group > button > i {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue