fix parental control prompt
This commit is contained in:
parent
ee03ef4f51
commit
527fe10cbe
3 changed files with 18 additions and 7 deletions
|
@ -407,10 +407,14 @@ body:not(.dashboardDocument) .btnNotifications {
|
|||
}
|
||||
|
||||
.adminDrawerPanel:not([narrow]) #drawer {
|
||||
z-index: 998!important;
|
||||
z-index: 998 !important;
|
||||
top: 65px !important;
|
||||
}
|
||||
|
||||
.adminDrawerPanel:not([narrow]) .mainDrawerButton {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.adminDrawerPanel .sidebarLink {
|
||||
color: #333 !important;
|
||||
font-weight: 400 !important;
|
||||
|
@ -469,9 +473,9 @@ body:not(.dashboardDocument) .btnNotifications {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.adminDrawerLogo img {
|
||||
height: 30px;
|
||||
}
|
||||
.adminDrawerLogo img {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.adminDrawerPanel #drawer #titleIcon {
|
||||
color: #666;
|
||||
|
@ -480,6 +484,7 @@ body:not(.dashboardDocument) .btnNotifications {
|
|||
|
||||
.adminDrawerPanel:not([narrow]) .libraryMenuButtonText {
|
||||
font-size: 150%;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.title-separator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue