add contrib locale to make-locale-pack, various bugfixes
[wolnelektury.git] / wolnelektury / static / sponsors / css / footer_admin.css
index 2f0887b..fe19d30 100644 (file)
     margin: 0;
     padding: 2px;
     list-style: none;
-    min-height: 200px;
+    min-height: 400px;
 }
 
 .sponsors-sponsor {
-    margin: 0 30px 2px 0;
-    width: 150px;
-    height: 75px;
+    margin: 0 40px 2px 0;
+    width: 120px;
+    height: 120px;
     border: 1px solid #CCC;
     background-color: #EEE;
     cursor: default;
 }
+
+.sponsors-sponsor img {
+    max-width: 120px;
+    max-height: 120px;
+}