mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
A bit smaller font size for title
This commit is contained in:
parent
83390eca97
commit
bf5d46c721
@ -504,7 +504,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
.calendar_calEventHeader,.calendar_calEventHeaderSmall{
|
||||
position: relative; /* as the calendar_calEventIcons use postion: absolute! */
|
||||
font-weight: bold;
|
||||
font-size: 9pt;
|
||||
text-align: left;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
@ -569,7 +568,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
|
||||
.calendar_calEventTitle{
|
||||
font-weight: bold;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
/* table of the dayView containing 2 cols: 1) day-view, 2) todos
|
||||
|
@ -834,10 +834,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
*/
|
||||
.calendar_calEventHeader,
|
||||
.calendar_calEventHeaderSmall {
|
||||
position: relative;
|
||||
/* as the calendar_calEventIcons use postion: absolute! */
|
||||
font-weight: bold;
|
||||
font-size: 9pt;
|
||||
text-align: left;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
|
@ -966,9 +966,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
/* header-row of the event
|
||||
*/
|
||||
.calendar_calEventHeader,.calendar_calEventHeaderSmall{
|
||||
position: relative; /* as the calendar_calEventIcons use postion: absolute! */
|
||||
font-weight: bold;
|
||||
font-size: 9pt;
|
||||
text-align: left;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user