mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
fixed and modified some design/layout issues for better readability
This commit is contained in:
parent
d190a689ae
commit
45903de2c2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user