Merge pull request #953 from tugelbend/master

Vier: Fix for the display of long text event entries
This commit is contained in:
fabrixxm 2014-04-29 09:07:32 +02:00
commit b69f6b6ade
1 changed files with 6 additions and 0 deletions

View File

@ -2330,7 +2330,13 @@ a.mail-list-link {
.vevent {
border: 1px solid #CCCCCC;
max-width: 600px;
position: relative;
margin-top: 4px;
margin-right: 4px;
margin-bottom: 15px;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
margin-right: 10px;