fixed and modified some design/layout issues for better readability

This commit is contained in:
ak703 2005-01-11 23:35:07 +00:00
parent d190a689ae
commit 45903de2c2

View File

@ -35,7 +35,8 @@
.calTimeRowTime{ .calTimeRowTime{
padding-left: 5px; padding-left: 5px;
height: 100%; height: 100%;
/* font-size:100%;*/ line-height: 14px;
font-size:8pt;
} }
/* contains (multiple) dayCol's /* contains (multiple) dayCol's
@ -153,14 +154,15 @@
*/ */
.calEventHeader,.calEventHeaderSmall{ .calEventHeader,.calEventHeaderSmall{
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 10pt;
background-color: #0000ff; background-color: #0000ff;
color: white; color: white;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
} }
.calEventHeaderSmall{ .calEventHeaderSmall{
font-size: 10px; font-size: 8pt;
line-height: 10pt;
} }
/* body of the event /* body of the event