update editor reponsive css for rebuilt editor
This commit is contained in:
parent
19da48c915
commit
264e8bda2d
1 changed files with 3 additions and 13 deletions
|
@ -37,6 +37,7 @@ body {
|
||||||
right: 0;
|
right: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding:8px;
|
padding:8px;
|
||||||
|
background-color:#ffffff;
|
||||||
}
|
}
|
||||||
#mapeditcontrols.loading {
|
#mapeditcontrols.loading {
|
||||||
background-image:url('/static/img/loader.gif');
|
background-image:url('/static/img/loader.gif');
|
||||||
|
@ -85,9 +86,6 @@ legend {
|
||||||
#map .leaflet-overlay-pane .c3nav-highlight {
|
#map .leaflet-overlay-pane .c3nav-highlight {
|
||||||
pointer-events:none;
|
pointer-events:none;
|
||||||
}
|
}
|
||||||
#btn_editing_cancel {
|
|
||||||
margin-right:8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#responsive_switch {
|
#responsive_switch {
|
||||||
display:none !important;
|
display:none !important;
|
||||||
|
@ -95,21 +93,13 @@ legend {
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
#mapeditcontrols {
|
#mapeditcontrols {
|
||||||
|
transition: right 300ms;
|
||||||
|
-webkit-transition: right 300ms;
|
||||||
width:100vw;
|
width:100vw;
|
||||||
}
|
}
|
||||||
body:not(.controls) #mapeditcontrols {
|
body:not(.controls) #mapeditcontrols {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background-image:none;
|
|
||||||
}
|
|
||||||
#mapeditcontrols > div {
|
|
||||||
width:100vw;
|
|
||||||
}
|
|
||||||
body:not(.controls) #mapeditcontrols > div {
|
|
||||||
right:-100vw !important;
|
|
||||||
}
|
|
||||||
#mapeditcontrols:not(.detail) > #mapeditdetail {
|
|
||||||
right:-100vw;
|
right:-100vw;
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
#map {
|
#map {
|
||||||
transition: left 300ms, right ;
|
transition: left 300ms, right ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue