css fixes

This commit is contained in:
Mario Vavti 2015-11-26 14:16:35 +01:00
parent f80aff4a65
commit 306ce3819e
2 changed files with 2 additions and 1 deletions

View File

@ -253,6 +253,7 @@ a.wall-item-name-link {
font-weight: bold; font-weight: bold;
} }
.event-end,
.event-description { .event-description {
padding-bottom: 10px; padding-bottom: 10px;
} }

View File

@ -858,7 +858,7 @@ nav .acpopup {
} }
.wall-event-item { .wall-event-item {
padding: 10px; padding: 10px 10px 0px 10px;
color: #fff; color: #fff;
background-color: #3A87AD; /* should reflect calendar color */ background-color: #3A87AD; /* should reflect calendar color */
border-top-left-radius: $radiuspx; border-top-left-radius: $radiuspx;