A bit smaller font size for title

This commit is contained in:
Nathan Gray 2015-11-12 19:01:03 +00:00
parent 83390eca97
commit bf5d46c721
3 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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;

View File

@ -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;