Larger subject field.
This commit is contained in:
parent
e11f5d9345
commit
048180dd8b
3 changed files with 17 additions and 6 deletions
|
|
@ -521,6 +521,18 @@ article#content form > input, article#content form > textarea
|
|||
border: 1px solid #6D6D6D;
|
||||
}
|
||||
|
||||
article#content form > input[type=text]
|
||||
{
|
||||
width: 70%;
|
||||
min-width: 500px;
|
||||
}
|
||||
|
||||
article#content form > textarea
|
||||
{
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
article#content form > input:focus, article#content form > textarea:focus
|
||||
{
|
||||
border: 1px solid #1cb3ec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue