Fix "Updater and Thread Stats in Header" option.

This commit is contained in:
Zixaphir 2013-05-10 13:04:54 -07:00
parent e52979eb82
commit fd54b161f5
6 changed files with 16 additions and 11 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

@ -318,7 +318,11 @@ else "
width: 7px;
#{Style.sizing}: border-box;
}
/* Updater */
/* Updater / Thread Stats */
.float #thread-stats,
.float #updater {
position: fixed;
}
#update-status.new::after {
content: ', ';
}

View File

@ -195,6 +195,7 @@ textarea.field:focus {
#themeConf,
#watcher,
#watcher:hover,
.dialog,
.submenu,
a[style="cursor: pointer; float: right;"] ~ div[style^="width: 100%;"] > table {
background: #{theme["Dialog Background"]};

View File

@ -12,7 +12,7 @@ ThreadUpdater =
Header.addShortcut sc
else
@dialog = sc = UI.dialog 'updater', 'bottom: 0px; left: 0px;',
"<div class=move></div><span id=update-status></span><span id=update-timer title='Update now'></span>"
"<div class=move><span id=update-status></span><span id=update-timer title='Update now'></span></div>"
$.addClass doc, 'float'
$.ready =>
$.addClass doc, 'float'