Make WordPress Core

Ticket #7967: media.css.patch

File media.css.patch, 2.2 KB (added by Simek, 17 years ago)
  • media.css

     
    2929        text-align: right;
    3030}
    3131
    32 .media-upload-form label, .media-upload-form legend {
    33         display:block;
     32.media-upload-form label,
     33.media-upload-form legend {
     34        display: block;
    3435        font-weight: bold;
    3536        font-size: 13px;
    3637        margin-bottom: 0.5em;
    3738        margin: 0 0 0.5em 0;
    3839}
    3940
    40 th { position: relative; }
     41th {
     42        position: relative;
     43}
    4144
    4245.media-upload-form label.form-help, td.help {
    4346        font-style: italic;
     
    8083        background: url(../images/align-right.png) no-repeat center left;
    8184}
    8285
    83 #flash-upload-ui, .insert-gallery {
    84         display: none;
    85 }
    86 
    8786tr.image-size td {
    8887        width: 460px;
    8988}
     
    142141        border-right-style: solid;
    143142}
    144143
    145 #library-form .progress, #gallery-form .progress {
     144#library-form .progress,
     145#gallery-form .progress,
     146#flash-upload-ui,
     147.insert-gallery,
     148.describe.startopen,
     149.describe.startclosed {
    146150        display: none;
    147151}
    148152
     
    162166        background-color: transparent;
    163167}
    164168
    165 thead.media-item-info th, thead.media-item-info td {
     169thead.media-item-info th,
     170thead.media-item-info td {
    166171        border: none;
    167172        margin: 0;
    168173}
     
    171176        border: 8px solid #fff;
    172177}
    173178
    174 .describe.startopen, .describe.startclosed {
    175         display: none;
    176 }
    177 
    178179abbr.required {
    179180        text-decoration: none;
    180181        border: none;
     
    192193        width: 132px;
    193194}
    194195
    195 .describe input[type="text"], .describe textarea {
     196.describe input[type="text"],
     197.describe textarea {
    196198        width: 460px;
    197199}
    198200
    199 .describe-toggle-on, .describe-toggle-off {
     201.describe-toggle-on,
     202.describe-toggle-off {
    200203        display: block;
    201204        line-height: 36px;
    202205        float: right;
     
    208211}
    209212
    210213.hidden {
    211         height: 0px;
    212         width: 0px;
     214        height: 0;
     215        width: 0;
    213216        overflow: hidden;
    214217        border: none;
    215218}
     
    224227        padding: 1em 0;
    225228}
    226229
    227 #media-upload p.help, #media-upload label.help {
     230#media-upload p.help,
     231#media-upload label.help {
    228232        font-style: italic;
    229233        font-weight: normal;
    230234}
     
    325329        background-color: #fff;
    326330        border: 1px solid #aaa;
    327331        opacity: 0.6;
     332        -moz-opacity: 0.6;
     333        -khtml-opacity: 0.6;
    328334        filter: alpha(opacity=60);
    329335}
    330336