Make WordPress Core

Changeset 22782


Ignore:
Timestamp:
11/21/2012 06:37:52 PM (12 years ago)
Author:
koopersmith
Message:

Media: Normalize font sizes, link colors, and other styles. props lessbloat, see #22284, #21390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/media-views.css

    r22780 r22782  
    22 * Base Styles
    33 */
     4.media-modal,
     5.media-frame {
     6    font-family: sans-serif;
     7    font-size: 12px;
     8}
     9
    410.media-frame input,
    511.media-frame textarea {
     
    1521}
    1622
    17 .media-modal {
    18     font-family: sans-serif;
     23a {
     24    color: #21759b;
     25}
     26
     27a:hover {
     28    color: #d54e21;
    1929}
    2030
     
    2737textarea,
    2838select {
     39    font-family: sans-serif;
     40    font-size: 12px;
    2941    -moz-box-sizing: border-box;
    3042    -webkit-box-sizing: border-box;
     
    8496    font-weight: 200;
    8597    text-shadow: 0 0 16px rgba( 0, 0, 0, 0.6 );
     98}
     99
     100a.media-modal-close {
     101    color: #fff;
    86102}
    87103
     
    799815}
    800816
     817.upload-flash-bypass {
     818    font-size: 12px;
     819}
     820
    801821.region-content.uploader-inline {
    802822    margin: 20px;
     
    855875.media-selection .selection-info {
    856876    display: inline-block;
     877    font-size: 12px;
    857878    height: 60px;
    858879    margin-right: 10px;
     
    10701091.attachment-info .details {
    10711092    float: left;
     1093    font-size: 12px;
    10721094}
    10731095
     
    11151137
    11161138.embed-url input {
     1139    font-size: 18px;
    11171140    padding: 12px 14px;
    11181141    width: 100%;
    11191142    min-width: 200px;
    1120     /*max-width: 500px;*/
    11211143    box-shadow: inset 2px 2px 4px -2px rgba( 0, 0, 0, 0.1 );
    11221144}
Note: See TracChangeset for help on using the changeset viewer.