mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Ticket #6230 fixed
This commit is contained in:
parent
35d7ee2924
commit
07257ef167
@ -1881,10 +1881,10 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
.calendar_plannerEvent img,
|
||||
.calendar_plannerEventPrivate img {
|
||||
padding-top: 0px;
|
||||
padding: 2px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 3px;
|
||||
padding: 3px;
|
||||
margin: 2px 1px 0 1px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
|
@ -1332,9 +1332,9 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
}
|
||||
.calendar_plannerEvent img,.calendar_plannerEventPrivate img {
|
||||
padding-top: 0px;
|
||||
padding: 2px;
|
||||
.dimension_width_height_xs;
|
||||
margin: 3px;
|
||||
padding: 3px;
|
||||
margin: 2px 1px 0 1px;
|
||||
.dimension_width_height_xxs;
|
||||
.rounded (2px);
|
||||
background-color: @gray_10;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user