From ef2eb384738eee50992088a37a52713ff9a60f64 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 22 Dec 2008 21:39:55 +0000 Subject: - datePicker calendar to be re-chartered (roma). - Identification > Notification : Translation review - Header with no header (Sylvia only). merge -c3013 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@3014 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 19 +++++++++++-------- language/en_UK/admin.lang.php | 6 +++--- template/yoga/theme/Sylvia/theme.css | 4 ++++ 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 2b3a21cc1..25353e4b6 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -166,14 +166,17 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); } -#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div a { background: #111; color: #f70 !important; } -#ui-datepicker-div .ui-datepicker-days-row { background: #444;} -#ui-datepicker-div .ui-datepicker-current-day { background: #222;} -#ui-datepicker-div .ui-datepicker-week-end-cell, #ui-datepicker-div .ui-datepicker-week-end-cell a { background: #222; color: #ff3363; } -#ui-datepicker-div .ui-datepicker-title-row { background: #111;} -#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #ff3363; } -#ui-datepicker-div a:hover { color: #ff3363 !important; border: 0; background: #111 !important; } -#ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; } +#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div a { background-color: #111; color: #f70 !important;} +#ui-datepicker-div .ui-datepicker-days-row { background-color: #444;} +#ui-datepicker-div .ui-datepicker-week-end-cell, #ui-datepicker-div .ui-datepicker-week-end-cell a { background-color: #222; color: #f33; border-color: #444; border-top-color: #222; border-left-color: #222;} +#ui-datepicker-div .ui-datepicker-title-row { background-color: #111;} +#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #f33;} +#ui-datepicker-div a:hover { color: #ff3333 !important; border: 0; background-color: #111 !important;} +#ui-datepicker-div .ui-datepicker-header select { background-color:#444; color:#999; font-weight:normal;} +#ui-datepicker-div .ui-datepicker-links { background-color:#222;} +#ui-datepicker-div .ui-datepicker-header { background-color:#444;} +#ui-datepicker-div .ui-datepicker-current-day { background-color: #111 !important; border-color: #444; border-top-color: #111; border-left-color: #111;} +#ui-datepicker-div .ui-datepicker-days-cell { background-color:#444; border:1px solid #222; border-top-color: #444; border-left-color: #444;} td img.ui-datepicker-trigger { margin:-3px 5px 2px; } INPUT[type="text"].large { width: 317px; } input[type="button"], input[type="submit"], input[type="reset"] { diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 9220af02f..e582a2aad 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -294,9 +294,9 @@ $lang['nbm_msg_n_mails_sent'] = '%d mails were sent.'; $lang['nbm_msg_n_mail_not_send'] = '%d mail was not sent.'; $lang['nbm_msg_n_mails_not_send'] = '%d mails were not sent.'; $lang['nbm_no_mail_to_send'] = 'No mail to send.'; -$lang['nbm_no_user_available_to_send_L1'] = 'No user are available in order to send mail.'; -$lang['nbm_no_user_available_to_send_L2'] = 'A user is available, if there are new elements to notify.'; -$lang['nbm_no_user_available_to_send_L3'] = 'It\'s possible that the are no subscribed users (only webmaster can see this tab).'; +$lang['nbm_no_user_available_to_send_L1'] = 'There is no available subscribers to mail.'; +$lang['nbm_no_user_available_to_send_L2'] = 'Subscribers could be listed (available) only if there is new elements to notify.'; +$lang['nbm_no_user_available_to_send_L3'] = 'Anyway only webmasters can see this tab and never administrators.'; $lang['nbm_no_user_to send_notifications_by_mail'] = 'No user to send notifications by mail.'; $lang['nbm_object_news'] = 'New elements added'; $lang['nbm_object_subscribe'] = 'Subscribe to notification by mail'; diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 960c9a1c3..63352f56a 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -38,6 +38,10 @@ BODY { width: 100%; min-width: 100%; } +#theHeader { + min-height:100px; + height:100px; +} #mbIdentification p, .totalImages { color:#333; } -- cgit v1.2.3