]> git.parisson.com Git - teleforma.git/commitdiff
fix css admin
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 23:26:59 +0000 (00:26 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 23:26:59 +0000 (00:26 +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 f3e4b82b29b594241effff07e6e09978c17a4a31..8118007177245320f1e986f4ba400592ecadedbd 100644 (file)
@@ -1,21 +1,6 @@
 
-.selector {
-    width: 960px;
-    display: block;
-    /*float: left;*/
+.stacked {
+float: left;
+width: 1024px;
 }
 
-.selector select {
-    width: 960px;
-    display: block;
-    height: 17.2em;
-}
-
-.selector-available, .selector-chosen {
-    /*float: left;*/
-    width: 960px;
-    text-align: center;
-    margin-bottom: 5px;
-}
-
-