PressThis: fix styling of wpLink.

Props Michael-Arestad, see #31373.
Built from https://develop.svn.wordpress.org/trunk@31680


git-svn-id: http://core.svn.wordpress.org/trunk@31661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2015-03-08 23:23:26 +00:00
parent dccf5ceb90
commit ff5b22b872
5 changed files with 45 additions and 5 deletions

View File

@ -1791,10 +1791,30 @@ html {
}
}
#wp-link-wrap.search-panel-visible {
#wp-link-wrap {
font-size: 13px;
}
#wp-link-wrap input[type="text"] {
padding: 3px 5px;
margin: 1px;
}
@media screen and (max-width: 782px) {
#wp-link-wrap {
font-size: 14px;
}
#wp-link-wrap input[type="text"] {
padding: 6px 10px;
}
}
#wp-link-wrap .howto {
color: #666;
font-style: italic;
}
/* Options panel (sidebar) */
.options-panel {
position: relative;

File diff suppressed because one or more lines are too long

View File

@ -1791,10 +1791,30 @@ html {
}
}
#wp-link-wrap.search-panel-visible {
#wp-link-wrap {
font-size: 13px;
}
#wp-link-wrap input[type="text"] {
padding: 3px 5px;
margin: 1px;
}
@media screen and (max-width: 782px) {
#wp-link-wrap {
font-size: 14px;
}
#wp-link-wrap input[type="text"] {
padding: 6px 10px;
}
}
#wp-link-wrap .howto {
color: #666;
font-style: italic;
}
/* Options panel (sidebar) */
.options-panel {
position: relative;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31679';
$wp_version = '4.2-alpha-31680';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.