JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform forms now have captions above fields
[wfpl.git] / metaform / style.css
index e6be557..04cb329 100644 (file)
@@ -1,15 +1,6 @@
-td.field, td.right_caption {
-       text-align: left;
-       vertical-align: bottom;
+.field {
+       margin-bottom: 15px;
 }
-td.caption, td.errorcaption {
-       text-align: right;
-       vertical-align: top;
-}
-.caption, td.errorcaption, td.right_caption {
-       font-weight: bold;
-}
-.errorcaption { color: red; }
 div.error {
        border: 2px solid red;
        padding: 13px;