fix CSS bugs after menu move

This commit is contained in:
ccd0 2014-08-23 14:14:11 -07:00
parent 626991eae6
commit 10f4811216

View File

@ -118,7 +118,7 @@ div.center:not(.ad-cnt) {
#qp, #ihover { #qp, #ihover {
z-index: 60; z-index: 60;
} }
#menu { #menu, .gal-buttons {
z-index: 50; z-index: 50;
} }
#navlinks, #updater, #thread-stats { #navlinks, #updater, #thread-stats {
@ -235,10 +235,6 @@ div.center:not(.ad-cnt) {
#header-bar a:not(.entry):not(.close):not(.current) { #header-bar a:not(.entry):not(.close):not(.current) {
padding: 1px; padding: 1px;
} }
#header-bar input {
margin: 0;
vertical-align: bottom;
}
#shortcuts:empty { #shortcuts:empty {
display: none; display: none;
} }
@ -564,9 +560,6 @@ span.hide-announcement {
#thread-watcher .refresh { #thread-watcher .refresh {
padding: 0px 3px; padding: 0px 3px;
} }
#thread-watcher .menu-button {
bottom: 1px;
}
:root.fixed-watcher #thread-watcher { :root.fixed-watcher #thread-watcher {
position: fixed; position: fixed;
} }
@ -1149,7 +1142,7 @@ a:only-of-type > .remove {
position: relative; position: relative;
cursor: pointer; cursor: pointer;
} }
.menu-button i { #header-bar .menu-button i {
border-top: 6px solid; border-top: 6px solid;
border-right: 4px solid transparent; border-right: 4px solid transparent;
border-left: 4px solid transparent; border-left: 4px solid transparent;
@ -1161,19 +1154,9 @@ a:only-of-type > .remove {
.op .menu-button, .op .menu-button,
#thread-watcher .menu-button { #thread-watcher .menu-button {
margin-left: -1px !important; margin-left: -1px !important;
position: relative; width: 20px;
} height: 15px;
.op .menu-button, text-align: center;
#thread-watcher .menu-button {
top: 1px;
}
:root.blink .reply .menu-button {
position: relative;
top: 2px;
}
:root.blink .op .menu-button,
:root.blink #thread-watcher .menu-button {
top: 3px;
} }
.menu-button + .container:not(:empty) { .menu-button + .container:not(:empty) {
margin-left: -5px !important; margin-left: -5px !important;
@ -1196,6 +1179,8 @@ a:only-of-type > .remove {
text-decoration: none; text-decoration: none;
white-space: nowrap; white-space: nowrap;
min-width: 70px; min-width: 70px;
text-align: left;
text-shadow: none;
} }
.left>.entry.has-submenu { .left>.entry.has-submenu {
padding-right: 17px !important; padding-right: 17px !important;
@ -1457,9 +1442,6 @@ div.boardTitle {
color: #ffffff; color: #ffffff;
text-shadow: 0px 0px 1px #000000; text-shadow: 0px 0px 1px #000000;
} }
.gal-buttons a > div {
text-shadow: none;
}
.gal-buttons i { .gal-buttons i {
display: inline-block; display: inline-block;
margin: 2px; margin: 2px;
@ -1480,9 +1462,9 @@ div.boardTitle {
display: none; display: none;
} }
.gal-buttons .menu-button i { .gal-buttons .menu-button i {
border-top-width: 10px; border-top: 10px solid;
border-right-width: 6px; border-right: 6px solid transparent;
border-left-width: 6px; border-left: 6px solid transparent;
bottom: 2px; bottom: 2px;
vertical-align: baseline; vertical-align: baseline;
} }