Edit permalink in place. Fixes #5679. Hat tip: nbachiyski.

git-svn-id: https://develop.svn.wordpress.org/trunk@6633 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2008-01-17 16:51:32 +00:00
parent 2b0713315f
commit 098e6672e4
7 changed files with 114 additions and 5 deletions

View File

@@ -1178,6 +1178,19 @@ html, body {
padding: 4px 3px;
width: 98%;
}
#edit-slug-box {
margin-top: 8px;
color: #999;
}
#edit-slug-box strong {color: #777;}
#editable-post-name {background-color: #FFFBCC;}
#editable-post-name input {width: 16em;}
#edit-slug-buttons a.save {
background-color: #ebebeb;
-moz-border-raduis: 5px;
padding: 6px;
}
#edit-slug-buttons a.cancel {font-size: 80%;}
#poststuff #editor-toolbar {
position: relative;
@@ -1331,3 +1344,4 @@ ul.categorychecklist li {
.ui-tabs-hide { display: none; }
.form-input-tip { color: #999; }