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