Changeset 5364


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.

Location:
trunk/admin/themes
Files:
4 edited
2 moved

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; }
  • 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/**
  • trunk/admin/themes/default/default-layout.css

    r5357 r5364  
    770770
    771771#configContent FIELDSET {border:none;}
     772
     773/**
     774 * Informations box in administration
     775 */
     776.infos {
     777  text-align: left;
     778  margin: 5px;
     779  padding: 10px 50px 10px 10px;
     780  font-weight:bold;
     781}
     782
     783.errors { /* Errors display */
     784  text-align: left;
     785  margin: 5px;
     786  font-weight:bold;
     787}
     788
     789.content .infos li, .content .errors li { list-style-type:square; }
  • 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.