Make WordPress Core

Changeset 29121


Ignore:
Timestamp:
07/12/2014 02:51:30 PM (11 years ago)
Author:
ocean90
Message:

Improve styling of progress bar on wp-admin/media-new.php.

props Ipstenu for initial patch.
fixes #28838.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/media.css

    r29088 r29121  
    134134    line-height: 36px;
    135135    overflow: hidden;
     136    margin-left: 6px;
    136137}
    137138
     
    160161    float: right;
    161162    height: 22px;
    162     margin: 7px 0 0;
     163    margin: 7px 6px;
    163164    width: 200px;
    164165    line-height: 2em;
    165166    padding: 0;
    166167    overflow: hidden;
    167     margin-bottom: 2px;
    168168    -webkit-border-radius: 22px;
    169169    border-radius: 22px;
    170170    background: #ddd;
    171     -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    172     box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
     171    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
     172    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    173173}
    174174
     
    194194    line-height: 22px;
    195195    font-weight: 400;
    196     text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
     196    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    197197}
    198198
Note: See TracChangeset for help on using the changeset viewer.