From 6f4cf365cbac1e20965490b60db05890f61adf86 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 27 Oct 2016 18:10:12 +0200 Subject: [PATCH] repeat bg --- teleforma/static/teleforma/css/teleforma.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5