Lots of style fixes
This commit is contained in:
parent
5d446e53be
commit
a20e10159c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -727,7 +727,10 @@ QR =
|
|||||||
dialog: ->
|
dialog: ->
|
||||||
dialog = UI.dialog 'qr', 'top:0;right:0;', """
|
dialog = UI.dialog 'qr', 'top:0;right:0;', """
|
||||||
<div class=move>
|
<div class=move>
|
||||||
<input type=checkbox id=autohide title=Auto-hide>
|
<label>
|
||||||
|
<input type=checkbox id=autohide title=Auto-hide>
|
||||||
|
Quick Reply
|
||||||
|
</label>
|
||||||
<a href=javascript:; class=close title=Close>×</a>
|
<a href=javascript:; class=close title=Close>×</a>
|
||||||
<select data-name=thread title='Create a new thread / Reply'>
|
<select data-name=thread title='Create a new thread / Reply'>
|
||||||
<option value=new>New thread</option>
|
<option value=new>New thread</option>
|
||||||
|
|||||||
@ -20,6 +20,8 @@
|
|||||||
.field::-moz-placeholder,
|
.field::-moz-placeholder,
|
||||||
.field:hover::-moz-placeholder {
|
.field:hover::-moz-placeholder {
|
||||||
color: #AAA !important;
|
color: #AAA !important;
|
||||||
|
font-size: 13px !important;
|
||||||
|
opacity: 1.0 !important;
|
||||||
}
|
}
|
||||||
.captch-img:hover,
|
.captch-img:hover,
|
||||||
.field:hover {
|
.field:hover {
|
||||||
@ -49,8 +51,6 @@ a[href="javascript:;"] {
|
|||||||
/* 4chan style fixes */
|
/* 4chan style fixes */
|
||||||
.opContainer, .op {
|
.opContainer, .op {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
|
||||||
.post {
|
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
[hidden] {
|
[hidden] {
|
||||||
@ -63,10 +63,12 @@ a[href="javascript:;"] {
|
|||||||
#qp, #ihover,
|
#qp, #ihover,
|
||||||
#updater, #thread-stats,
|
#updater, #thread-stats,
|
||||||
#navlinks, .fixed #boardNavDesktop,
|
#navlinks, .fixed #boardNavDesktop,
|
||||||
#watcher,
|
|
||||||
#qr {
|
#qr {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
#watcher {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
#fourchanx-settings {
|
#fourchanx-settings {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
@ -192,6 +194,9 @@ a[href="javascript:;"] {
|
|||||||
.expand-all-shortcut {
|
.expand-all-shortcut {
|
||||||
opacity: .45;
|
opacity: .45;
|
||||||
}
|
}
|
||||||
|
#navtopright a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Notifications */
|
/* Notifications */
|
||||||
#notifications {
|
#notifications {
|
||||||
@ -276,6 +281,7 @@ a[href="javascript:;"] {
|
|||||||
}
|
}
|
||||||
#fourchanx-settings > nav {
|
#fourchanx-settings > nav {
|
||||||
padding: 2px 2px 0;
|
padding: 2px 2px 0;
|
||||||
|
height: 15px;
|
||||||
}
|
}
|
||||||
#fourchanx-settings > nav a {
|
#fourchanx-settings > nav a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -287,10 +293,11 @@ a[href="javascript:;"] {
|
|||||||
.section-container {
|
.section-container {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1.7em;
|
top: 2.1em;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
left: 5px;
|
left: 5px;
|
||||||
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
.sections-list {
|
.sections-list {
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
@ -302,14 +309,6 @@ a[href="javascript:;"] {
|
|||||||
.tab-selected {
|
.tab-selected {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
.section-container {
|
|
||||||
overflow: auto;
|
|
||||||
position: absolute;
|
|
||||||
top: 1.7em;
|
|
||||||
right: 5px;
|
|
||||||
bottom: 5px;
|
|
||||||
left: 5px;
|
|
||||||
}
|
|
||||||
.section-sauce ul,
|
.section-sauce ul,
|
||||||
.section-rice ul {
|
.section-rice ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@ -548,7 +547,8 @@ a.hide-announcement {
|
|||||||
:root.hide-original-post-form #postForm,
|
:root.hide-original-post-form #postForm,
|
||||||
:root.hide-original-post-form .postingMode,
|
:root.hide-original-post-form .postingMode,
|
||||||
:root.hide-original-post-form #togglePostForm,
|
:root.hide-original-post-form #togglePostForm,
|
||||||
#qr.autohide:not(.has-focus):not(:hover) > form {
|
#qr.autohide:not(.has-focus):not(:hover) > form,
|
||||||
|
.postingMode ~ #qr select {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#qr select, #dump-button, .remove, .captcha-img {
|
#qr select, #dump-button, .remove, .captcha-img {
|
||||||
@ -589,10 +589,13 @@ a.hide-announcement {
|
|||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
font: 13px sans-serif;
|
||||||
|
padding: 1px 0px 2px;
|
||||||
}
|
}
|
||||||
.persona input.field {
|
.persona .field:not(#dump) {
|
||||||
width: 29.6%;
|
width: 95px;
|
||||||
margin: 0 0 0 0.4%;
|
min-width: 30%;
|
||||||
|
max-width: 30%;
|
||||||
}
|
}
|
||||||
#qr textarea.field {
|
#qr textarea.field {
|
||||||
height: 14.8em;
|
height: 14.8em;
|
||||||
@ -608,7 +611,7 @@ input.field.tripped:not(:hover):not(:focus) {
|
|||||||
resize: both;
|
resize: both;
|
||||||
}
|
}
|
||||||
.captcha-img {
|
.captcha-img {
|
||||||
margin: 1px 0 0;
|
margin: 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-image: #fff;
|
background-image: #fff;
|
||||||
}
|
}
|
||||||
@ -617,21 +620,17 @@ input.field.tripped:not(:hover):not(:focus) {
|
|||||||
margin: 1px 0 0;
|
margin: 1px 0 0;
|
||||||
}
|
}
|
||||||
.field,
|
.field,
|
||||||
.selectrice,
|
.selectrice {
|
||||||
button,
|
|
||||||
input:not([type=radio]) {
|
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
font-size: 12px;
|
margin: 0px;
|
||||||
height: 1.6em;
|
padding: 2px 4px 3px;
|
||||||
margin: 1px 0 0;
|
|
||||||
vertical-align: bottom;
|
|
||||||
padding: 0 1px;
|
|
||||||
}
|
}
|
||||||
#qr textarea {
|
#qr textarea {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
#qr [type='submit'] {
|
#qr [type='submit'] {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
/* Fake File Input */
|
/* Fake File Input */
|
||||||
#qr-filename,
|
#qr-filename,
|
||||||
@ -641,6 +640,11 @@ input:not([type=radio]) {
|
|||||||
#qr-no-file,
|
#qr-no-file,
|
||||||
.has-file #qr-filename {
|
.has-file #qr-filename {
|
||||||
display: block;
|
display: block;
|
||||||
|
padding: 0px 4px;
|
||||||
|
margin-bottom: 2px;
|
||||||
|
}
|
||||||
|
#qr-no-file {
|
||||||
|
color: #AAA;
|
||||||
}
|
}
|
||||||
#qr-filename-container {
|
#qr-filename-container {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
@ -650,6 +654,7 @@ input:not([type=radio]) {
|
|||||||
min-width: 74.6%;
|
min-width: 74.6%;
|
||||||
max-width: 74.6%;
|
max-width: 74.6%;
|
||||||
margin-right: 0.4%;
|
margin-right: 0.4%;
|
||||||
|
margin-top: 1px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 2px 1px 0;
|
padding: 2px 1px 0;
|
||||||
}
|
}
|
||||||
@ -659,6 +664,9 @@ input:not([type=radio]) {
|
|||||||
top: 2px;
|
top: 2px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
#file-n-submit {
|
||||||
|
height: 23px;
|
||||||
|
}
|
||||||
#qr input[type=file] {
|
#qr input[type=file] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user