Larger subject field.

This commit is contained in:
Dominik Picheta 2014-12-07 01:05:16 +00:00
commit 048180dd8b
3 changed files with 17 additions and 6 deletions

View file

@ -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;