GDPR on payment form.
[wolnelektury.git] / src / wolnelektury / static / scss / main / form.scss
old mode 100755 (executable)
new mode 100644 (file)
index ba7616d..8518df3
@@ -38,6 +38,12 @@ form table {
         list-style: none;
     }
 
+    .helptext {
+        color: #888;
+        font-size: .9em;
+        font-style: italic;
+    }
+
     h2 {
         margin-top: 1.5em;
     }
@@ -71,7 +77,7 @@ form table {
         img {
             vertical-align: middle;
             margin-right: 1em;
-           height: 36px;
+           height: 30px;
         }
         label {
            display: inline;
@@ -82,7 +88,7 @@ form table {
         .method {
             border: 1px solid black;
             border-radius: 5px;
-            line-height: 34px;
+            line-height: 28px;
             display: inline-block;
             vertical-align: middle;
             padding: 0 1em;