Make event icons smaller, make event tooltip bigger

This commit is contained in:
Nathan Gray 2015-11-24 20:05:45 +00:00
parent 422ecd25a9
commit 6fe2c71642
3 changed files with 4 additions and 9 deletions

View File

@ -494,6 +494,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
-moz-border-radius: 6px; -moz-border-radius: 6px;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
max-height: 400px; max-height: 400px;
min-width: 25ex;
overflow: auto; overflow: auto;
} }
.calendar_calEventTooltip .calendar_calEventBodySmall { .calendar_calEventTooltip .calendar_calEventBodySmall {
@ -537,7 +538,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
top: 0px; top: 0px;
} }
.calendar_calEventIcons img{ .calendar_calEventIcons img{
height: 16px; height: 13px;
} }
.calendar_calEventHeaderSmall .calendar_calEventIcons img{ .calendar_calEventHeaderSmall .calendar_calEventIcons img{
height: 13px; height: 13px;

View File

@ -868,9 +868,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
background-image: linear-gradient(top, #828282, #828282) !important; background-image: linear-gradient(top, #828282, #828282) !important;
background-repeat: repeat-x !important; background-repeat: repeat-x !important;
} }
.calendar_calEventIcons img {
height: 16px;
}
.calendar_calEventHeaderSmall .calendar_calEventIcons img { .calendar_calEventHeaderSmall .calendar_calEventIcons img {
height: 13px; height: 13px;
} }

View File

@ -992,9 +992,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
} }
}
.calendar_calEventIcons img{
.dimension_height_s;
} }
.calendar_calEventHeaderSmall .calendar_calEventIcons img{ .calendar_calEventHeaderSmall .calendar_calEventIcons img{
height: 13px; height: 13px;