This commit is contained in:
Nicolas Stepien 2013-04-30 03:31:42 +02:00
parent f07ccc6991
commit 00427cfc52
2 changed files with 3 additions and 4 deletions

View File

@ -375,15 +375,13 @@ a[href="javascript:;"] {
}
/* Announcement Hiding */
:root.hide-announcement #globalMessage {
:root.hide-announcement #globalMessage,
:root.hide-announcement-enabled #toggleMsgBtn {
display: none;
}
a.hide-announcement {
float: left;
}
#toggleMsgBtn {
display: none;
}
/* Unread */
#unread-line {

View File

@ -3,6 +3,7 @@ PSAHiding =
return if !Conf['Announcement Hiding']
$.addClass doc, 'hide-announcement'
$.addClass doc, 'hide-announcement-enabled'
entry =
type: 'header'