newsletter checkboxes in suggestions and registration
[wolnelektury.git] / src / wolnelektury / static / scss / main / dialogs.scss
index 5825979..6e5c90a 100755 (executable)
 
     .checkbox {
         label {
-            display: inline;
+            display: block;
+            padding-left: 15px;
+            text-indent: -15px;
         }
 
         input {
-            width: auto;
+            width: 13px;
+            height: 13px;
+            padding: 0;
+            margin:0;
+            vertical-align: bottom;
+            position: relative;
+            top: -1px;
+            *overflow: hidden;
         }
     }
 }
 
 
 
-.hidelabels label {
+.hidelabels label, .hidelabels .label {
     @include hidden-label;
 }
 
+.hidelabels label.nohide {
+    width: auto;
+    height: auto;
+}
+
+.hidelabels .checkbox .label {
+    display: inline;
+}
+
 
 @media screen and (min-width: 30em) {
     #login-window {