diff options
Diffstat (limited to 'assets/css/app.css')
| -rw-r--r-- | assets/css/app.css | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index 2ffa014d..ab6e736f 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -652,14 +652,17 @@ div.ui-tooltip { /* header */ header { margin-top: 10px; - padding-bottom: 15px; - clear: both; + padding-bottom: 10px; border-bottom: 1px solid #dedede; } header h1 { margin: 0; padding: 0; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 70%; float: left; } @@ -782,9 +785,11 @@ nav .active a { overflow-x: initial; } +@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) { .board-container-compact #board { table-layout: auto; } +} #board { table-layout: fixed; @@ -1368,7 +1373,17 @@ span.task-board-date-overdue { .activity-description .markdown { margin-top: 10px; color: #555; -}/* dashboard */ +} + +.activity-changes { + margin-top: 10px; + font-size: 0.85em; +} + +.activity-changes ul { + margin-left: 25px; +} +/* dashboard */ @media only screen and (min-width: 1280px) { |
