--- trunk/vhost/style.css 2009/04/22 14:27:25 1141 +++ trunk/vhost/style.css 2009/04/29 18:06:15 1176 @@ -6,10 +6,18 @@ } 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 label, +form select, form input { float: left; } @@ -27,6 +36,10 @@ clear: left; } +form #inputs { + clear: left; +} + #results { clear: left; float: left; @@ -49,6 +62,10 @@ margin-bottom: 1em; } +#results li.z { + background: #eee; +} + ul.pager { background: #eee; padding: 0.5em; @@ -62,18 +79,23 @@ width: 3em; } -.pager .current_page { +ul.pager li.skip { + color: #888; +} + +ul.pager li.current_page { font-weight: bold; + color: #000; } -.pager .skip { - color: #888; +.dump { + background-color: #efe; + clear: both; } -pre { - border-top: 1px solid #888; - clear: left; - background-color: #eee; +div.dump > pre { + background-color: #eef; + margin: 0; } .error {