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/clear/theme.css

    r5247 r5364  
    99input.rateButton, legend, h3 { color: #777; }
    1010h2 { color: #777; }
     11
    1112.content .infos { color: #0a0; border:0; background: transparent url(icon/infos.png) no-repeat 5px 5px;
    12 padding:5px 70px 0pt 30px; min-height: 54px; text-align:left; background-color:#c2f5c2;}
     13padding:5px 70px 0pt 30px; min-height: 54px; background-color:#c2f5c2;}
     14
    1315.content .infos .submit {margin-left:30px;}
    1416.content .infos li, .content .errors li { list-style-type:square; }
     17
    1518.content .errors { color: #f22; border:0; background: transparent url(icon/errors.png) no-repeat left top;
    1619padding:5px 60px 0pt 30px; min-height: 54px; text-align:left; font-weight:bold; background-position:5px 5px; background-color: #ffd5dc;}
     20
    1721#copyright { color:#777; margin:5px auto 0px 240px; text-align:center;
    1822padding-bottom: 15px; }
Note: See TracChangeset for help on using the changeset viewer.