Changeset 3013


Ignore:
Timestamp:
Dec 22, 2008, 10:38:17 PM (15 years ago)
Author:
vdigital
Message:
  • datePicker calendar to be re-chartered (roma).
  • Identification > Notification : Translation review
  • Header with no header (Sylvia only).
Location:
branches/2.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/template/goto/theme/roma/theme.css

    r3010 r3013  
    173173.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
    174174.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
    175 #ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div  a { background: #111; color: #f70 !important; }
    176 #ui-datepicker-div .ui-datepicker-days-row { background: #444;}
    177 #ui-datepicker-div .ui-datepicker-current-day { background: #222;}
    178 #ui-datepicker-div .ui-datepicker-week-end-cell, #ui-datepicker-div .ui-datepicker-week-end-cell  a { background: #222; color: #ff3363; }
    179 #ui-datepicker-div .ui-datepicker-title-row { background: #111;}
    180 #ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #ff3363; }
    181 #ui-datepicker-div  a:hover { color: #ff3363 !important; border: 0; background: #111 !important; }
    182 #ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; }
     175#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div  a { background-color: #111; color: #f70 !important;}
     176#ui-datepicker-div .ui-datepicker-days-row { background-color: #444;}
     177#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;}
     178#ui-datepicker-div .ui-datepicker-title-row { background-color: #111;}
     179#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #f33;}
     180#ui-datepicker-div  a:hover { color: #ff3333 !important; border: 0; background-color: #111 !important;}
     181#ui-datepicker-div .ui-datepicker-header select { background-color:#444; color:#999; font-weight:normal;}
     182#ui-datepicker-div .ui-datepicker-links { background-color:#222;}
     183#ui-datepicker-div .ui-datepicker-header { background-color:#444;}
     184#ui-datepicker-div .ui-datepicker-current-day { background-color: #111 !important; border-color: #444; border-top-color: #111; border-left-color: #111;}
     185#ui-datepicker-div .ui-datepicker-days-cell { background-color:#444; border:1px solid #222; border-top-color: #444; border-left-color: #444;}
    183186td img.ui-datepicker-trigger { margin:-3px 5px 2px; }
    184187INPUT[type="text"].large  { width: 317px; }
  • branches/2.0/language/en_UK/admin.lang.php

    r2943 r3013  
    295295$lang['nbm_msg_n_mails_not_send'] = '%d mails were not sent.';
    296296$lang['nbm_no_mail_to_send'] = 'No mail to send.';
    297 $lang['nbm_no_user_available_to_send_L1'] = 'No user are available in order to send mail.';
    298 $lang['nbm_no_user_available_to_send_L2'] = 'A user is available, if there are new elements to notify.';
    299 $lang['nbm_no_user_available_to_send_L3'] = 'It\'s possible that the are no subscribed users (only webmaster can see this tab).';
     297$lang['nbm_no_user_available_to_send_L1'] = 'There is no available subscribers to mail.';
     298$lang['nbm_no_user_available_to_send_L2'] = 'Subscribers could be listed (available) only if there is new elements to notify.';
     299$lang['nbm_no_user_available_to_send_L3'] = 'Anyway only webmasters can see this tab and never administrators.';
    300300$lang['nbm_no_user_to send_notifications_by_mail'] = 'No user to send notifications by mail.';
    301301$lang['nbm_object_news'] = 'New elements added';
  • branches/2.0/template/yoga/theme/Sylvia/theme.css

    r3004 r3013  
    3838        width: 100%;
    3939        min-width: 100%;
     40}
     41#theHeader {
     42        min-height:100px;
     43        height:100px;
    4044}
    4145#mbIdentification p, .totalImages {
Note: See TracChangeset for help on using the changeset viewer.