rewrite attributes to checkboxes which create correct
[webpac2] / vhost / style.css
index dd43208..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,12 +56,11 @@ form #inputs {
 }
 
 #results ol {
-       float: left;
-       margin: 1em;
+       margin-right: 2em;
+       margin-bottom: 2em;
 }
 
 #results ol li {
-       clear: left;
        margin-bottom: 1em;
 }
 
@@ -66,6 +68,17 @@ form #inputs {
        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;