summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 1a81728..4723f50 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -519,6 +519,21 @@ table.revisions_table tr:hover {
519 background-color: #f1f1f1; 519 background-color: #f1f1f1;
520} 520}
521 521
522.events_table .rrule_text {
523 display: inline-block;
524 max-width: 300px;
525 overflow-wrap: break-word;
526}
527
528.events_table .truncate {
529 display: inline-block;
530 max-width: 200px;
531 overflow: hidden;
532 text-overflow: ellipsis;
533 white-space: nowrap;
534 vertical-align: bottom;
535}
536
522#diffview del { 537#diffview del {
523 background: #ffd7d5; 538 background: #ffd7d5;
524 color: #82071e; 539 color: #82071e;