Ticket #6230 fixed

This commit is contained in:
Stefan Reinhardt 2014-03-05 11:56:21 +00:00
parent 35d7ee2924
commit 07257ef167
2 changed files with 7 additions and 7 deletions

View File

@ -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;

View File

@ -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;
}