Changeset 607

Show
Ignore:
Timestamp:
06/19/06 13:41:46
Author:
johnsa
Message:

quick stylistic fixes to example departmental calendar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/REL-3.1rc3/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/soe.css

    r545 r607  
    252252  border-left: 2px solid #333; 
    253253  border-right: 2px solid #333; 
     254  color: black; 
     255  background: white; 
    254256} 
    255257#eventTable td.fieldname { 
     
    544546  border: 1px solid #333; 
    545547} 
    546 #monthCalendarTable a:hover span.eventTipStatus
     548#monthCalendarTable a:hover span.eventTipStatusCancelled
    547549  display: block; 
    548550  color: white; 
     
    550552  padding: 2px; 
    551553  margin-bottom: 6px; 
     554  text-align: center; 
     555} 
     556#monthCalendarTable a:hover span.eventTipStatusTentative { 
     557  display: block; 
     558  color: black; 
     559  background: #eee url('../../images/tentativeLines.gif') top; 
     560  padding: 2px; 
     561  margin-bottom: 6px; 
     562  border: 1px solid #ccc; 
    552563  text-align: center; 
    553564} 
     
    833844  font-size: 1.3em; 
    834845  border-bottom: 1px solid #ccc; 
    835   border-left: 2px solid #aaa
    836   border-right: 2px solid #aaa
     846  border-left: 2px solid #333
     847  border-right: 2px solid #333
    837848} 
    838849h2 a:link,