rewrite attributes to checkboxes which create correct
[webpac2] / vhost / style.css
index 9250ee8..c532843 100644 (file)
@@ -22,8 +22,13 @@ h2 {
        font-size: 80%;
 }
 
+a.skip {
+       float: right;
+       color: #aaa;
+}
+
 form {
-       margin: 2em;
+       margin-top: 2em;
 }
 
 form label,
@@ -41,9 +46,7 @@ form #inputs {
 }
 
 #results {
-       clear: left;
-       float: left;
-       margin: 1em;
+       margin-top: 2em;
        border: 1px solid #eee;
 }
 
@@ -53,15 +56,29 @@ form #inputs {
 }
 
 #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;
@@ -84,10 +101,14 @@ ul.pager li.current_page {
        color: #000;
 }
 
-pre {
-       border-top: 1px solid #888;
-       clear: left;
-       background-color: #eee;
+.dump {
+       background-color: #efe;
+       clear: both;
+}
+
+div.dump > pre {
+       background-color: #eef;
+       margin: 0;
 }
 
 .error {