minimal allauth support
[wolnelektury.git] / wolnelektury / static / css / dialogs.css
index 08255d3..803c14d 100755 (executable)
@@ -74,6 +74,7 @@
 }
 
 .hidelabels label {
+       display: block;
        width: 1px;
        height: 1px;
        overflow:hidden;
 #custom-pdf-window label {
     display: inline;
 }
+
+
+.socialauth {
+       margin: 1em 0;
+       padding: 0;
+}
+.socialauth li {
+       display: inline;
+       list-style: none;
+       margin-right: 1em;
+}