Changeset 2899


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)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/common.lang.php

    r2759 r2899  
    241241$lang['no_category'] = 'Home';
    242242$lang['no_rate'] = 'no rate';
    243 $lang['note_filter_day'] = 'Only displays elements posted within the last %d day.';
    244 $lang['note_filter_days'] = 'Only displays elements posted within the last %d days.';
     243$lang['note_filter_day'] = 'Elements posted within the last %d day.';
     244$lang['note_filter_days'] = 'Elements posted within the last %d days.';
    245245$lang['password updated'] = 'password updated';
    246246$lang['periods_error'] = 'Recent period must be a positive integer value';
  • 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.