forked from studio-arrenberg/quartiersplattform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.css
32 lines (24 loc) · 849 Bytes
/
admin.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*! This file is auto-generated */
@media only screen and (min-width: 960px) {
#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap {
width: 200px!important;
/* background: palevioletred !important; */
}
.folded #adminmenu, .folded #adminmenu .wp-submenu, .folded #adminmenuback, .folded #adminmenuwrap, .folded.auto-fold #adminmenu, .folded.auto-fold #adminmenu .wp-submenu, .folded.auto-fold #adminmenuback, .folded.auto-fold #adminmenuwrap {
width: 36px !important;
}
}
#wpcontent, #wpfooter{
margin-left: 200px;
}
@media (min-width: 961px) {
.auto-fold .interface-interface-skeleton {
left: 200px
}
.folded.auto-fold .interface-interface-skeleton {
left: 36px !important;
}
.folded.auto-fold.is-fullscreen-mode .interface-interface-skeleton {
left: 0px !important;
}
}