mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Make event icons smaller, make event tooltip bigger
This commit is contained in:
parent
422ecd25a9
commit
6fe2c71642
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user