Changeset 1097


Ignore:
Timestamp:
Mar 24, 2006, 10:36:08 PM (18 years ago)
Author:
chrisaga
Message:

fix : add a bottom margin below the calendar (still doesn't work with IE)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/content.css

    r1069 r1097  
    215215
    216216/* nice looking month calendar*/
    217 .calMonth { border: none; border-collapse: collapse; }
    218 
    219 TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank
    220 {
     217TABLE.calMonth {
     218  border: none;
     219  border-collapse: collapse;
     220  margin-bottom: 10px;  /*<-IE ignores this */
     221}
     222
     223TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank {
    221224  text-align:left;
    222225  vertical-align: top;
     
    226229TD.calDayHead { font: bold 12px Arial, Helvetica, sans-serif; }
    227230
    228 DIV.calImg
    229 {
     231DIV.calImg {
    230232  overflow: hidden;
    231233  vertical-align: bottom;
     
    234236}
    235237
    236 .calImg img
    237 {
     238.calImg img {
    238239  position: relative;
    239240  border: 0;
Note: See TracChangeset for help on using the changeset viewer.