diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-28 15:29:38 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-28 17:53:22 -0500 |
commit | 684fb5353d0e61075c7a24f703b680d58e8dcf00 (patch) | |
tree | 129ba167ab83aa1e9f1e506bc1ae7b5358ba145a /media/archweb.css | |
parent | 4fd34a78791ebb5645b4ba02bf520e5c9e5a0504 (diff) |
isotests: clean up submissin form
Don't show stupid '-----' entries with radio buttons, remove the list
item style since we have radio buttons or checkboxes everywhere anyway.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media/archweb.css')
-rw-r--r-- | media/archweb.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media/archweb.css b/media/archweb.css index 936edc79..504c8270 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -262,6 +262,8 @@ ul.admin-actions li { display: inline; padding-left: 1.5em; } /* iso testing feedback form */ #releng-feedback label { width: auto; display: inline; font-weight: normal; } +#releng-feedback ul { padding-left: 1em; } +#releng-feedback li { list-style: none; } /* highlight current website in the navbar */ #archnavbar.anb-home ul li#anb-home a { color: white !important; } |