mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Compromise between a mix of razor-sharp corners and gratuitously over-rounded "safety corners" by standardizing around 3px border-radius (mouse-nibbled corners). see #17324
git-svn-id: https://develop.svn.wordpress.org/trunk@17820 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -60,6 +60,10 @@ body {
|
||||
background: #f9f9f9;
|
||||
padding: 0 10px;
|
||||
border: 1px solid #dfdfdf;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#post-body {
|
||||
@@ -241,7 +245,7 @@ body {
|
||||
/* Menu item types */
|
||||
.quick-search { width: 190px; }
|
||||
.list-wrap { display: none; clear: both; margin-bottom: 10px; }
|
||||
.list-container { max-height: 200px; overflow-y: auto; padding: 10px 10px 5px; border: 1px solid #DFDFDF; -moz-border-radius: 4px; }
|
||||
.list-container { max-height: 200px; overflow-y: auto; padding: 10px 10px 5px; border: 1px solid #DFDFDF; -moz-border-radius: 3px; }
|
||||
.postbox p.submit { margin-bottom: 0; }
|
||||
|
||||
/* Listings */
|
||||
@@ -286,13 +290,13 @@ body {
|
||||
text-shadow: 0 1px 0 #FFFFFF;
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
-khtml-border-radius: 6px;
|
||||
border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
}
|
||||
.menu-item-edit-active .menu-item-handle {
|
||||
-moz-border-radius: 6px 6px 0 0;
|
||||
-moz-border-radius: 3px 3px 0 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
-khtml-border-bottom-right-radius: 0;
|
||||
@@ -422,11 +426,11 @@ body.js .item-order {
|
||||
padding: 10px 0 10px 10px;
|
||||
border: solid #dfdfdf;
|
||||
border-width: 0 1px 1px 1px;
|
||||
-moz-border-radius: 0 0 6px 6px;
|
||||
-webkit-border-bottom-right-radius: 6px;
|
||||
-webkit-border-bottom-left-radius: 6px;
|
||||
-khtml-border-bottom-right-radius: 6px;
|
||||
-khtml-border-bottom-left-radius: 6px;
|
||||
-moz-border-radius: 0 0 3px 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-khtml-border-bottom-right-radius: 3px;
|
||||
-khtml-border-bottom-left-radius: 3px;
|
||||
}
|
||||
.menu-item-edit-active .menu-item-settings {
|
||||
display:block;
|
||||
@@ -449,10 +453,10 @@ body.js .item-order {
|
||||
color: #777;
|
||||
font-style: italic;
|
||||
border: 1px solid #dfdfdf;
|
||||
border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
-khtml-border-radius: 6px;
|
||||
border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
}
|
||||
.link-to-original a {
|
||||
padding-left: 4px;
|
||||
@@ -533,10 +537,10 @@ body.js .item-order {
|
||||
.major-publishing-actions .form-invalid {
|
||||
padding-left: 4px;
|
||||
margin-left: -4px;
|
||||
border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
}
|
||||
|
||||
/* Clearfix */
|
||||
|
||||
Reference in New Issue
Block a user