show inputs selection only if there are more than one
[webpac2] / vhost / style.css
index 14bcdb0..c532843 100644 (file)
@@ -6,16 +6,29 @@ body {
 }
 
 h1 {
+       margin: 0;
        font-size: 150%;
        color: #008;
 }
 
+h2 {
+       margin: 0;
+       font-size: 120%;
+       color: #008;
+       padding-top: 1em;
+}
+
 #description {
        font-size: 80%;
 }
 
+a.skip {
+       float: right;
+       color: #aaa;
+}
+
 form {
-       margin: 2em;
+       margin-top: 2em;
 }
 
 form label,
@@ -28,10 +41,12 @@ form input[name=search] {
        clear: left;
 }
 
-#results {
+form #inputs {
        clear: left;
-       float: left;
-       margin: 1em;
+}
+
+#results {
+       margin-top: 2em;
        border: 1px solid #eee;
 }
 
@@ -41,15 +56,29 @@ form input[name=search] {
 }
 
 #results ol {
-       float: left;
-       margin: 1em;
+       margin-right: 2em;
+       margin-bottom: 2em;
 }
 
 #results ol li {
-       clear: left;
        margin-bottom: 1em;
 }
 
+#results li.z {
+       background: #eee;
+}
+
+li div {
+       clear: left;
+       border-top: 2px dotted #eee;
+}
+
+li.z div {
+       clear: left;
+       border-top: 2px dotted #fff;
+}
+
+
 ul.pager {
        background: #eee;
        padding: 0.5em;
@@ -63,18 +92,23 @@ ul.pager li {
        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 {