Header changes.

This commit is contained in:
Zixaphir 2013-05-07 18:59:13 -07:00
parent 93b94ec9d0
commit 0146f51c4c
6 changed files with 15 additions and 12 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -642,7 +642,7 @@ Config =
Navigation:
'Navigation Alignment': [
'center'
'left'
'Change the text alignment of the navigation.'
['left', 'center', 'right']
]

View File

@ -105,7 +105,7 @@ Header =
$.add settings, Header.menuButton
$.add boardList, fullBoardList
$.add Header.bar, [boardList, Header.shortcuts, Header.notify, Header.toggle]
$.add Header.bar, [Header.shortcuts, boardList, Header.notify, Header.toggle]
Header.setCustomNav Conf['Custom Board Navigation']
Header.generateBoardList Conf['boardnav']

View File

@ -178,7 +178,10 @@ else "
color: transparent;
word-spacing: 2px;
" else ""}
text-align: #{_conf["Navigation Alignment"]};
text-align: #{_conf["Navigation Alignment"]};
}
#shortcuts {
float: right;
}
.fixed #header-bar.autohide {
z-index: 24;