summaryrefslogtreecommitdiff
path: root/assets/css/app.css
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-09 20:39:45 +0200
committerFrédéric Guillot <fred@kanboard.net>2014-09-09 20:39:45 +0200
commit9bde377bbe85617dde280af985e033cf7de61803 (patch)
tree2d2c080a86542206f862bd6d1c14ce622aa225a8 /assets/css/app.css
parentef95c7c28479a22e41fff35a893f05eb084e1f2c (diff)
Start to implement task history and project activity
Diffstat (limited to 'assets/css/app.css')
-rw-r--r--assets/css/app.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index 7dd63a1c..97e84b47 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -1029,6 +1029,34 @@ tr td.task-orange,
color: #000;
}
+/* activity */
+.activity-event {
+ margin-bottom: 20px;
+}
+
+.activity-datetime {
+ color: #999;
+ font-size: 0.85em;
+}
+
+.activity-content {
+ margin-top: 10px;
+ margin-left: 20px;
+ padding-left: 20px;
+ border-left: 2px solid #666;
+}
+
+.activity-title {
+ font-weight: bold;
+ color: #000;
+}
+
+.activity-description {
+ font-size: 0.9em;
+ color: #aaa;
+ padding-top: 5px;
+}
+
/* confirmation box */
.confirm {
max-width: 700px;