Ignore:
Timestamp:
Aug 20, 2003, 10:50:19 PM (21 years ago)
Author:
z0rglub
Message:

new style for .errors and adding the CSS class .errors_title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/admin/admin.vtp

    r30 r54  
    9090        text-align:left;
    9191        margin:25px;
    92         background-color:red;
     92        background-color:#ffe1e1;
     93        border:1px solid red;
     94        color:black;
     95      }
     96      .errors_title {
     97        margin:5px;
    9398        font-weight:bold;
    94         border:1px solid black;
    95         color:white;
     99        font-size:120%;
     100        text-align:center;
     101        color:red;
    96102      }
    97103      .info {
Note: See TracChangeset for help on using the changeset viewer.