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;
-webkit-border-radius: 6px;
max-height: 400px;
min-width: 25ex;
overflow: auto;
}
.calendar_calEventTooltip .calendar_calEventBodySmall {
@ -537,7 +538,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
top: 0px;
}
.calendar_calEventIcons img{
height: 16px;
height: 13px;
}
.calendar_calEventHeaderSmall .calendar_calEventIcons img{
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-repeat: repeat-x !important;
}
.calendar_calEventIcons img {
height: 16px;
}
.calendar_calEventHeaderSmall .calendar_calEventIcons img {
height: 13px;
}

View File

@ -988,13 +988,10 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
.rounded (2px);
img[src$="svg"] {
.gradient_vertical (@gray_50, @gray_50) !important;
}
.gradient_vertical (@gray_50, @gray_50) !important;
}
}
.calendar_calEventIcons img{
.dimension_height_s;
}
.calendar_calEventHeaderSmall .calendar_calEventIcons img{
height: 13px;