remove the banner
[wolnelektury.git] / src / wolnelektury / static / scss / main / dialogs.scss
old mode 100755 (executable)
new mode 100644 (file)
index 2902862..8d63a72
@@ -69,7 +69,7 @@
         padding: 0;
         margin: 0;
         list-style: none;
-        @include size(font-size, 11px);
+        @include size(font-size, 16px);
 
         li {
             margin-top: 0.7em;
@@ -80,9 +80,9 @@
         display: block;
     }
 
-    span.help-text {
+    span.helptext {
         display: block;
-        font-size: 0.8em;
+        font-size: 0.9em;
         color: #999;
     }
 
     .errorlist {
         color: #BF3024;
     }
+
+    .checkbox {
+        label {
+            display: block;
+            padding-left: 15px;
+            text-indent: -15px;
+        }
+
+        input {
+            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 {
         width: 29em;
     }
     #custom-pdf-window {
-        width: 24em;   
+        width: 24em;
     }
 }