summaryrefslogtreecommitdiff
path: root/assets/css/src/task.css
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-02 22:41:24 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-02 22:41:24 -0500
commit6727d53e684129b7cacc9f9074cf879ad313975a (patch)
treef45f04a995e40c3b5f1d29b8583f005b9f0b0492 /assets/css/src/task.css
parent5eb4b570a12a590a98c66d253b0ba54c6062a997 (diff)
Improve task summary layout
Diffstat (limited to 'assets/css/src/task.css')
-rw-r--r--assets/css/src/task.css40
1 files changed, 26 insertions, 14 deletions
diff --git a/assets/css/src/task.css b/assets/css/src/task.css
index a62ee2cd..2a9feddb 100644
--- a/assets/css/src/task.css
+++ b/assets/css/src/task.css
@@ -168,24 +168,36 @@ span.task-board-date-overdue {
}
/* task view */
-.task-show-details {
- position: relative;
- border-radius: 5px;
- padding-bottom: 10px;
+#task-summary h2 {
+ color: #666;
+ font-size: 2.5em;
+ margin-top: 0;
+ padding-top: 0;
+}
+
+.task-summary-container {
+ border: 2px solid #000;
+ border-radius: 8px;
+ padding: 15px;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-flex-direction: row;
+ flex-direction: row;
+ -webkit-justify-content: space-between;
+ justify-content: space-between;
+}
+
+.task-summary-column {
+ font-size: 0.9em;
+ color: #666;
}
-.task-show-details h2 {
- font-size: 1.8em;
- margin: 0;
- margin-bottom: 25px;
- padding: 0;
- padding-left: 10px;
- padding-right: 10px;
+.task-summary-column span {
+ color: #777;
}
-.task-show-details li {
- margin-left: 25px;
- list-style-type: circle;
+.task-summary-column li {
+ line-height: 23px;
}
.task-show-section {