Ignore:
Timestamp:
Mar 1, 2006, 5:33:52 AM (18 years ago)
Author:
rvelices
Message:

calendar improvement: month calendar view a la flickr

fix: html 4.01 compliant in rating.tpl

fix: issue with IE from version 1052 (redirect on access denied)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/clear/theme.css

    • Property svn:eol-style set to native
    r978 r1061  
    7878}
    7979
     80/*calendar elements*/
     81SPAN.calItemSel { color: dark-gray; }
     82
     83SPAN.calItemEmpty { color: lightgray; }
     84
     85
     86/* nice looking month calendar*/
     87TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;}
     88
     89TD.calDayCellEmpty { color: lightgray; }
     90
     91.calBackDate { color: #000; }
     92.calForeDate { color: #fff; }
Note: See TracChangeset for help on using the changeset viewer.