mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
PressThis: fix styling of wpLink.
Props Michael-Arestad, see #31373. git-svn-id: https://develop.svn.wordpress.org/trunk@31680 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user