DFW: remove unused #wp-fullscreen-title-prompt-text selectors. See #24067.

Built from https://develop.svn.wordpress.org/trunk@27039


git-svn-id: http://core.svn.wordpress.org/trunk@26915 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-01-27 00:39:12 +00:00
parent 864ab9ae56
commit 398ae265bc
8 changed files with 10 additions and 22 deletions

View File

@ -50,7 +50,7 @@
width: 35%;
}
#wp-fullscreen-title {
.wp-fullscreen-title {
width: 97%;
}

File diff suppressed because one or more lines are too long

View File

@ -50,7 +50,7 @@
width: 35%;
}
#wp-fullscreen-title {
.wp-fullscreen-title {
width: 97%;
}

File diff suppressed because one or more lines are too long

View File

@ -4064,8 +4064,7 @@ ul.cat-checklist {
margin: 0;
}
#titlediv #title-prompt-text,
#wp-fullscreen-title-prompt-text {
#titlediv #title-prompt-text {
color: #777;
position: absolute;
font-size: 1.7em;
@ -4078,10 +4077,6 @@ ul.cat-checklist {
margin-top: 4px;
}
#wp-fullscreen-title-prompt-text {
padding: 11px;
}
#poststuff .inside-submitbox,
#side-sortables .inside-submitbox {
margin: 0 3px;
@ -11950,8 +11945,7 @@ li#wp-admin-bar-menu-toggle {
min-width: 0;
}
#titlediv #title-prompt-text,
#wp-fullscreen-title-prompt-text {
#titlediv #title-prompt-text {
padding: 10px 10px;
}

File diff suppressed because one or more lines are too long

View File

@ -4064,8 +4064,7 @@ ul.cat-checklist {
margin: 0;
}
#titlediv #title-prompt-text,
#wp-fullscreen-title-prompt-text {
#titlediv #title-prompt-text {
color: #777;
position: absolute;
font-size: 1.7em;
@ -4078,10 +4077,6 @@ ul.cat-checklist {
margin-top: 4px;
}
#wp-fullscreen-title-prompt-text {
padding: 11px;
}
#poststuff .inside-submitbox,
#side-sortables .inside-submitbox {
margin: 0 3px;
@ -11950,8 +11945,7 @@ li#wp-admin-bar-menu-toggle {
min-width: 0;
}
#titlediv #title-prompt-text,
#wp-fullscreen-title-prompt-text {
#titlediv #title-prompt-text {
padding: 10px 10px;
}

File diff suppressed because one or more lines are too long