noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 04/05: problème IE + increase radius


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/05: problème IE + increase radius
Date: Thu, 11 Dec 2014 13:35:56 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit fae0c04c8309fd3a407af53573582f4e42062cba
Author: Dany De Bontridder <address@hidden>
Date:   Thu Dec 11 14:33:48 2014 +0100

    problème IE + increase radius
---
 html/style-classic.css |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index f61cd29..6246374 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -264,7 +264,7 @@ td.mtitle {
     width:250px;
     height :30px;
     border:1px solid #99B1DF;
-    border-radius:5px;
+    border-radius:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
 
@@ -1303,13 +1303,13 @@ h2.title {
     border:1px solid #00008B;
     background: #606c88; /* Old browsers */
     background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* FF3.6+ 
*/
-    background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
-    background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* 
Chrome10+,Safari5.1+ */
+     background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
+     background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* 
Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Opera 
11.10+ */
     background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* IE10+ */
     background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
-
+         
 }
 h3.title {
     color: #0000FF;
@@ -1589,7 +1589,8 @@ ul.tabs {
     padding-top: 15px;
     display:block;
     border-bottom: 1px solid #879ed4;
-    padding-left: 2px
+    padding-left: 2px;
+    list-style: none;
 }
 ul.tabs  a  {
     display:inline;
@@ -1603,7 +1604,7 @@ li.tabs_selected {
     background: -o-linear-gradient(top, #C2E3FC 0%,#6393c1 100%); /* Opera 
11.10+ */
     background: -ms-linear-gradient(top, #C2E3FC 0%,#6393c1 100%); /* IE10+ */
     background: linear-gradient(to bottom, #C2E3FC 0%,#6393c1 100%); /* W3C */
-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2E3FC', 
endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
+    filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#C2E3FC', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
     color:whitesmoke;
     margin-left: 2px;
     padding: 12px 15px 15px 15px;
@@ -1611,7 +1612,7 @@ filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#C2E3FC', end
     border-top-right-radius: 10px;
     border:1px #879ed4 solid;
     font-weight: bold;
-
+    
 }
 li.tabs {
     display:inline;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]