X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=vhost%2Fstyle.css;h=dacb270c2c5f91ae4f28d3c78b3e0b5dffb797ac;hb=921bd55767ebaab2d2c45e55320a166c0b5ee875;hp=ab5e87452669c4c10dc3be40d0d4a30b70dd74a1;hpb=9dbb36a204e7ad8eb1a5d65967506ca4e416e924;p=webpac2 diff --git a/vhost/style.css b/vhost/style.css index ab5e874..dacb270 100644 --- a/vhost/style.css +++ b/vhost/style.css @@ -6,10 +6,18 @@ body { } h1 { + margin: 0; font-size: 150%; color: #008; } +h2 { + margin: 0; + font-size: 120%; + color: #008; + padding-top: 1em; +} + #description { font-size: 80%; } @@ -19,6 +27,7 @@ form { } form label, +form select, form input { float: left; } @@ -27,6 +36,10 @@ form input[name=search] { clear: left; } +form #inputs { + clear: left; +} + #results { clear: left; float: left; @@ -39,23 +52,27 @@ form input[name=search] { float: left; } +#results ol { + float: left; + margin: 1em; +} + #results ol li { clear: left; margin-bottom: 1em; } -#results .pager { - clear: left; - float: left; - width: 100%; - text-align: center; +ul.pager { background: #eee; + padding: 0.5em; + margin: 0; + clear: both; } -#results .pager a, -#results .pager span { +ul.pager li { + list-style: none; + display: inline; width: 3em; - float: left; } .pager .current_page { @@ -66,17 +83,10 @@ form input[name=search] { color: #888; } -#results ol { - float: left; - margin-top: 1em; - margin-bottom: 1em; -} - pre { border-top: 1px solid #888; clear: left; background-color: #eee; - display: none; } .error {