]> git.parisson.com Git - teleforma.git/commitdiff
try css admin filters
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 23:02:56 +0000 (00:02 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 23:02:56 +0000 (00:02 +0100)
teleforma/admin.py
teleforma/static/admin/extra.css

index 86e6b8b12b025aa9e44a5bbc6a90428734adfa6a..5fcef899ec38c1e2ab288a568e4de097787f10d9 100644 (file)
@@ -76,8 +76,8 @@ class SeminarAdmin(admin.ModelAdmin):
     ordering = ['course', 'rank']
     search_fields = ['course__title', 'title', 'sub_title']
 
-    class Media:
-        css = { 'all': ('admin/extra.css',) }
+    class Media:
+        css = { 'all': ('admin/extra.css',) }
 
 class MediaItemMarkerAdmin(admin.ModelAdmin):
     search_fields = ['title', 'description']
index e3c29f6dbbe20d0e95b07500621f1921a62f49b7..d44ba3ea3263cf974358467cafb1e53561613a0e 100644 (file)
@@ -5,13 +5,13 @@
 }
 
 .selector select {
-    width: 460px;
+    width: 960px;
     height: 17.2em;
 }
 
 .selector-available, .selector-chosen {
     float: left;
-    width: 460px;
+    width: 960px;
     text-align: center;
     margin-bottom: 5px;
 }