Ignore:
Timestamp:
Jul 16, 2008, 10:28:32 AM (16 years ago)
Author:
vdigital
Message:

Some temporary CSS corrections for synchronization errors/infos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/yoga/theme/admin/theme.css

    r2426 r2438  
    1010/* common */
    1111.content .infos {
    12   color: #f33; border:0pt none; font-weight:bold; background-color: #222;
    13   padding:5px 0px 0pt 20pt; position:absolute; left:248px; min-height: 48px;
    14   text-align:left; top:110px; width:550px; z-index: 2; }
    15 .content .infos li { list-style-type:none; }
     12  color: #3f6; border:0pt none; background-color: transparent;
     13  padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
     14.content .infos li, .content .errors li { list-style-type:none; }
    1615.content .errors {
    17   color: #900; border:0pt none; font-weight:bold; background-color: #222;
    18   padding:5px 0px 0pt 20pt; position:absolute; left:248px; min-height: 48px;
    19   text-align:left; top:110px; width:550px; z-index: 3; }
     16  color: #f70; border:0pt none; font-weight:bold; background-color: transparent;
     17  padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
    2018#copyright { color:#777; margin:60px auto 0px 240px; text-align:center;
    2119padding-bottom: 15px;
     
    8583margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute;
    8684right:0; text-align:right; top:0; width:770px; }
    87 
     85.header_msgs { background-color:transparent; }
    8886.HelpActions a { border:0; margin:4px 14px 0 0; position:absolute; right:0; }
    8987.HelpActions li {list-style-image:none; list-style-position:outside;
Note: See TracChangeset for help on using the changeset viewer.