Make WordPress Core


Ignore:
Timestamp:
09/25/2013 04:13:44 PM (13 years ago)
Author:
helen
Message:

Better error messaging on install.php. props DrewAPicture, ocean90. fixes #24982.

File:
1 edited

Legend:

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

    r22629 r25620  
    216216
    217217.message {
    218     border: 1px solid #e6db55;
    219     padding: 0.3em 0.6em;
     218    border: 1px solid #c00;
     219    -webkit-border-radius: 3px;
     220    border-radius:         3px;
     221    padding: 0.5em 0.7em;
    220222    margin: 5px 0 15px;
    221     background-color: #ffffe0;
     223    background-color: #ffebe8;
    222224}
    223225
Note: See TracChangeset for help on using the changeset viewer.