summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-02-17 22:22:21 -0600
committerDan McGee <dan@archlinux.org>2010-02-17 22:22:21 -0600
commit548ed9dc75ea7c05f7be355a7efd1398d4cfe422 (patch)
tree47473b544e03cba3ea7f8a9a331bf6df8ae8ec19 /media
parentae5374a7dfa79d27cbcca0046c336a75a86d1341 (diff)
downloadarchweb-548ed9dc75ea7c05f7be355a7efd1398d4cfe422.tar.gz
archweb-548ed9dc75ea7c05f7be355a7efd1398d4cfe422.zip
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')
-rw-r--r--media/arch.css11
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%;
+}