update header

This commit is contained in:
Luke Pulverenti 2016-03-29 13:28:14 -04:00
parent ecffa43ce4
commit 04963cbcfb
5 changed files with 28 additions and 13 deletions

View file

@ -362,10 +362,6 @@
display: none !important;
}
.dashboardDocument .headerSearchButton {
display: none !important;
}
body:not(.dashboardDocument) .btnNotifications {
display: none !important;
}
@ -401,6 +397,10 @@ body:not(.dashboardDocument) .btnNotifications {
background: #4d4d4d !important;
}
.darkDrawerPanel .headerAppsButton {
display: none;
}
.adminDrawerPanel #drawer {
background: #fff !important;
box-shadow: none !important;
@ -487,6 +487,10 @@ body:not(.dashboardDocument) .btnNotifications {
margin-left: 1em;
}
.adminDrawerPanel[narrow] .headerAppsButton {
display: none;
}
.title-separator {
margin: 0 .5em;
}