forked from extern/egroupware
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{
|
.calendar_calEventHeader,.calendar_calEventHeaderSmall{
|
||||||
position: relative; /* as the calendar_calEventIcons use postion: absolute! */
|
position: relative; /* as the calendar_calEventIcons use postion: absolute! */
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 9pt;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
@ -569,7 +568,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
|
|
||||||
.calendar_calEventTitle{
|
.calendar_calEventTitle{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 110%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* table of the dayView containing 2 cols: 1) day-view, 2) todos
|
/* 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_calEventHeader,
|
||||||
.calendar_calEventHeaderSmall {
|
.calendar_calEventHeaderSmall {
|
||||||
position: relative;
|
|
||||||
/* as the calendar_calEventIcons use postion: absolute! */
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 9pt;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
right: 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
|
/* header-row of the event
|
||||||
*/
|
*/
|
||||||
.calendar_calEventHeader,.calendar_calEventHeaderSmall{
|
.calendar_calEventHeader,.calendar_calEventHeaderSmall{
|
||||||
position: relative; /* as the calendar_calEventIcons use postion: absolute! */
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 9pt;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user