]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 781059: -moz-border-radius is obsolete and must be replaced by the standard borde...
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 8 Aug 2012 10:23:45 +0000 (12:23 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 8 Aug 2012 10:23:45 +0000 (12:23 +0200)
r=reed a=LpSolit

skins/contrib/Dusk/global.css
skins/standard/global.css

index 3a18e401ea0463ae46915789fd2c1a296263ce8a..63375672bf0472ef0fa79e83b2f99314f7be0053 100644 (file)
@@ -30,8 +30,8 @@ body {
 /* page title */
 
 #titles {
-    -moz-border-radius-topleft: 5px;
-    -moz-border-radius-topright: 5px;
+    border-top-left-radius: 5px;
+    border-top-right-radius: 5px;
 }
 
 #header .links, #footer {
@@ -40,8 +40,8 @@ body {
 }
 
 #header {
-    -moz-border-radius-bottomleft: 5px;
-    -moz-border-radius-bottomright: 5px;
+    border-bottom-left-radius: 5px;
+    border-bottom-right-radius: 5px;
     border: none;
 }
 
@@ -61,7 +61,7 @@ body {
     border: 1px solid #747e93;
     padding: 10px;
     font-size: 10pt;
-    -moz-border-radius: 5px;
+    border-radius: 5px;
 }
 
 a {
@@ -174,7 +174,7 @@ hr {
 #footer {
     border: 1px solid #747e93;
     width: 100%;
-    -moz-border-radius: 5px;
+    border-radius: 5px;
 }
 
 #footer #links-actions,
index 0b28ff3b6b446db1222d4d9574c53db2e4703e4f..4d4b02153a2137996fc7042d2d191045f0b3eb2f 100644 (file)
@@ -55,8 +55,8 @@
         border-left: 1px solid #747E93;
         border-right: 1px solid #747E93;
         border-bottom: 1px solid #747E93;
-        -moz-border-radius-bottomleft: 5px;
-        -moz-border-radius-bottomright: 5px;
+        border-bottom-left-radius: 5px;
+        border-bottom-right-radius: 5px;
         padding: 0.5em;
     }
 
         width: 100%;
         background-color: #404D6C;
         color: #fff;
-        -moz-border-radius-topleft: 5px;
-        -moz-border-radius-topright: 5px;
+        border-top-left-radius: 5px;
+        border-top-right-radius: 5px;
         font-size: 110%;
         margin: 0;
         padding: 0.5em;