]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 640184: Use CSS3 border radius styles
authorBjoern Jacke <bjoern@j3e.de>
Thu, 10 Mar 2011 07:43:13 +0000 (15:43 +0800)
committerByron Jones <bjones@mozilla.com>
Thu, 10 Mar 2011 07:43:13 +0000 (15:43 +0800)
r=glob, a=mkanat

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

index 3a18e401ea0463ae46915789fd2c1a296263ce8a..1e9a5e9dc237d7b3b40df779928b1ea5cbf594db 100644 (file)
@@ -32,6 +32,8 @@ body {
 #titles {
     -moz-border-radius-topleft: 5px;
     -moz-border-radius-topright: 5px;
+    border-top-left-radius: 5px;
+    border-top-right-radius: 5px;
 }
 
 #header .links, #footer {
@@ -42,6 +44,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;
 }
 
@@ -62,6 +66,7 @@ body {
     padding: 10px;
     font-size: 10pt;
     -moz-border-radius: 5px;
+    border-radius: 5px;
 }
 
 a {
@@ -175,6 +180,7 @@ hr {
     border: 1px solid #747e93;
     width: 100%;
     -moz-border-radius: 5px;
+    border-radius: 5px;
 }
 
 #footer #links-actions,
index 394715e4a8a6c8a469e637ec121e93da03fdb492..8909445fd4145affcd4fa126526e3b452cd3aab0 100644 (file)
@@ -57,6 +57,8 @@
         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;
     }
 
         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;
index 99c0b405e6790e0d9df959a2426562512fe33dde..da8a5c389ff432c5f59ab11fb2c03d1475686998 100644 (file)
@@ -3,6 +3,7 @@
     padding: 0.3em; 
     background-color: rgb(208, 208, 208); 
     -moz-border-radius: 0.5em; 
+    border-radius: 0.5em; 
     font-size: 125%; 
     font-weight: bold;
 }