mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Submitbox style changes from mt. see #5949
git-svn-id: https://develop.svn.wordpress.org/trunk@6969 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+30
-1
@@ -122,7 +122,36 @@ form#upload #post_content {
|
||||
}
|
||||
|
||||
.submit {
|
||||
margin: 1.5em 0;
|
||||
margin: 1.5em 0 0 0;
|
||||
-moz-border-radius-bottomleft: 3px;
|
||||
-khtml-border-bottom-left-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
-moz-border-radius-bottomright: 3px;
|
||||
-khtml-border-bottom-right-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.side-info {
|
||||
background: #fff;
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.side-info h5 {
|
||||
padding-bottom: 8px;
|
||||
border-bottom: 1px solid #dadada;
|
||||
font-size: 14px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.side-info ul {
|
||||
margin: 0;
|
||||
padding-left: 18px;
|
||||
color: #666;
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
.submit input, .button, .button-secondary {
|
||||
|
||||
Reference in New Issue
Block a user