]> 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:21:24 +0000 (12:21 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 8 Aug 2012 10:21:24 +0000 (12:21 +0200)
r=reed a=LpSolit

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

index d5179f5c8aafce7ce5378af95fd2aa88f326b658..f051a3b582343ba8cb8ee75b6e01336da6da9287 100644 (file)
@@ -16,8 +16,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 {
@@ -26,8 +26,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;
 }
 
@@ -47,7 +47,7 @@ body {
     border: 1px solid #747e93;
     padding: 10px;
     font-size: 10pt;
-    -moz-border-radius: 5px;
+    border-radius: 5px;
 }
 
 a {
@@ -160,7 +160,7 @@ hr {
 #footer {
     border: 1px solid #747e93;
     width: 100%;
-    -moz-border-radius: 5px;
+    border-radius: 5px;
 }
 
 #footer #links-actions,
index 07b289ec25c0ebdca6d421349bd08a0edfbe3592..e829a7f52d6c5afd2ad75c9e86a43921d0677684 100644 (file)
@@ -38,8 +38,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;
     }
 
@@ -88,8 +88,8 @@
         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;