diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-14 11:50:31 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-14 11:50:31 -0400 |
commit | 9b399951f430b26379a2bf8b13ace99290227e61 (patch) | |
tree | 4dd694985dc9f27782ad365d376dc5a37f1e987e /assets | |
parent | a785810f2d11ad14ab3497a51ca10a6780b758ad (diff) |
Improve activity stream/notification for task update events and add new notification for swimlane change
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/app.css | 13 | ||||
-rw-r--r-- | assets/css/src/activity.css | 11 | ||||
-rw-r--r-- | assets/css/src/form.css | 1 |
3 files changed, 21 insertions, 4 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index 6a031510..73df92fc 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -264,7 +264,6 @@ select { select:focus { outline: 0; - font-weight: bold; } ::-webkit-input-placeholder { @@ -1369,7 +1368,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) { diff --git a/assets/css/src/activity.css b/assets/css/src/activity.css index 2d44aa5d..3dd18a9d 100644 --- a/assets/css/src/activity.css +++ b/assets/css/src/activity.css @@ -39,4 +39,13 @@ .activity-description .markdown { margin-top: 10px; color: #555; -}
\ No newline at end of file +} + +.activity-changes { + margin-top: 10px; + font-size: 0.85em; +} + +.activity-changes ul { + margin-left: 25px; +} diff --git a/assets/css/src/form.css b/assets/css/src/form.css index 606cdd70..dc101163 100644 --- a/assets/css/src/form.css +++ b/assets/css/src/form.css @@ -59,7 +59,6 @@ select { select:focus { outline: 0; - font-weight: bold; } ::-webkit-input-placeholder { |