Override some 4chan catalog CSS that was messing up the settings dialog.

This commit is contained in:
ccd0 2014-10-27 23:37:06 -07:00
parent f01293b743
commit 8dffc3a8fd

View File

@ -374,6 +374,7 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
#fourchanx-settings > nav a.close { #fourchanx-settings > nav a.close {
text-decoration: none; text-decoration: none;
padding: 0 2px; padding: 0 2px;
margin: 0;
} }
.section-container { .section-container {
overflow: auto; overflow: auto;
@ -417,6 +418,7 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
} }
.section-filter li { .section-filter li {
margin: 10px 40px; margin: 10px 40px;
list-style: disc;
} }
.section-filter textarea { .section-filter textarea {
height: 500px; height: 500px;
@ -452,9 +454,12 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
#fourchanx-settings fieldset { #fourchanx-settings fieldset {
border: 1px solid; border: 1px solid;
border-radius: 3px; border-radius: 3px;
padding: 0.35em 0.625em 0.75em;
margin: 0px 2px;
} }
#fourchanx-settings legend { #fourchanx-settings legend {
font-weight: 700; font-weight: 700;
color: inherit;
} }
#fourchanx-settings textarea { #fourchanx-settings textarea {
font-family: monospace; font-family: monospace;
@ -466,6 +471,13 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
background-color: #FFF; background-color: #FFF;
padding: 0 2px; padding: 0 2px;
} }
#fourchanx-settings th {
text-align: center;
font-weight: bold;
}
#fourchanx-settings p {
margin: 1em 0px;
}
.unscroll { .unscroll {
overflow: hidden; overflow: hidden;
} }