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/default/default-colors.css

    r5174 r5364  
    2828}
    2929
    30 .errors { /* Errors display */
    31   color: #f33;
    32   background-color: transparent;
    33   font-weight: bold;
    34   text-align: left;
    35   margin: 5px;
    36   border: 1px solid #666;
    37   background-image: url(icon/errors.png);
    38   background-repeat: no-repeat;
    39   background-position: top right;
    40   padding: 10px 50px 10px 10px;
    41 }
    42 
    43 /**
    44  * Informations box in administration
    45  */
    46 .infos {
    47   text-align: left;
    48   color: #f70;
    49   background-color: transparent;
    50   background-image: url(icon/infos.png);
    51   background-repeat: no-repeat;
    52   background-position: top right;
    53   margin: 5px;
    54   padding: 10px 50px 10px 10px;
    55 }
    5630
    5731/**
Note: See TracChangeset for help on using the changeset viewer.