diff options
author | Dan McGee <dan@archlinux.org> | 2010-02-17 22:22:21 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-02-17 22:22:21 -0600 |
commit | 548ed9dc75ea7c05f7be355a7efd1398d4cfe422 (patch) | |
tree | 47473b544e03cba3ea7f8a9a331bf6df8ae8ec19 /media/arch.css | |
parent | ae5374a7dfa79d27cbcca0046c336a75a86d1341 (diff) |
News: make add/edit page form larger
Make both the title entry and the text area a lot larger so it is easier to
add and edit news items from the developer side.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media/arch.css')
-rw-r--r-- | media/arch.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/media/arch.css b/media/arch.css index 07d2638c..9b4759d3 100644 --- a/media/arch.css +++ b/media/arch.css @@ -410,4 +410,13 @@ textarea.vLargeTextField { .pkgr2 { background-color: #eee4cb; } - +form#newsform table { + width: 100%; + max-width: 1024px; +} +form#newsform input[type=text] { + width: 100%; +} +form#newsform textarea { + width: 100%; +} |