Making WordPress.org

Ticket #7475: 7475.patch

File 7475.patch, 2.2 KB (added by pitamdey, 10 months ago)

After applying this solution the issue is resolved

  • trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css

     
    30583058        display: none;
    30593059}
    30603060
     3061@media (max-width: 767px) {
     3062        .main-navigation button.button-search {
     3063                display: inline-block;
     3064        }
     3065}
     3066
    30613067@media screen and (min-width: 48em) {
    30623068        #wporg-header ul li a.current ~ .uparrow,
    30633069        #wporg-header ul li.current-menu-item::after,
     
    32253231        top: auto;
    32263232}
    32273233
     3234@media (max-width: 767px) {
     3235        .search-form .button-search {
     3236                bottom: 3px;
     3237        }
     3238}
     3239
    32283240.search-form .button-search:active {
    32293241        background: #006799;
    32303242        border-left: 1px solid #006799;
     
    32873299        width: 100%;
    32883300}
    32893301
     3302@media (max-width: 767px) {
     3303        .site-header:not(.home) .search-form .search-field {
     3304                width: 80%;
     3305        }
     3306}
     3307
    32903308@media screen and (min-width: 48em) {
    32913309        .site-header:not(.home) .search-form .search-field {
    32923310                border-radius: 0 2px 2px 0;
  • trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

     
    30603060        display: none;
    30613061}
    30623062
     3063@media (max-width: 767px) {
     3064        .main-navigation button.button-search {
     3065                display: inline-block;
     3066        }
     3067}
     3068
    30633069@media screen and (min-width: 48em) {
    30643070        #wporg-header ul li a.current ~ .uparrow,
    30653071        #wporg-header ul li.current-menu-item::after,
     
    32263232        right: auto;
    32273233        top: auto;
    32283234}
     3235@media (max-width: 767px) {
     3236        .search-form .button-search {
     3237                bottom: 3px;
     3238        }
     3239}
    32293240
    32303241.search-form .button-search:active {
    32313242        background: #006799;
     
    32893300        width: 100%;
    32903301}
    32913302
     3303@media (max-width: 767px) {
     3304        .site-header:not(.home) .search-form .search-field {
     3305                width: 80%;
     3306        }
     3307}
     3308
    32923309@media screen and (min-width: 48em) {
    32933310        .site-header:not(.home) .search-form .search-field {
    32943311                border-radius: 2px 0 0 2px;