Various fixes.
[wolnelektury.git] / src / wolnelektury / static / scss / main / form.scss
old mode 100755 (executable)
new mode 100644 (file)
index ef15365..3a79737
@@ -8,10 +8,6 @@ form table {
         padding-bottom: 1em;
     }
 
-    .required th:before {
-        content: "* ";
-    }
-
     .errorlist {
         color: red;
         margin: 0;
@@ -38,6 +34,12 @@ form table {
         list-style: none;
     }
 
+    .helptext {
+        color: #888;
+        font-size: .9em;
+        font-style: italic;
+    }
+
     h2 {
         margin-top: 1.5em;
     }
@@ -61,6 +63,8 @@ form table {
 
 .wlform {
     .payment-method {
+       margin-top: 2em;
+
         input {
             height: 50px;
             vertical-align: middle;
@@ -69,24 +73,24 @@ form table {
         img {
             vertical-align: middle;
             margin-right: 1em;
+           height: 30px;
         }
         label {
+           display: inline;
             margin: .5em 0;
             vertical-align: middle;
         }
 
-        
         .method {
-            //        border: 1px solid black;
-            border-radius: 10px;
-            line-height: 48px;
+            border: 1px solid black;
+            border-radius: 5px;
+            line-height: 28px;
             display: inline-block;
             vertical-align: middle;
             padding: 0 1em;
             margin-right: 1em;
-            font-size: 1.25em;
-            background: #01818980;
-            color: white;
+            color: black;
+           text-transform: uppercase;
         }
     }
 }