first iteration on the event item

This commit is contained in:
Mario Vavti
2015-11-26 12:26:27 +01:00
parent 41542e6886
commit c7cbd41c16
9 changed files with 84 additions and 5 deletions

View File

@@ -857,6 +857,15 @@ nav .acpopup {
border-color: #ccc !important;
}
.wall-event-item {
padding: 10px;
color: #fff;
background-color: #3A87AD; /* should reflect calendar color */
border-top-left-radius: $radiuspx;
border-top-right-radius: $radiuspx;
}
#event-summary-text {
margin-top: 15px;
}
@@ -1242,14 +1251,14 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/* display: block; */
display: block;
}
.dropdown-sub-text {
line-height: 1em;
overflow: hidden;
text-overflow: ellipsis;
/* display: block; */
display: block;
}
.notify-seen a {