Making WordPress.org


Ignore:
Timestamp:
07/10/2015 05:34:37 PM (10 years ago)
Author:
iandunn
Message:

WordPress.tv: Make success/error message styles DRY.

See #1118

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/upload-subtitles-template.php

    r1024 r1722  
    4949    .video-upload h3 {
    5050        font-size: 22px;
    51     }
    52 
    53     .video-upload div.error,
    54     .video-upload div.success {
    55         border: 1px solid #c00;
    56         border-radius: 3px;
    57         background-color: #ffebe8;
    58         padding: 0 10px;
    59         margin: 10px 0;
    60     }
    61 
    62     .video-upload div.success {
    63         background-color: #edfcd5;
    64         border-color: #d4ebaf;
    65     }
    66 
    67     .video-upload div.error p,
    68     .video-upload div.success p {
    69         margin: 0.5em 0;
    7051    }
    7152
Note: See TracChangeset for help on using the changeset viewer.