Changeset 2899 for trunk/template


Ignore:
Timestamp:
Nov 21, 2008, 8:52:39 PM (15 years ago)
Author:
vdigital
Message:

merge -c2898 from branch 2.0 to trunk
Sylvia notes are similar to msgs (with transparent white grid)

File:
1 edited

Legend:

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

    r2884 r2899  
    4242}
    4343.header_msgs {
    44         background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
     44        background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
    4545        border:0;
    4646        color:#333;
     
    5555        z-index:99;
    5656}
    57 .header_notes {
    58         border:0;
    59         color:#333;
    60         margin:0;
    61         padding:12px 44px 0 0;
     57.header_notes {
     58        background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
     59        border:0 none;
     60        color:#333;
     61        font-size:16px;
     62        margin:0;
     63        padding:0;
    6264        position:absolute;
    63         right:9px;
    64         top:48px;
    65         z-index:99;
    66         background-position: right top;
     65        top:0;
     66        width:100%;
     67        z-index:99;
    6768}
    6869#menubar DL {
Note: See TracChangeset for help on using the changeset viewer.