]> git.parisson.com Git - teleforma.git/commitdiff
add curve on modules
authoryomguy <yomguy@parisson.com>
Thu, 5 Jul 2012 17:08:25 +0000 (19:08 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 5 Jul 2012 17:08:25 +0000 (19:08 +0200)
teleforma/static/teleforma/css/teleforma.css

index 77a602ae7b9a0b91b261aa76d9b0fe01d67f3e59..13e0d4e2bda65a510adb98f0a7b89b59eae42d65 100644 (file)
@@ -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 {