From: yomguy Date: Mon, 14 Jan 2013 08:22:10 +0000 (+0100) Subject: fix bullet alignement for li X-Git-Tag: 0.9-probarreau~150 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=66cb6a833fd7279fddbc77b19a06800b2cda7548;p=teleforma.git fix bullet alignement for li --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 70831282..ddb2d5e1 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -89,8 +89,7 @@ a img { border: none; } #content ul, #content ul ul, #content ol { list-style: square; - padding: .5em; - padding-left: 2em; + padding: 0.5em 0.5em 0.5em 2em; font-size: 1em; clear: both; } @@ -1442,11 +1441,20 @@ input,textarea{ font-weight: normal; max-height: 450px; overflow-y: auto; - } + list-style: none; + padding: 0.5em 0.5em 0.5em 1em; + } + +#module-set-left .module li { + background: no-repeat url('/static/teleforma/images/bullet.png') 0%; + vertical-align: middle; + padding: 0.2em 0.5em 0.2em 1.1em; + margin: 0em 0em 0em 0em; + font-weight: bold; + } #module-set-left .module a { display:inline-block; - font-weight: bold; }