mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
some minor stuff
This commit is contained in:
parent
dcd5d3f91a
commit
74e122ee3b
@ -126,16 +126,19 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
|
||||
.calDayColHeader,.calGridHeader{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
right: 0px; /* does not work in IE, but looks better in other browsers then width:100% */
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
white-space: nowrap;
|
||||
border-bottom: 1px solid gray;
|
||||
border-right: 1px solid gray;
|
||||
border-bottom: 1px solid silver;
|
||||
border-right: 1px solid silver;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
left: 0px;
|
||||
z-index: 10;
|
||||
}
|
||||
.calDayColHeader img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.calViewUserNameBox {
|
||||
@ -252,7 +255,9 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
.calEventHeaderSmall .calEventIcons img{ height: 13px;}
|
||||
.calEventHeaderSmall .calEventIcons img{
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
/* 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%;
|
||||
}
|
||||
|
||||
.calEventLabel
|
||||
{
|
||||
.calEventLabel{
|
||||
font-weight: bold;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.calEventTitle
|
||||
{
|
||||
.calEventTitle{
|
||||
font-weight: bold;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user