Update font-awesome

This commit is contained in:
Jordan 2014-01-08 23:33:52 -07:00
parent 7eb6849276
commit 26ee14e688
6 changed files with 39 additions and 9 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

@ -1326,4 +1326,29 @@ a:only-of-type > .remove {
#shortcuts .fa-bars {
vertical-align: -1px;
}
}
/* Font Awesome */
:root.shortcut-icons .fa::before {
display:inline-block;
font-size:13px;
visibility:visible
}
:root.shortcut-icons #shortcuts .fa::before {
font-size:15px!important;
margin-top:-3px!important;
position:relative;
top:1px
}
:root.shortcut-icons .fa {
font-size:0;
visibility:hidden
}
:root.shortcut-icons .shortcut.brackets-wrap::after,
:root.shortcut-icons .shortcut.brackets-wrap::before {
display:none
}
:root.shortcut-icons a .fa {
display:inline
}

View File

@ -6,7 +6,7 @@ Gallery =
href: 'javascript:;'
id: 'appchan-gal'
title: 'Gallery'
className: 'fa fa-picture'
className: 'fa fa-picture-o'
textContent: 'Gallery'
$.on el, 'click', @cb.toggle

View File

@ -6,7 +6,7 @@ ThreadWatcher =
id: 'watcher-link'
textContent: 'Watcher'
href: 'javascript:;'
className: 'disabled fa fa-eye-open'
className: 'disabled fa fa-eye'
@db = new DataBoard 'watchedThreads', @refresh, true
@dialog = UI.dialog 'thread-watcher', 'top: 50px; left: 0px;', <%= importHTML('Monitoring/ThreadWatcher') %>