]> git.parisson.com Git - teleforma.git/commitdiff
repeat bg
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 27 Oct 2016 16:10:12 +0000 (18:10 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 27 Oct 2016 16:10:12 +0000 (18:10 +0200)
teleforma/static/teleforma/css/teleforma.css

index d4f324825ee03a16db215a4d16e88c55a1c17a2c..eb9302715a152973318df0686c6cf4e09abba54a 100644 (file)
@@ -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;