- Timestamp:
- Dec 22, 2008, 10:39:55 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/template/goto/theme/roma/theme.css
r2991 r3014 167 167 .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); } 168 168 .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); } 169 #ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div a { background: #111; color: #f70 !important; } 170 #ui-datepicker-div .ui-datepicker-days-row { background: #444;} 171 #ui-datepicker-div .ui-datepicker-current-day { background: #222;} 172 #ui-datepicker-div .ui-datepicker-week-end-cell, #ui-datepicker-div .ui-datepicker-week-end-cell a { background: #222; color: #ff3363; } 173 #ui-datepicker-div .ui-datepicker-title-row { background: #111;} 174 #ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #ff3363; } 175 #ui-datepicker-div a:hover { color: #ff3363 !important; border: 0; background: #111 !important; } 176 #ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; } 169 #ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div a { background-color: #111; color: #f70 !important;} 170 #ui-datepicker-div .ui-datepicker-days-row { background-color: #444;} 171 #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;} 172 #ui-datepicker-div .ui-datepicker-title-row { background-color: #111;} 173 #ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #f33;} 174 #ui-datepicker-div a:hover { color: #ff3333 !important; border: 0; background-color: #111 !important;} 175 #ui-datepicker-div .ui-datepicker-header select { background-color:#444; color:#999; font-weight:normal;} 176 #ui-datepicker-div .ui-datepicker-links { background-color:#222;} 177 #ui-datepicker-div .ui-datepicker-header { background-color:#444;} 178 #ui-datepicker-div .ui-datepicker-current-day { background-color: #111 !important; border-color: #444; border-top-color: #111; border-left-color: #111;} 179 #ui-datepicker-div .ui-datepicker-days-cell { background-color:#444; border:1px solid #222; border-top-color: #444; border-left-color: #444;} 177 180 td img.ui-datepicker-trigger { margin:-3px 5px 2px; } 178 181 INPUT[type="text"].large { width: 317px; } -
trunk/language/en_UK/admin.lang.php
r2944 r3014 295 295 $lang['nbm_msg_n_mails_not_send'] = '%d mails were not sent.'; 296 296 $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 sendmail.';298 $lang['nbm_no_user_available_to_send_L2'] = ' A user is available, if there arenew 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.'; 300 300 $lang['nbm_no_user_to send_notifications_by_mail'] = 'No user to send notifications by mail.'; 301 301 $lang['nbm_object_news'] = 'New elements added'; -
trunk/template/yoga/theme/Sylvia/theme.css
r3005 r3014 38 38 width: 100%; 39 39 min-width: 100%; 40 } 41 #theHeader { 42 min-height:100px; 43 height:100px; 40 44 } 41 45 #mbIdentification p, .totalImages {
Note: See TracChangeset
for help on using the changeset viewer.