Removed world map zoom buttons
This commit is contained in:
parent
3de6c4b93a
commit
1f6530e23f
@ -198,6 +198,11 @@ div.flot-text {
|
|||||||
.tabbed-view-panel-title {
|
.tabbed-view-panel-title {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
/* worldmap zoom buttons and leaflet */
|
||||||
|
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers,
|
||||||
|
.leaflet-touch .leaflet-bar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
/* New Dashboard */
|
/* New Dashboard */
|
||||||
.add-panel__item {
|
.add-panel__item {
|
||||||
background: linear-gradient(135deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25));
|
background: linear-gradient(135deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25));
|
||||||
|
|||||||
@ -239,6 +239,11 @@ div.flot-text {
|
|||||||
.tabbed-view-panel-title {
|
.tabbed-view-panel-title {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
/* worldmap zoom buttons and leaflet */
|
||||||
|
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers,
|
||||||
|
.leaflet-touch .leaflet-bar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
/* buttons */
|
/* buttons */
|
||||||
.btn-inverse {
|
.btn-inverse {
|
||||||
border-color: #b56d16;
|
border-color: #b56d16;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user