forked from leftypol/leftypol
Changes to form styling, don't break on resize
Added float left and clear both to textarea.
This commit is contained in:
parent
3e3b0b8c95
commit
20f26ecf90
1 changed files with 13 additions and 0 deletions
|
@ -143,6 +143,19 @@ input[type="text"], input[type="password"], input[type="file"], textarea, select
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea#body {
|
||||||
|
clear: both;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#quick-reply .format-text {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#quick-reply .format-text > a {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
color: #bcbcbc;
|
color: #bcbcbc;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue