Ignore:
Timestamp:
Feb 28, 2006, 5:28:06 AM (18 years ago)
Author:
rvelices
Message:

calendar improvements: week on weekly list starts on Monday,
ability to show grayed months/weeks/days (without any picture in it),
added icons for created/posted fields
language uniformization

calendar fixes: correct number of pictures in calendar view,
code simplification (I hope so)

File:
1 edited

Legend:

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

    • Property svn:eol-style set to native
    r981 r1059  
    3939  border: none;
    4040}
    41    
     41
    4242#imageHeaderBar {
    4343  background-image: url(images/tableh2_bg.png);
     
    108108#the_page {
    109109  border: 1px solid #e0e0e0;
    110   padding-top: 5px;     
     110  padding-top: 5px;
    111111  padding-bottom:30px;
    112112  text-align:center;
     
    114114  background:#3f3f3f;
    115115}
     116
     117SPAN.calItemSel {
     118  color: #fff48e;
     119}
     120
     121SPAN.calItemEmpty {
     122  color: darkgray;
     123}
Note: See TracChangeset for help on using the changeset viewer.