Browse Source

some style fixes

Conflicts:
	templates/8chan/boards-tags.html
pull/40/head
8chan 9 years ago
committed by czaks
parent
commit
c4fc827332
  1. 2
      js/thread-stats.js
  2. 8
      stylesheets/dark.css
  3. 2
      stylesheets/photon.css

2
js/thread-stats.js

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

8
stylesheets/dark.css

@ -166,13 +166,13 @@ table.modlog tr th {
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;
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);
}
@ -190,3 +190,7 @@ div.report {
.options_tab_icon.active {
color: #FFFFFF;
}
#quick-reply table {
background: none repeat scroll 0% 0% #333 !important;
}

2
stylesheets/photon.css

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

Loading…
Cancel
Save