Few changes following @saxamaphone69's feedback. #932

This commit is contained in:
Nicolas Stepien 2013-02-22 15:38:25 +01:00
parent 7aacc95f20
commit 53d4f5d71d
4 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -30,7 +30,7 @@
.move {
cursor: move;
}
label {
label, .favicon {
cursor: pointer;
}
a[href="javascript:;"] {

View File

@ -58,8 +58,8 @@ Config =
'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.']
'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.']
imageExpansion:
'Fit width': [true, null]
'Fit height': [false, null]
'Fit width': [true, '']
'Fit height': [false, '']
'Expand spoilers': [true, 'Expand all images along with spoilers.']
'Expand from here': [true, 'Expand all images only from current position to thread end.']
filter:

View File

@ -32,7 +32,7 @@ Header =
toggleBar = $.el 'div',
id: 'toggle-header-bar'
title: 'Toggle the header bar position.'
title: 'Toggle the header auto-hiding.'
$.on toggleBar, 'click', @toggleBar
$.prepend headerBar, [menuButton, boardListButton, $.tn(' '), boardTitle, boardList, toggleBar]