minimal allauth support
[wolnelektury.git] / wolnelektury / static / css / dialogs.css
index c3b968b..803c14d 100755 (executable)
     width: 100%;
 }
 
+.hidelabels label {
+       display: block;
+       width: 1px;
+       height: 1px;
+       overflow:hidden;
+}
+
+
+
 #login-window {
     width: 26em;
 }
 #register-window {
     width: 26em;
 }
+#context-login-window {
+       width: 26em;
+}
 
 #suggest-window {
     width: 26em;
 #custom-pdf-window label {
     display: inline;
 }
+
+
+.socialauth {
+       margin: 1em 0;
+       padding: 0;
+}
+.socialauth li {
+       display: inline;
+       list-style: none;
+       margin-right: 1em;
+}