Avoid scrollbars in event dialog due to long URLs (#3480)

This commit is contained in:
Thomas Bruederli 2014-09-10 10:41:14 +02:00
parent 09cf967ed5
commit 359d8dc110
2 changed files with 12 additions and 0 deletions

View file

@ -572,6 +572,12 @@ a.miniColors-trigger {
margin-bottom: 0.3em;
}
#eventshow #event-url .event-text {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#event-rsvp .itip-reply-controls {
margin-top: 0.5em;
}

View file

@ -880,6 +880,12 @@ div.form-section,
padding-right: 0.5em;
}
.calendarmain .eventdialog #event-url .event-text {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#eventedit .formtable td.label {
min-width: 6em;
}