Changeset 648
- Timestamp:
- 06/23/06 10:14:32
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/REL-3.1rc4/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.css
r618 r648 252 252 border-left: 2px solid #333; 253 253 border-right: 2px solid #333; 254 background-color: white; 255 color: black; 254 256 } 255 257 #eventTable td.fieldname { … … 279 281 padding: 0.5em 1em 0.2em 0.5em; 280 282 white-space: nowrap; 281 font-size: 0.9em;282 font-weight: normal;283 font-size: 0.9em; 284 font-weight: normal; 283 285 } 284 286 #eventTable th.icalIcon a { … … 287 289 #eventTable th.icalIcon img { 288 290 vertical-align: middle; 289 padding-left: 1em;291 padding-left: 1em; 290 292 } 291 293 #eventTable th.fieldname { … … 544 546 border: 1px solid #333; 545 547 } 546 #monthCalendarTable a:hover span.eventTipStatus {548 #monthCalendarTable a:hover span.eventTipStatusCancelled { 547 549 display: block; 548 550 color: white; … … 550 552 padding: 2px; 551 553 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; 552 563 text-align: center; 553 564 } … … 833 844 font-size: 1.3em; 834 845 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; 837 848 } 838 849 h2 a:link,
