Submitbox styling from mt. fixes #5957
git-svn-id: http://svn.automattic.com/wordpress/trunk@6977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5e09a8cd81
commit
7ec7f6df52
|
@ -1032,6 +1032,11 @@ html, body {
|
||||||
|
|
||||||
#poststuff .inside {
|
#poststuff .inside {
|
||||||
margin: 0 12px 15px;
|
margin: 0 12px 15px;
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#poststuff .inside strong {
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#poststuff #title {
|
#poststuff #title {
|
||||||
|
@ -1137,15 +1142,20 @@ html, body {
|
||||||
background-color: #eaf3fa;
|
background-color: #eaf3fa;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
right: 15%;
|
right: 15%;
|
||||||
-moz-border-radius: 3px;
|
|
||||||
-khtml-border-radius: 3px;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.submitbox #previewview {
|
.submitbox #previewview {
|
||||||
background-color: #2683ae;
|
background-color: #2683ae;
|
||||||
padding: 15px 10px;
|
padding: 15px 10px;
|
||||||
|
-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-bottomtop: 3px;
|
||||||
|
-khtml-border-top-right-radius: 3px;
|
||||||
|
-webkit-border-top-right-radius: 3px;
|
||||||
|
border-top-right-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submitbox #previewview a {
|
.submitbox #previewview a {
|
||||||
|
@ -1168,8 +1178,19 @@ html, body {
|
||||||
.submitbox .submit {
|
.submitbox .submit {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: #464646;
|
background-color: #464646;
|
||||||
color: #fff;
|
color: #ccc;
|
||||||
padding: 15px 10px;
|
padding: 12px 10px 10px 10px;
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.submitbox .submit input {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
margin-right: 23pxpx;
|
||||||
|
padding: 6px 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.submitbox .submit a:hover {
|
||||||
|
border-bottom: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Categories */
|
/* Categories */
|
||||||
|
|
Loading…
Reference in New Issue