Changeset 5141 for trunk/admin/themes


Ignore:
Timestamp:
Mar 15, 2010, 2:02:22 PM (14 years ago)
Author:
plg
Message:

bug 1495: "infos" and "errors" blocks are more visible for the "clear" admin
theme.

File:
1 edited

Legend:

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

    r5098 r5141  
    99input.rateButton, legend, h3 { color: #777; }
    1010#theAdminPage h2 { color: #ccc; }
    11 .content .infos { color: #0a0; border:0; background: transparent url(icon/infos.png) no-repeat left bottom;
    12 padding:5px 70px 0pt 30px; min-height: 48px; text-align:left; }
     11.content .infos { color: #0a0; border:0; background: transparent url(icon/infos.png) no-repeat 5px 5px;
     12padding:5px 70px 0pt 30px; min-height: 54px; text-align:left; background-color:#c2f5c2;}
    1313.content .infos .submit {margin-left:30px;}
    14 .content .infos li, .content .errors li { list-style-type:none; }
     14.content .infos li, .content .errors li { list-style-type:square; }
    1515.content .errors { color: #f22; border:0; background: transparent url(icon/errors.png) no-repeat left top;
    16 padding:5px 60px 0pt 30px; min-height: 48px; text-align:left; font-weight:bold; background-position:left top;  }
     16padding:5px 60px 0pt 30px; min-height: 54px; text-align:left; font-weight:bold; background-position:5px 5px; background-color: #ffd5dc;}
    1717#copyright { color:#777; margin:5px auto 0px 240px; text-align:center;
    1818padding-bottom: 15px; }
Note: See TracChangeset for help on using the changeset viewer.