Index: modules/shortcut/shortcut.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/shortcut/shortcut.css,v
retrieving revision 1.6
diff -u -r1.6 shortcut.css
--- modules/shortcut/shortcut.css	25 Jan 2010 17:01:02 -0000	1.6
+++ modules/shortcut/shortcut.css	19 Mar 2010 02:04:52 -0000
@@ -20,10 +20,11 @@
 }
 
 div#toolbar div.toolbar-shortcuts ul li a {
-  -moz-border-radius: 5px;
-  -webkit-border-radius: 5px;
   padding: 0 5px 0 5px;
   margin-right: 5px;
+  border-radius: 5px;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 
 div#toolbar div.toolbar-shortcuts ul li a:focus,
@@ -43,6 +44,7 @@
   width: 30px;
   height: 30px;
   margin-right: 5px;
+  border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
 }
@@ -84,6 +86,8 @@
   display: block;
   padding-right: 6px;
   cursor: pointer;
+  border-top-right-radius: 5px;
+  border-bottom-right-radius: 5px;
   -moz-border-radius-topright: 5px;
   -moz-border-radius-bottomright: 5px;
   -webkit-border-top-right-radius: 5px;
Index: modules/overlay/overlay-parent.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/overlay/overlay-parent.css,v
retrieving revision 1.12
diff -u -r1.12 overlay-parent.css
--- modules/overlay/overlay-parent.css	7 Mar 2010 06:31:48 -0000	1.12
+++ modules/overlay/overlay-parent.css	19 Mar 2010 02:04:52 -0000
@@ -69,6 +69,7 @@
   width: 26px;
   height: 36px;
   background: transparent url(images/close.png) no-repeat;
+  border-top-left-radius: 0;
   -moz-border-radius-topleft: 0;
   -webkit-border-top-left-radius: 0;
 }
@@ -120,10 +121,9 @@
 .overlay .ui-dialog-titlebar ul li a:hover {
   display: inline-block;
   background-color: #a6a7a2;
-  -moz-border-radius: 8px 8px 0 0;
-  -webkit-border-top-left-radius: 8px;
-  -webkit-border-top-right-radius: 8px;
   border-radius: 8px 8px 0 0;
+  -moz-border-radius: 8px 8px 0 0;
+  -webkit-border-radius: 8px 8px 0 0;
   color: #000;
   font-weight: bold;
   padding: 0 14px;
Index: themes/seven/vertical-tabs.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/vertical-tabs.css,v
retrieving revision 1.4
diff -u -r1.4 vertical-tabs.css
--- themes/seven/vertical-tabs.css	11 Jan 2010 06:44:31 -0000	1.4
+++ themes/seven/vertical-tabs.css	19 Mar 2010 02:04:53 -0000
@@ -33,6 +33,8 @@
   display: block;
   border-right: 1px solid #ccc;
   padding: 10px 9px 10px 10px;
+  border-top-left-radius: 5px;
+  border-bottom-left-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-bottomleft: 5px;
   -webkit-border-top-left-radius: 5px;
Index: themes/seven/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/style.css,v
retrieving revision 1.48
diff -u -r1.48 style.css
--- themes/seven/style.css	9 Mar 2010 11:45:37 -0000	1.48
+++ themes/seven/style.css	19 Mar 2010 02:04:53 -0000
@@ -146,19 +146,13 @@
   left: -10000px;
   width: 1px;
   height: 1px;
-  -moz-border-radius-bottomleft: 10px;
-  -moz-border-radius-bottomright: 10px;
-  -moz-border-radius-topleft: 0;
-  -moz-border-radius-topright: 0;
-  -webkit-border-top-left-radius: 0;
-  -webkit-border-top-right-radius: 0;
-  -webkit-border-bottom-left-radius: 10px;
-  -webkit-border-bottom-right-radius: 10px;
-  border-radius:0 0 10px 10px;
   background: #444;
   color: #fff;
   font-size: 0.94em;
   text-decoration: none;
+  border-radius:0 0 10px 10px;
+  -moz-border-radius: 0 0 10px 10px;
+  -webkit-border-radius: 0 0 10px 10px;
 }
 #skip-link a:hover,
 #skip-link a:active,
@@ -297,16 +291,15 @@
 ul.primary li a:visited,
 ul.primary li a:hover {
   background-color: #a6a7a2;
-  -moz-border-radius: 8px 8px 0 0;
-  -webkit-border-top-left-radius: 8px;
-  -webkit-border-top-right-radius: 8px;
-  border-radius: 8px 8px 0 0;
   color: #000;
   font-weight: bold;
   padding: 7px 20px 5px 20px;
   border-width: 1px 1px 0 1px;
   border-style: solid;
   border-color: #a6a7a2;
+  border-radius: 8px 8px 0 0;
+  -moz-border-radius: 8px 8px 0 0;
+  -webkit-border-radius: 8px 8px 0 0;
 }
 ul.primary li.active a,
 ul.primary li.active a.active,
@@ -343,6 +336,7 @@
 ul.secondary li.active a,
 ul.secondary li.active a.active {
   padding: 0 10px;
+  border-radius: 7px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 7px;
 }
@@ -376,6 +370,7 @@
   height: 55px;
   width: 80px;
   overflow: hidden;
+  border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
 }
@@ -640,15 +635,16 @@
   color: #5a5a5a;
   text-align: center;
   font-weight: normal;
+  font-size: 1.1em;
   font-family: "Lucida Grande", Verdana, sans-serif;
   border: 1px solid #e4e4e4;
   border-bottom: 1px solid #b4b4b4;
   border-left-color: #D2D2D2;
   border-right-color: #D2D2D2;
   background: url(images/buttons.png) 0 0 repeat-x;
+  border-radius: 15px;
   -moz-border-radius: 20px;
   -webkit-border-radius: 15px;
-  font-size: 1.1em;
 }
 a.button:link, a.button:visited, a.button:hover, a.button:active {
   text-decoration: none;
Index: modules/dashboard/dashboard.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/dashboard/dashboard.css,v
retrieving revision 1.10
diff -u -r1.10 dashboard.css
--- modules/dashboard/dashboard.css	18 Mar 2010 06:54:43 -0000	1.10
+++ modules/dashboard/dashboard.css	19 Mar 2010 02:04:53 -0000
@@ -31,6 +31,7 @@
   padding: 6px 4px 6px 8px;
   margin: 3px 3px 3px 0;
   float: left;
+  border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
 }
