Ignore:
Timestamp:
Mar 3, 2006, 2:57:39 AM (18 years ago)
Author:
rvelices
Message:

improvement: calendar navigation now uses at maximum one navigation bar
together with a next/previous date links

improvement: calendar view styles now shown in DIV.titrePage (I still need
to move padding from H2 to DIV.titrePage ...)

fix: moved all calendar css colors from template to the theme

File:
1 edited

Legend:

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

    r1061 r1062  
    7979
    8080/*calendar elements*/
    81 SPAN.calItemSel { color: dark-gray; }
     81SPAN.calItemEmpty { color: silver; }
    8282
    83 SPAN.calItemEmpty { color: lightgray; }
    84 
     83SPAN.calItem, SPAN.calItemEmpty
     84{
     85  border: 1px solid silver;
     86}
    8587
    8688/* nice looking month calendar*/
    8789TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;}
    8890
    89 TD.calDayCellEmpty { color: lightgray; }
     91TD.calDayCellEmpty { color: silver; }
    9092
    9193.calBackDate { color: #000; }
Note: See TracChangeset for help on using the changeset viewer.