Ignore:
Timestamp:
Mar 25, 2010, 11:03:28 PM (14 years ago)
Author:
plg
Message:

bug 1495: "infos" and "errors" blocks are more visible for the "roma" admin
theme. I have simply used the same CSS rules as for "clear" theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/roma/theme.css

    r5247 r5364  
    1010input.rateButton, legend, h3 { color: #666; }
    1111h2 { color: #ccc; }
    12 .content .infos { color: #f70; border:0; background-color: transparent;
    13 padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; background-position:left top;}
     12
     13/* .content .infos { color: #f70; border:0; background-color: transparent; */
     14/* padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; background-position:left top;} */
     15
     16.content .infos { color: #008200; border:0; background: transparent url(../clear/icon/infos.png) no-repeat 5px 5px;
     17padding:5px 70px 0pt 30px; min-height: 54px; background-color:#c2f5c2;}
     18
     19
    1420.content .infos .submit {margin-left:30px;}
    15 .content .infos li, .content .errors li { list-style-type:none; }
    16 .content .errors { color: #f33; border:0; background-color: transparent;
    17 padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; background-position:left top;  }
     21
     22.content .errors { color: #f33; border:0; background: #ffd5dc url(../clear/icon/errors.png) no-repeat 5px 5px;
     23padding:5px 60px 0pt 30px; min-height: 54px; text-align:left; }
     24
    1825.header_notes { background: transparent url(../../icon/note.png) no-repeat right top;
    1926border:0; font-weight:bold; min-height: 48px;
Note: See TracChangeset for help on using the changeset viewer.