From: yomguy Date: Thu, 5 Jul 2012 17:08:25 +0000 (+0200) Subject: add curve on modules X-Git-Tag: 0.6^2~11 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=929157a6de39655c0a7c963e96f9845ee944869c;p=teleforma.git add curve on modules --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 77a602ae..13e0d4e2 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1382,6 +1382,17 @@ input,textarea{ color: #FFF; } +#module-set-left .module div { + -moz-border-radius: 8px 0px 8px 8px; + -webkit-border-radius: 8px 0px 8px 8px; + border-radius: 8px 0px 8px 8px; + } +#module-set-left .module ul { + -moz-border-radius: 8px 0px 8px 8px; + -webkit-border-radius: 8px 0px 8px 8px; + border-radius: 8px 0px 8px 8px; + } + #module-set-left .module ul { margin: 0em 0em 0em 0.3em; font-size: 0.9125em; @@ -1567,6 +1578,9 @@ input,textarea{ overflow: auto; background-color: white; font-size: 0.8125em; + -moz-border-radius: 8px 0px 8px 8px; + -webkit-border-radius: 8px 0px 8px 8px; + border-radius: 8px 0px 8px 8px; } .msg {