mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
Add 'enter title here' text to title box. see #12591
git-svn-id: https://develop.svn.wordpress.org/trunk@13964 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1765,6 +1765,7 @@ div.inside {
|
||||
}
|
||||
|
||||
#titlediv {
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#titlediv label { cursor: text; }
|
||||
@@ -1792,6 +1793,13 @@ div.inside {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#titlediv #title-prompt-text {
|
||||
color: #bbb;
|
||||
position: absolute;
|
||||
font-size: 1.7em;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#poststuff .inside-submitbox,
|
||||
#side-sortables .inside-submitbox {
|
||||
margin: 0 3px;
|
||||
|
||||
Reference in New Issue
Block a user