Ignore:
Timestamp:
Feb 14, 2012, 10:38:41 PM (12 years ago)
Author:
rvelices
Message:
  • added 2 missing embellish_url
  • fix css (admin bakground not existing; public IE image border)
File:
1 edited

Legend:

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

    r13078 r13167  
    1717/* text color */
    1818
    19 body, h3, dt, h2, .throw, .content, label , LEGEND  { 
     19body, h3, dt, h2, .throw, .content, label , LEGEND  {
    2020        color:#777;
    2121}
     
    130130.content .navigationBar {color:#999;}
    131131ul.actions, .content form#waiting  {text-align:center;}
    132 .header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
    133 border:0; color:#ccc; font-size:24px; height:30px; margin:0; padding:10px 0 0;
    134 text-align:center; width:100%; }
     132
     133.header_msgs {
     134        border:0;
     135        color:#ccc;
     136        font-size:24px;
     137        height:30px;
     138        margin:0; padding:10px 0 0;
     139        text-align:center; width:100%;
     140}
    135141
    136142/* tabsheets are often used in admin  pages => No specific css files */
Note: See TracChangeset for help on using the changeset viewer.