fix parental control prompt

This commit is contained in:
Luke Pulverenti 2016-03-28 13:49:30 -04:00
parent ee03ef4f51
commit 527fe10cbe
3 changed files with 18 additions and 7 deletions

View file

@ -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 {