Ticket #7475: 7475.patch
File 7475.patch, 2.2 KB (added by , 10 months ago) |
---|
-
trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
3058 3058 display: none; 3059 3059 } 3060 3060 3061 @media (max-width: 767px) { 3062 .main-navigation button.button-search { 3063 display: inline-block; 3064 } 3065 } 3066 3061 3067 @media screen and (min-width: 48em) { 3062 3068 #wporg-header ul li a.current ~ .uparrow, 3063 3069 #wporg-header ul li.current-menu-item::after, … … 3225 3231 top: auto; 3226 3232 } 3227 3233 3234 @media (max-width: 767px) { 3235 .search-form .button-search { 3236 bottom: 3px; 3237 } 3238 } 3239 3228 3240 .search-form .button-search:active { 3229 3241 background: #006799; 3230 3242 border-left: 1px solid #006799; … … 3287 3299 width: 100%; 3288 3300 } 3289 3301 3302 @media (max-width: 767px) { 3303 .site-header:not(.home) .search-form .search-field { 3304 width: 80%; 3305 } 3306 } 3307 3290 3308 @media screen and (min-width: 48em) { 3291 3309 .site-header:not(.home) .search-form .search-field { 3292 3310 border-radius: 0 2px 2px 0; -
trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
3060 3060 display: none; 3061 3061 } 3062 3062 3063 @media (max-width: 767px) { 3064 .main-navigation button.button-search { 3065 display: inline-block; 3066 } 3067 } 3068 3063 3069 @media screen and (min-width: 48em) { 3064 3070 #wporg-header ul li a.current ~ .uparrow, 3065 3071 #wporg-header ul li.current-menu-item::after, … … 3226 3232 right: auto; 3227 3233 top: auto; 3228 3234 } 3235 @media (max-width: 767px) { 3236 .search-form .button-search { 3237 bottom: 3px; 3238 } 3239 } 3229 3240 3230 3241 .search-form .button-search:active { 3231 3242 background: #006799; … … 3289 3300 width: 100%; 3290 3301 } 3291 3302 3303 @media (max-width: 767px) { 3304 .site-header:not(.home) .search-form .search-field { 3305 width: 80%; 3306 } 3307 } 3308 3292 3309 @media screen and (min-width: 48em) { 3293 3310 .site-header:not(.home) .search-form .search-field { 3294 3311 border-radius: 2px 0 0 2px;