From: Guillaume Pellerin Date: Mon, 16 Dec 2013 23:18:06 +0000 (+0100) Subject: fix css admin X-Git-Tag: 2.8.1-pro~429 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bbb10fd96dff86beffba913931c60aeb6e0cf438;p=teleforma.git fix css admin --- diff --git a/teleforma/static/admin/extra.css b/teleforma/static/admin/extra.css index 91f1e7c4..f3e4b82b 100644 --- a/teleforma/static/admin/extra.css +++ b/teleforma/static/admin/extra.css @@ -1,6 +1,21 @@ .selector { - width: 1024px; + width: 960px; display: block; - float: left; + /*float: left;*/ } + +.selector select { + width: 960px; + display: block; + height: 17.2em; +} + +.selector-available, .selector-chosen { + /*float: left;*/ + width: 960px; + text-align: center; + margin-bottom: 5px; +} + +