From f1f07de6f0a41d1598f3196e9d81a5e0bcbc7cad Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 17 Dec 2013 00:34:40 +0100 Subject: [PATCH] fix css admin --- teleforma/static/admin/extra.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/teleforma/static/admin/extra.css b/teleforma/static/admin/extra.css index 81180071..2c1d8728 100644 --- a/teleforma/static/admin/extra.css +++ b/teleforma/static/admin/extra.css @@ -1,6 +1,15 @@ -.stacked { -float: left; -width: 1024px; +.selector { + width: 860px; + display: block; + float: left; } +.selector-available, .selector-chosen { + /*float: left;*/ + width: 800px; + text-align: center; + margin-bottom: 5px; +} + + -- 2.39.5