Making WordPress.org

Changeset 4237


Ignore:
Timestamp:
10/14/2016 03:24:47 PM (8 years ago)
Author:
ocean90
Message:

Breathe: Add further styling for a post/request type selector on make/polyglots.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r4227 r4237  
    369369
    370370.o2-editor-select:focus {
     371    border-color: #5b9dd9;
     372    -webkit-box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );
     373    box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );
    371374    outline: 0;
    372375    -moz-outline: none;
     
    388391}
    389392
     393/* make/polyglots post type selector for new posts */
    390394.polyglots-post-type-selector {
    391395    margin: 0 0 1em;
     
    394398
    395399.polyglots-post-type-selector .o2-editor-select {
    396     min-width: 180px;
     400    min-width: 150px;
     401}
     402
     403.polyglots-post-type-selector label {
     404    padding: 7px 0;
     405    display: inline-block;
     406    margin-right: 5px;
     407}
     408
     409.o2-save.disabled,
     410.o2-save.disabled:hover,
     411.o2-save.disabled:focus {
     412    border-color: #bbb;
     413    background: #f1f1f1;
     414    color: #bbb;
     415    cursor: default;
     416}
     417
     418@media (max-width: 640px) {
     419    .make-polyglots .o2-post-form-options {
     420        float: left;
     421        display: block;
     422        padding-right: 0;
     423        clear: none;
     424    }
    397425}
    398426
Note: See TracChangeset for help on using the changeset viewer.