diff options
author | Dan McGee <dan@archlinux.org> | 2010-07-02 19:24:54 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-07-02 19:24:54 -0500 |
commit | d29d23ecf39fe1ef4a25702618a6ab710ce191b7 (patch) | |
tree | 50c507132f02d36d35b8e2ec83af737838f75572 /media | |
parent | 1a945dd13731ef8703b4124fda19b80f756fd5fa (diff) |
Get mirrorlist view ready for general use
Make the page much more flexible- allow multiple countries to be selected
rather than just one in the form. Also add a lot more text to the page, and
move the 'all' option out into its own subheading rather than being in the
same form.
Both GET and POST requests are now allowed for ease of use from non-browser
scenarios or those that wish to update their mirrorlist automatically and
submit parameters to the URL.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media')
-rw-r--r-- | media/archweb.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/archweb.css b/media/archweb.css index dc15cf65..07a050ba 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -24,6 +24,9 @@ code { font: 1.2em monospace; background: #ffa; padding: 0.15em 0.25em; } pre { font: 1.2em monospace; border: 1px solid #bdb; background: #dfd; padding: 0.5em; margin: 0.25em 2em; } blockquote { margin: 1.5em 2em; } input { vertical-align: middle; } +select[multiple] { padding-top: 1px; padding-bottom: 1px; } +select[multiple] option { padding-left: 0.3em; padding-right: 0.5em; } +input[type=submit] { padding-left: 0.6em; padding-right: 0.6em; } .clear { clear: both; } hr { border: none; border-top: 1px solid #888; } img { border: 0; } |