JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: added pretty-printing for checkboxes and dates to listing
[wfpl.git] / metaform / style.css
index 006ccab..e6be557 100644 (file)
@@ -6,13 +6,22 @@ td.caption, td.errorcaption {
        text-align: right;
        vertical-align: top;
 }
-td.caption, td.errorcaption, td.right_caption {
+.caption, td.errorcaption, td.right_caption {
        font-weight: bold;
 }
-td.errorcaption { color: red; }
+.errorcaption { color: red; }
 div.error {
        border: 2px solid red;
        padding: 13px;
        margin: 20px;
        background: #fdd;
 }
+
+.first {
+       padding-top: 0px;
+       margin-top: 0px;
+}
+.last {
+       padding-bottom: 0px;
+       margin-bottom: 0px;
+}