From 9053495e26498b31789b6f0b638fe437190b8b82 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 19 Feb 2008 20:31:14 +0000 Subject: [PATCH] Border radius changes from mt. fixes #5906 git-svn-id: https://develop.svn.wordpress.org/trunk@6917 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/dashboard.css | 6 ++-- wp-admin/wp-admin.css | 59 ++++++++++++++++++++++++++++---------- 2 files changed, 48 insertions(+), 17 deletions(-) diff --git a/wp-admin/css/dashboard.css b/wp-admin/css/dashboard.css index cbdedc8e16..6e08f192f4 100644 --- a/wp-admin/css/dashboard.css +++ b/wp-admin/css/dashboard.css @@ -15,12 +15,14 @@ #rightnow .rbutton { background: #ebebeb; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; font-weight: normal; color: #264761; padding: 6px; border-bottom: none; + -moz-border-radius: 2px; + -khtml-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } #rightnow .reallynow span { diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index b3b8a8c2a6..27053e5745 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -136,9 +136,11 @@ form#upload #post_content { color: #246; padding: 6px; background: #e5e5e5; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; border: none; + -moz-border-radius: 2px; + -khtml-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } .submit input:hover, .button:hover { @@ -621,10 +623,12 @@ a.view-comment-post-link { font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; padding: 6px; display: block; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; color: #246; letter-spacing: normal; + -moz-border-radius: 2px; + -khtml-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } #wphead #viewsite a:hover { color: #d54e21; @@ -658,11 +662,15 @@ a.view-comment-post-link { #dashmenu a:hover, #dashmenu a.current, #dashmenu a.current:hover { background: #e4f2fd; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; color: #555; + -moz-border-radius-topleft: 3px; + -khtml-border-top-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -khtml-border-top-right-radius: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } #adminmenu { @@ -689,11 +697,15 @@ a.view-comment-post-link { color: #d54e21; border: 1px solid #c6d9e9; font-weight: bold; - -moz-border-radius-topleft: 4px; - -webkit-border-top-left-radius: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-right-radius: 4px; padding: 6px; + -moz-border-radius-topleft: 4px; + -khtml-border-top-left-radius: 4px; + -webkit-border-top-left-radius: 4px; + border-top-left-radius: 4px; + -moz-border-radius-topright: 4px; + -khtml-border-top-right-radius: 4px; + -webkit-border-top-right-radius: 4px; + border-top-right-radius: 4px; } #adminmenu a:hover { @@ -769,6 +781,7 @@ a.view-comment-post-link { padding: 0 0.6em; background-color: #bbb; -moz-border-radius: 0.3em; + -khtml-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em; } @@ -804,6 +817,7 @@ strong .post-com-count span { padding: 0 0.8em; background-color: #d54e21; -moz-border-radius: 0.3em; + -khtml-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em; } @@ -1029,9 +1043,13 @@ html, body { color: #333; font-weight: bold; -moz-border-radius-topright: 2px; + -khtml-border-top-right-radius: 2px; -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; -moz-border-radius-topleft: 2px; + -khtml-border-top-left-radius: 2px; -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; } #poststuff #media-buttons { @@ -1058,9 +1076,13 @@ html, body { text-indent:-9999px; width:12px; -moz-border-radius-topleft: 2px; + -khtml-border-top-left-radius: 2px; -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; -moz-border-radius-bottomleft: 3px; + -khtml-border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } #poststuff .closed .inside { @@ -1084,7 +1106,9 @@ html, body { top: 194px; right: 15%; -moz-border-radius: 3px; + -khtml-border-radius: 3px; -webkit-border-radius: 3px; + border-radius: 3px; } .submitbox #previewview { @@ -1094,14 +1118,15 @@ html, body { .submitbox #previewview a { background: #ebebeb; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - -webkit-border-radius: 5px; padding: 6px; font-weight: normal; color: #264761; border-bottom: none; font-size: 14px; + -moz-border-radius: 2px; + -khtml-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } .submitbox #previewview a:hover { @@ -1146,9 +1171,13 @@ ul#category-tabs li { ul#category-tabs li.ui-tabs-selected { background-color: #CEE1EF; -moz-border-radius-topleft: 2px; + -khtml-border-top-left-radius: 2px; -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; + -khtml-border-bottom-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; + border-bottom-left-radius: 2px; } div.ui-tabs-panel {