Making WordPress.org


Ignore:
Timestamp:
06/14/2016 06:58:07 AM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Updated styles for upload form.

See #1573.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/forms/_buttons.scss

    r3261 r3345  
    327327    .button,
    328328    .button.button-large,
    329     .button.button-small,
    330     input#publish,
    331     input#save-post,
    332     a.preview {
     329    .button.button-smallw {
    333330        font-size: 14px;
    334331        height: auto;
     
    338335        vertical-align: middle;
    339336    }
    340 
    341     #media-upload .button {
    342         font-size: 13px;
    343         line-height: 22px;
    344         padding: 0 10px 1px;
    345         height: 24px;
    346     }
    347 
    348     .media-frame.mode-grid .bulk-select .button {
    349         margin-bottom: 0;
    350     }
    351 
    352     /* Publish Metabox Options */
    353     .save-post-status.button {
    354         margin: 0 14px 0 10px; /* 14px right margin to match all other buttons */
    355         position: relative;
    356     }
    357 
    358     /* Reset responsive styles in Press This, Customizer */
    359 
    360     .wp-customizer .button {
    361         font-size: 13px;
    362         height: 28px;
    363         line-height: 26px;
    364         margin: 0;
    365         padding: 0 10px 1px;
    366         vertical-align: inherit;
    367     }
    368 
    369     /* Reset responsive styles on Log in button on iframed login form */
    370 
    371     .interim-login .button.button-large {
    372         height: 30px;
    373         line-height: 28px;
    374         padding: 0 12px 2px;
    375     }
    376 }
     337}
Note: See TracChangeset for help on using the changeset viewer.