some basic event styling

This commit is contained in:
Mario Vavti
2015-11-25 22:55:07 +01:00
parent a80c45940e
commit 3ea84d7eab
5 changed files with 36 additions and 61 deletions

View File

@@ -857,41 +857,10 @@ nav .acpopup {
border-color: #ccc !important;
}
.eventcal {
float: left;
font-size: 20px;
}
#event-summary-text {
margin-top: 15px;
}
.event-wrapper {
width: 400px;
height: auto;
padding: 10px;
}
.vevent {
max-width: 100%;
margin: 10px;
padding: 10px;
border: 1px solid #CCCCCC;
}
.vevent .event-summary {
margin: 10px;
font-weight: bold;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
margin-right: 10px;
}
.vevent .event-start {
margin-left: 10px;
margin-right: 10px;
}
#new-event-link {
margin-bottom: 10px;
@@ -904,29 +873,13 @@ nav .acpopup {
margin-bottom: 15px;
}
.event-description:before {
content: url('../../../../images/calendar.png');
margin-right: 15px;
}
.event-start, .event-end {
margin-left: 10px;
width: 300px;
clear: both;
}
.event-owner img {
padding: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
.event-buttons {
margin-top: 10px;
margin-left: 10px;
}
.event-start .dtstart, .event-end .dtend {
float: right;
margin-right: 10px;
}
.event-list-date {