From: Guillaume Pellerin Date: Thu, 27 Oct 2016 16:10:12 +0000 (+0200) Subject: repeat bg X-Git-Tag: 1.1~59 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6f4cf365cbac1e20965490b60db05890f61adf86;p=teleforma.git repeat bg --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index d4f32482..eb930271 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1351,7 +1351,7 @@ input,textarea{ #module-set .module { border: 1px solid #000; - background: repeat-y url(/static/telemeta/images/tw_hd.png) 0 0; + background: repeat-x 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; @@ -1380,7 +1380,7 @@ input,textarea{ #module-set-left .module { border: 1px solid #000; - background: repeat-y url(/static/telemeta/images/tw_hd.png) 0 0; + background: repeat-x 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;