mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Lose the breaks and do it right
git-svn-id: https://develop.svn.wordpress.org/trunk@6948 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -244,6 +244,10 @@ input.disabled, textarea.disabled {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#titlediv, #namediv, #poststuff #namediv {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#postdivrich {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -1017,6 +1021,7 @@ html, body {
|
||||
padding: 4px 3px;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
#edit-slug-box {
|
||||
margin-top: 8px;
|
||||
color: #999;
|
||||
@@ -1113,7 +1118,7 @@ html, body {
|
||||
position: absolute;
|
||||
background-color: #eaf3fa;
|
||||
width: 200px;
|
||||
top: 240px;
|
||||
top: 234px;
|
||||
right: 15%;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user