From: yomguy Date: Thu, 19 Jul 2012 14:27:42 +0000 (+0200) Subject: fix module style X-Git-Tag: 0.7-dev^2~38 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4ce7d38005da5fc1de92fc1878032108b6b67fb8;p=teleforma.git fix module style --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index e5cca6f8..af68652f 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1338,8 +1338,7 @@ input,textarea{ #module-set .module { border: 1px solid #000; - background-color: #000000; - background: no-repeat url(/static/telemeta/images/tw_hd.png) 0 0; + background: repeat-y url(/static/telemeta/images/tw_hd.png) 0 0; padding: 0.2em; margin: 2em 1em 0em 0em; -moz-border-radius: 8px 0px 11px 11px; @@ -1368,8 +1367,7 @@ input,textarea{ #module-set-left .module { border: 1px solid #000; - background-color: #000000; - background-image: no-repeat url(/static/telemeta/images/tw_hd.png) 0 0; + background-image: repeat-y url(/static/telemeta/images/tw_hd.png) 0 0; padding: 0.2em; margin: 0em 0em 1.5em 0em; -moz-border-radius: 8px 0px 11px 11px;