JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform redirects after successful submit. metaform can make a display page
[wfpl.git] / metaform / style.css
index df624aa..e6be557 100644 (file)
@@ -6,10 +6,10 @@ 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;
@@ -21,3 +21,7 @@ div.error {
        padding-top: 0px;
        margin-top: 0px;
 }
+.last {
+       padding-bottom: 0px;
+       margin-bottom: 0px;
+}