aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--language/en_UK/common.lang.php4
-rw-r--r--template/yoga/theme/Sylvia/theme.css21
2 files changed, 13 insertions, 12 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index fc758f5b1..54d3fbbd2 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -240,8 +240,8 @@ $lang['new_rate'] = 'Rate this picture';
$lang['next_page'] = 'Next';
$lang['no_category'] = 'Home';
$lang['no_rate'] = 'no rate';
-$lang['note_filter_day'] = 'Only displays elements posted within the last %d day.';
-$lang['note_filter_days'] = 'Only displays elements posted within the last %d days.';
+$lang['note_filter_day'] = 'Elements posted within the last %d day.';
+$lang['note_filter_days'] = 'Elements posted within the last %d days.';
$lang['password updated'] = 'password updated';
$lang['periods_error'] = 'Recent period must be a positive integer value';
/* DEPRECATED USED IN comments.php FOR image_id ? */ $lang['picture'] = 'picture';
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 6377259e3..70d769379 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -41,7 +41,7 @@ BODY {
color:#333;
}
.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;
color:#333;
font-size:24px;
@@ -54,16 +54,17 @@ BODY {
width:100%;
z-index:99;
}
-.header_notes {
- border:0;
- color:#333;
- margin:0;
- padding:12px 44px 0 0;
+.header_notes {
+ background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
+ border:0 none;
+ color:#333;
+ font-size:16px;
+ margin:0;
+ padding:0;
position:absolute;
- right:9px;
- top:48px;
- z-index:99;
- background-position: right top;
+ top:0;
+ width:100%;
+ z-index:99;
}
#menubar DL {
background:transparent url(images/menuBox_top.gif) no-repeat scroll left top;