mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-13 09:04:24 +00:00
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:
@@ -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; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user