some style fixes

This commit is contained in:
8chan 2015-03-11 18:22:22 -07:00
parent 4602fa3117
commit bebd364a59
4 changed files with 12 additions and 7 deletions

View File

@ -16,7 +16,7 @@ $(document).ready(function(){
$('form[name="postcontrols"] > .delete') $('form[name="postcontrols"] > .delete')
.first() .first()
.before('<div id="thread_stats" style="float:left;"></div>'); .before('<div id="thread_stats"></div>');
var el = $('#thread_stats'); var el = $('#thread_stats');
el.prepend('Page <span id="thread_stats_page">?</span>'); el.prepend('Page <span id="thread_stats_page">?</span>');
if (IDsupport){ if (IDsupport){

View File

@ -166,13 +166,13 @@ table.modlog tr th {
color: #AAAAAA; color: #AAAAAA;
} }
.desktop-style div.boardlist:nth-child(1) { .desktop-style div.boardlist:not(.bottom) {
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px; text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
background-color: #666666; background-color: #666666;
} }
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu { .desktop-style div.boardlist:not(.bottom):hover, .desktop-style div.boardlist:not(.bottom).cb-menu {
background-color: rgba(30%, 30%, 30%, 0.65); background-color: rgba(30%, 30%, 30%, 0.65);
} }
@ -190,3 +190,7 @@ div.report {
.options_tab_icon.active { .options_tab_icon.active {
color: #FFFFFF; color: #FFFFFF;
} }
#quick-reply table {
background: none repeat scroll 0% 0% #333 !important;
}

View File

@ -326,6 +326,6 @@ form table tr td div {
padding: 0px !important; padding: 0px !important;
} }
.desktop-style div.boardlist:nth-child(1) { .desktop-style div.boardlist:not(.bottom) {
background-color: #DDDDDD; background-color: #DDDDDD;
} }

View File

@ -36,14 +36,15 @@ table.modlog tr td.expand-td:hover div{
background-image: url(/static/jbo.png); background-image: url(/static/jbo.png);
} }
.uri { .uri {
overflow: hidden; width: 75px; height: 1.1em; white-space: nowrap; overflow: hidden; width: 75px; white-space: nowrap;
} }
.tags { .tags {
overflow: hidden; width: 150px; height: 1.1em; white-space: nowrap; overflow: hidden; width: 150px; white-space: nowrap;
} }
.board-name { .board-name {
overflow: hidden; width: 200px; height: 1.1em; white-space: nowrap; overflow: hidden; width: 200px; white-space: nowrap;
} }
tr:nth-child(even) { background-color: #D6DAF0 }
</style> </style>
<p style='text-align:center'>{% trans %}There are currently <strong>{{n_boards}}</strong> boards + <strong>{{hidden_boards_total}}</strong> unindexed boards = <strong>{{t_boards}}</strong> total boards. Site-wide, {{total_posts_hour}} posts have been made in the last hour, with {{total_posts}} being made on all active boards since October 23, 2013.{% endtrans %}</p> <p style='text-align:center'>{% trans %}There are currently <strong>{{n_boards}}</strong> boards + <strong>{{hidden_boards_total}}</strong> unindexed boards = <strong>{{t_boards}}</strong> total boards. Site-wide, {{total_posts_hour}} posts have been made in the last hour, with {{total_posts}} being made on all active boards since October 23, 2013.{% endtrans %}</p>