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:
parent
864ab9ae56
commit
398ae265bc
|
@ -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
|
@ -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
|
@ -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
|
@ -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
Loading…
Reference in New Issue