mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +00:00
Edit post slugs.
git-svn-id: https://develop.svn.wordpress.org/trunk@870 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -283,10 +283,14 @@ textarea, input, select {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#poststatusdiv, #commentstatusdiv, #pingstatusdiv {
|
||||
#poststatusdiv, #pingstatusdiv, #commentstatusdiv {
|
||||
width: 6.5em;
|
||||
}
|
||||
|
||||
#slugdiv {
|
||||
width: 9.4em;
|
||||
}
|
||||
|
||||
#poststuff {
|
||||
margin-right: 11em;
|
||||
}
|
||||
@@ -321,7 +325,7 @@ textarea, input, select {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#titlediv, #poststatusdiv, #commentstatusdiv, #pingstatusdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv {
|
||||
#titlediv, #poststatusdiv, #commentstatusdiv, #slugdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv {
|
||||
float: left;
|
||||
height: 6em;
|
||||
margin-right: 5px;
|
||||
|
||||
Reference in New Issue
Block a user