Making WordPress.org

Ticket #259: wp4-style4.2.diff

File wp4-style4.2.diff, 1.9 KB (added by cyberchimps, 9 years ago)

Shortens search box width at mobile and fixes centralised download button text

  • wp4.css

     
    222222}
    223223
    224224#head-search form {
    225         width: 288px;
    226225        display: inline-block;
    227226        margin-left: 60px;
     227        width: 200px;
    228228        border-bottom: 1px solid #3f3f3f;
    229229}
    230230
    231231#head-search input.text {
    232         background: #131313;
    233         border: 0;
     232        float: left;
    234233        margin-right: 0;
    235234        margin-bottom: 0;
    236         width: 256px;
     235        width: 174px;
    237236        height: 24px;
     237        outline: none;
     238        border: 0;
     239        border-radius: 0px;
     240        background: #131313;
    238241        color: #999999;
    239         float: left;
    240242        font-size: 12px;
    241         outline: none;
    242243        font-family: "Open Sans", sans-serif;
    243         border-radius: 0px;
    244244}
    245245
    246246#head-search input.text::-moz-placeholder {
     
    249249
    250250#head-search .button {
    251251        float: left;
    252         text-shadow: none !important;
     252        padding: 0;
     253        width: 26px;
     254        height: 24px;
    253255        border: none;
    254         height: 30px;
    255         width: 26px;
     256        border-radius:0;
    256257        background: #131313;
    257258        background-image: url(http://s.wordpress.org/wp-includes/images/admin-bar-sprite.png?d=20120831);
    258259        background-position: 100% 2px;
    259260        background-repeat: no-repeat;
    260         border-radius:0;
    261         padding: 0;
     261        text-shadow: none !important;
    262262}
     263
    263264.no-static #head-search .button {
    264265        background-image: url(//wordpress.org/wp-includes/images/admin-bar-sprite.png?d=20120831);
    265266}
     
    405406}
    406407
    407408#download-mobile .wrapper {
    408         padding: 20px 0;
     409        padding: 20px;
    409410        text-align: center;
    410411}
    411412
    412413#download-mobile span.download-ready {
    413414        font-size: 1.6em;
    414         margin-right: 20px;
    415415}
    416416
    417417#download-mobile a.download-button {
    418418        height: inherit;
    419419        padding: 10px 15px;
     420        margin-top: 10px;
    420421        font-size: 1.6em;
    421422}
    422423
     424@media screen and (min-width:395px) {
     425        #download-mobile a.download-button {
     426                margin-top: 0;
     427                margin-left: 15px;
     428        }
     429}
     430
    423431@media screen and (min-width:480px) {
    424432        #head-search form {
     433                width: 288px;
    425434                margin-left: 0;
    426435        }
     436
     437        #head-search input.text {
     438                width: 262px;
     439        }
    427440}
     441
    428442@media screen and (min-width:768px) {
    429443
    430444        #wporg-header {