Styling change

This commit is contained in:
Jordan Bates 2013-05-06 00:14:21 -07:00
parent dd302fade4
commit c63321625d
5 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/*
* 4chan X - Version 1.1.11 - 2013-05-05
* 4chan X - Version 1.1.11 - 2013-05-06
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

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

View File

@ -681,6 +681,9 @@ input.field.tripped:not(:hover):not(:focus) {
width: 25%;
vertical-align: top;
}
:root.webkit #qr [type='submit'] {
height: 24px;
}
/* Fake File Input */
#qr-filename,
.has-file #qr-no-file {
@ -823,6 +826,9 @@ a:only-of-type > .remove {
.textarea {
position: relative;
}
:root.webkit .textarea {
margin-bottom: -2px;
}
#char-count {
color: #000;
background: hsla(0, 0%, 100%, .5);