Changeset 277 for trunk/web-app


Ignore:
Timestamp:
Jan 20, 2010, 6:54:51 PM (14 years ago)
Author:
gav
Message:

Add css for flash scope error messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r229 r277  
    163163    border: 1px solid #b2d1ff;
    164164    color: #006dba;
     165    margin: 10px 0 5px 0;
     166    padding: 5px 5px 5px 0px
     167}
     168
     169.message_error {
     170    background: #fff3f3 url(../images/skin/exclamation.png) 8px 50% no-repeat;
     171    border: 1px solid red;
     172    color: #cc0000;
    165173    margin: 10px 0 5px 0;
    166174    padding: 5px 5px 5px 0px
Note: See TracChangeset for help on using the changeset viewer.