FEATURE reordering admin menu
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
09a459226e
commit
49042d38f0
|
|
@ -25,12 +25,16 @@ ul#adminmenu #menu-media {
|
|||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
||||
ul#adminmenu #menu-media + li {
|
||||
padding-top: 10px !important;
|
||||
}
|
||||
|
||||
ul#adminmenu #menu-posts-equipe {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
||||
ul#adminmenu #menu-media + li {
|
||||
ul#adminmenu #menu-posts-equipe + li {
|
||||
padding-top: 10px !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -31,16 +31,18 @@ ul#adminmenu {
|
|||
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
||||
#menu-posts-equipe {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
||||
#menu-media + li {
|
||||
padding-top: 10px !important;
|
||||
}
|
||||
#menu-posts-equipe {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
||||
#menu-posts-equipe + li {
|
||||
padding-top: 10px !important;
|
||||
}
|
||||
|
||||
li:has(+ #menu-pages) {
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user