Merge pull request #953 from tugelbend/master
Vier: Fix for the display of long text event entries
This commit is contained in:
commit
b69f6b6ade
|
@ -2330,7 +2330,13 @@ a.mail-list-link {
|
||||||
|
|
||||||
.vevent {
|
.vevent {
|
||||||
border: 1px solid #CCCCCC;
|
border: 1px solid #CCCCCC;
|
||||||
|
max-width: 600px;
|
||||||
|
position: relative;
|
||||||
|
margin-top: 4px;
|
||||||
|
margin-right: 4px;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vevent .event-description, .vevent .event-location {
|
.vevent .event-description, .vevent .event-location {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
Loading…
Reference in a new issue