mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:08:33 +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;
|
-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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user