a few more /f/ tweaks

It’s almost presentable! 🎈
This commit is contained in:
Brandon 2014-03-05 19:51:25 -08:00
parent 8a4a76f376
commit 23a82cd795
4 changed files with 9 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2633,26 +2633,22 @@ article li {
[action*='/f/'] .fileInfo {
padding-left: 5px !important;
}
.name-col{
[action*='/f/'] .subject, .name-col {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: break-word;
}
[action*='/f/'] .subject {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: break-word;
div.navLinks.sauce {
margin-top: 5px !important;
}
.mobile.center {
display:none!important;
}
table.flashListing {
border-spacing: 1px !important;
padding-left: 5px !important;
margin: 5px auto !important;
}
.flashListing td {
padding: 2px !important;

View File

@ -13,5 +13,6 @@ Flash =
sauceLink = $.el 'a',
textContent: 'Check Sauce on SWFCHAN'
href: "http://eye.swfchan.com/search/?q=#{swfName.textContent}"
$.addClass nav, 'sauce'
$.rmAll nav
$.add nav, [$.tn('['), sauceLink, $.tn(']')]