Changeset 3014 for trunk/admin


Ignore:
Timestamp:
Dec 22, 2008, 10:39:55 PM (15 years ago)
Author:
vdigital
Message:
  • 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

File:
1 edited

Legend:

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

    r2991 r3014  
    167167.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
    168168.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;}
    177180td img.ui-datepicker-trigger { margin:-3px 5px 2px; }
    178181INPUT[type="text"].large  { width: 317px; }
Note: See TracChangeset for help on using the changeset viewer.