some minor stuff

This commit is contained in:
Ralf Becker 2006-06-24 17:11:35 +00:00
parent dcd5d3f91a
commit 74e122ee3b

View File

@ -126,16 +126,19 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
.calDayColHeader,.calGridHeader{ .calDayColHeader,.calGridHeader{
position: absolute; position: absolute;
top: 0px; top: 0px;
left: 0px;
width: 100%; width: 100%;
right: 0px; /* does not work in IE, but looks better in other browsers then width:100% */
text-align: center; text-align: center;
font-size: 100%; font-size: 100%;
white-space: nowrap; white-space: nowrap;
border-bottom: 1px solid gray; border-bottom: 1px solid silver;
border-right: 1px solid gray; border-right: 1px solid silver;
height: 16px; height: 16px;
line-height: 16px; line-height: 16px;
left: 0px; }
z-index: 10; .calDayColHeader img {
vertical-align: middle;
} }
.calViewUserNameBox { .calViewUserNameBox {
@ -252,7 +255,9 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
right: 0px; right: 0px;
top: 0px; top: 0px;
} }
.calEventHeaderSmall .calEventIcons img{ height: 13px;} .calEventHeaderSmall .calEventIcons img{
height: 13px;
}
/* body of the event /* body of the event
*/ */
@ -267,14 +272,12 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
font-size: 95%; font-size: 95%;
} }
.calEventLabel .calEventLabel{
{
font-weight: bold; font-weight: bold;
font-size: 90%; font-size: 90%;
} }
.calEventTitle .calEventTitle{
{
font-weight: bold; font-weight: bold;
font-size: 110%; font-size: 110%;
} }