Drobne poprawki w aplikacje sponsors.
authorMarek Stępniowski <marek@stepniowski.com>
Thu, 17 Dec 2009 16:11:24 +0000 (17:11 +0100)
committerMarek Stępniowski <marek@stepniowski.com>
Thu, 17 Dec 2009 16:11:24 +0000 (17:11 +0100)
apps/sponsors/models.py
apps/sponsors/static/sponsors/css/footer_admin.css
wolnelektury/static/sponsors/css/footer_admin.css

index 598d562..db5c144 100644 (file)
@@ -15,7 +15,7 @@ class Sponsor(models.Model):
         thumbnail={
             'size': (120, 60),
             'extension': 'png',
-            'options': ['upscale', 'pad', 'detail'],
+            'options': ['pad', 'detail'],
         })
     url = models.URLField(_('url'), blank=True, verify_exists=False)
     
@@ -31,7 +31,6 @@ class Sponsor(models.Model):
 
 class SponsorPage(models.Model):
     name = models.CharField(_('name'), max_length=120)
-    column_width = models.PositiveIntegerField(_('column width'), default=200)
     sponsors = JSONField(_('sponsors'), default={})
     _html = models.TextField(blank=True, editable=False)
     
index 2f0887b..a4e9640 100644 (file)
     margin: 0;
     padding: 2px;
     list-style: none;
-    min-height: 200px;
+    min-height: 250px;
 }
 
 .sponsors-sponsor {
-    margin: 0 30px 2px 0;
-    width: 150px;
-    height: 75px;
+    margin: 0 40px 2px 0;
+    width: 120px;
+    height: 60px;
     border: 1px solid #CCC;
     background-color: #EEE;
     cursor: default;
index 2f0887b..a4e9640 100644 (file)
     margin: 0;
     padding: 2px;
     list-style: none;
-    min-height: 200px;
+    min-height: 250px;
 }
 
 .sponsors-sponsor {
-    margin: 0 30px 2px 0;
-    width: 150px;
-    height: 75px;
+    margin: 0 40px 2px 0;
+    width: 120px;
+    height: 60px;
     border: 1px solid #CCC;
     background-color: #EEE;
     cursor: default;