Border radius changes from mt. fixes #5906
git-svn-id: http://svn.automattic.com/wordpress/trunk@6917 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7c8c648554
commit
c1d3fa2f28
|
@ -15,12 +15,14 @@
|
||||||
|
|
||||||
#rightnow .rbutton {
|
#rightnow .rbutton {
|
||||||
background: #ebebeb;
|
background: #ebebeb;
|
||||||
-moz-border-radius: 2px;
|
|
||||||
-webkit-border-radius: 2px;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #264761;
|
color: #264761;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
-moz-border-radius: 2px;
|
||||||
|
-khtml-border-radius: 2px;
|
||||||
|
-webkit-border-radius: 2px;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rightnow .reallynow span {
|
#rightnow .reallynow span {
|
||||||
|
|
|
@ -136,9 +136,11 @@ form#upload #post_content {
|
||||||
color: #246;
|
color: #246;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
background: #e5e5e5;
|
background: #e5e5e5;
|
||||||
-moz-border-radius: 2px;
|
|
||||||
-webkit-border-radius: 2px;
|
|
||||||
border: none;
|
border: none;
|
||||||
|
-moz-border-radius: 2px;
|
||||||
|
-khtml-border-radius: 2px;
|
||||||
|
-webkit-border-radius: 2px;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit input:hover, .button:hover {
|
.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;
|
font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
display: block;
|
display: block;
|
||||||
-moz-border-radius: 2px;
|
|
||||||
-webkit-border-radius: 2px;
|
|
||||||
color: #246;
|
color: #246;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
|
-moz-border-radius: 2px;
|
||||||
|
-khtml-border-radius: 2px;
|
||||||
|
-webkit-border-radius: 2px;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
#wphead #viewsite a:hover {
|
#wphead #viewsite a:hover {
|
||||||
color: #d54e21;
|
color: #d54e21;
|
||||||
|
@ -658,11 +662,15 @@ a.view-comment-post-link {
|
||||||
|
|
||||||
#dashmenu a:hover, #dashmenu a.current, #dashmenu a.current:hover {
|
#dashmenu a:hover, #dashmenu a.current, #dashmenu a.current:hover {
|
||||||
background: #e4f2fd;
|
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;
|
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 {
|
#adminmenu {
|
||||||
|
@ -689,11 +697,15 @@ a.view-comment-post-link {
|
||||||
color: #d54e21;
|
color: #d54e21;
|
||||||
border: 1px solid #c6d9e9;
|
border: 1px solid #c6d9e9;
|
||||||
font-weight: bold;
|
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;
|
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 {
|
#adminmenu a:hover {
|
||||||
|
@ -769,6 +781,7 @@ a.view-comment-post-link {
|
||||||
padding: 0 0.6em;
|
padding: 0 0.6em;
|
||||||
background-color: #bbb;
|
background-color: #bbb;
|
||||||
-moz-border-radius: 0.3em;
|
-moz-border-radius: 0.3em;
|
||||||
|
-khtml-border-radius: 0.3em;
|
||||||
-webkit-border-radius: 0.3em;
|
-webkit-border-radius: 0.3em;
|
||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
}
|
}
|
||||||
|
@ -804,6 +817,7 @@ strong .post-com-count span {
|
||||||
padding: 0 0.8em;
|
padding: 0 0.8em;
|
||||||
background-color: #d54e21;
|
background-color: #d54e21;
|
||||||
-moz-border-radius: 0.3em;
|
-moz-border-radius: 0.3em;
|
||||||
|
-khtml-border-radius: 0.3em;
|
||||||
-webkit-border-radius: 0.3em;
|
-webkit-border-radius: 0.3em;
|
||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
}
|
}
|
||||||
|
@ -1029,9 +1043,13 @@ html, body {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
-moz-border-radius-topright: 2px;
|
-moz-border-radius-topright: 2px;
|
||||||
|
-khtml-border-top-right-radius: 2px;
|
||||||
-webkit-border-top-right-radius: 2px;
|
-webkit-border-top-right-radius: 2px;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
-moz-border-radius-topleft: 2px;
|
-moz-border-radius-topleft: 2px;
|
||||||
|
-khtml-border-top-left-radius: 2px;
|
||||||
-webkit-border-top-left-radius: 2px;
|
-webkit-border-top-left-radius: 2px;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#poststuff #media-buttons {
|
#poststuff #media-buttons {
|
||||||
|
@ -1058,9 +1076,13 @@ html, body {
|
||||||
text-indent:-9999px;
|
text-indent:-9999px;
|
||||||
width:12px;
|
width:12px;
|
||||||
-moz-border-radius-topleft: 2px;
|
-moz-border-radius-topleft: 2px;
|
||||||
|
-khtml-border-top-left-radius: 2px;
|
||||||
-webkit-border-top-left-radius: 2px;
|
-webkit-border-top-left-radius: 2px;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
-moz-border-radius-bottomleft: 3px;
|
-moz-border-radius-bottomleft: 3px;
|
||||||
|
-khtml-border-bottom-left-radius: 3px;
|
||||||
-webkit-border-bottom-left-radius: 3px;
|
-webkit-border-bottom-left-radius: 3px;
|
||||||
|
border-bottom-left-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#poststuff .closed .inside {
|
#poststuff .closed .inside {
|
||||||
|
@ -1084,7 +1106,9 @@ html, body {
|
||||||
top: 194px;
|
top: 194px;
|
||||||
right: 15%;
|
right: 15%;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
|
-khtml-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submitbox #previewview {
|
.submitbox #previewview {
|
||||||
|
@ -1094,14 +1118,15 @@ html, body {
|
||||||
|
|
||||||
.submitbox #previewview a {
|
.submitbox #previewview a {
|
||||||
background: #ebebeb;
|
background: #ebebeb;
|
||||||
-moz-border-radius: 2px;
|
|
||||||
-webkit-border-radius: 2px;
|
|
||||||
-webkit-border-radius: 5px;
|
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #264761;
|
color: #264761;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
-moz-border-radius: 2px;
|
||||||
|
-khtml-border-radius: 2px;
|
||||||
|
-webkit-border-radius: 2px;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submitbox #previewview a:hover {
|
.submitbox #previewview a:hover {
|
||||||
|
@ -1146,9 +1171,13 @@ ul#category-tabs li {
|
||||||
ul#category-tabs li.ui-tabs-selected {
|
ul#category-tabs li.ui-tabs-selected {
|
||||||
background-color: #CEE1EF;
|
background-color: #CEE1EF;
|
||||||
-moz-border-radius-topleft: 2px;
|
-moz-border-radius-topleft: 2px;
|
||||||
|
-khtml-border-top-left-radius: 2px;
|
||||||
-webkit-border-top-left-radius: 2px;
|
-webkit-border-top-left-radius: 2px;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
-moz-border-radius-bottomleft: 2px;
|
-moz-border-radius-bottomleft: 2px;
|
||||||
|
-khtml-border-bottom-left-radius: 2px;
|
||||||
-webkit-border-bottom-left-radius: 2px;
|
-webkit-border-bottom-left-radius: 2px;
|
||||||
|
border-bottom-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ui-tabs-panel {
|
div.ui-tabs-panel {
|
||||||
|
|
Loading…
Reference in New Issue