merge -c2898 from branch 2.0 to trunk

Sylvia notes are similar to msgs (with transparent white grid)



git-svn-id: http://piwigo.org/svn/trunk@2899 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital 2008-11-21 19:52:39 +00:00
commit c612fd5074
2 changed files with 13 additions and 12 deletions

View file

@ -240,8 +240,8 @@ $lang['new_rate'] = 'Rate this picture';
$lang['next_page'] = 'Next'; $lang['next_page'] = 'Next';
$lang['no_category'] = 'Home'; $lang['no_category'] = 'Home';
$lang['no_rate'] = 'no rate'; $lang['no_rate'] = 'no rate';
$lang['note_filter_day'] = 'Only displays elements posted within the last %d day.'; $lang['note_filter_day'] = 'Elements posted within the last %d day.';
$lang['note_filter_days'] = 'Only displays elements posted within the last %d days.'; $lang['note_filter_days'] = 'Elements posted within the last %d days.';
$lang['password updated'] = 'password updated'; $lang['password updated'] = 'password updated';
$lang['periods_error'] = 'Recent period must be a positive integer value'; $lang['periods_error'] = 'Recent period must be a positive integer value';
/* DEPRECATED USED IN comments.php FOR image_id ? */ $lang['picture'] = 'picture'; /* DEPRECATED USED IN comments.php FOR image_id ? */ $lang['picture'] = 'picture';

View file

@ -41,7 +41,7 @@ BODY {
color:#333; color:#333;
} }
.header_msgs { .header_msgs {
background:transparent url(images/header_msgs-bg.gif) repeat scroll right top; background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
border:0; border:0;
color:#333; color:#333;
font-size:24px; font-size:24px;
@ -55,15 +55,16 @@ BODY {
z-index:99; z-index:99;
} }
.header_notes { .header_notes {
border:0; background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
border:0 none;
color:#333; color:#333;
font-size:16px;
margin:0; margin:0;
padding:12px 44px 0 0; padding:0;
position:absolute; position:absolute;
right:9px; top:0;
top:48px; width:100%;
z-index:99; z-index:99;
background-position: right top;
} }
#menubar DL { #menubar DL {
background:transparent url(images/menuBox_top.gif) no-repeat scroll left top; background:transparent url(images/menuBox_top.gif) no-repeat scroll left top;