Fix conflicting CSS with the catalog. #932
This commit is contained in:
parent
c788e6e8ae
commit
7dfc51b5b9
File diff suppressed because one or more lines are too long
@ -198,7 +198,7 @@ a[href="javascript:;"] {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#settings {
|
#fourchanx-settings {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
box-shadow: 0 0 15px rgba(0, 0, 0, .15);
|
box-shadow: 0 0 15px rgba(0, 0, 0, .15);
|
||||||
@ -214,15 +214,15 @@ a[href="javascript:;"] {
|
|||||||
-webkit-flex-direction: column;
|
-webkit-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
#settings > nav {
|
#fourchanx-settings > nav {
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 2px 2px 0;
|
padding: 2px 2px 0;
|
||||||
}
|
}
|
||||||
#settings > nav a {
|
#fourchanx-settings > nav a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
#settings > nav a.close {
|
#fourchanx-settings > nav a.close {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
@ -270,12 +270,12 @@ a[href="javascript:;"] {
|
|||||||
.section-sauce textarea {
|
.section-sauce textarea {
|
||||||
height: 350px;
|
height: 350px;
|
||||||
}
|
}
|
||||||
#settings textarea {
|
#fourchanx-settings textarea {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
#settings code {
|
#fourchanx-settings code {
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
|
|||||||
@ -165,7 +165,7 @@ Settings =
|
|||||||
$.event 'CloseMenu'
|
$.event 'CloseMenu'
|
||||||
|
|
||||||
html = """
|
html = """
|
||||||
<div id=settings class=dialog>
|
<div id=fourchanx-settings class=dialog>
|
||||||
<nav>
|
<nav>
|
||||||
<div class=sections-list></div>
|
<div class=sections-list></div>
|
||||||
<div class=credits>
|
<div class=credits>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user