Improve task summary layout

This commit is contained in:
Frederic Guillot
2016-02-02 22:41:24 -05:00
parent 5eb4b570a1
commit 6727d53e68
6 changed files with 163 additions and 119 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -70,3 +70,8 @@ hr {
.web-notification-icon:hover {
color: #000;
}
.smaller {
font-size: 0.85em;
}

View File

@@ -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-show-details h2 {
font-size: 1.8em;
margin: 0;
margin-bottom: 25px;
padding: 0;
padding-left: 10px;
padding-right: 10px;
.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-show-details li {
margin-left: 25px;
list-style-type: circle;
.task-summary-column {
font-size: 0.9em;
color: #666;
}
.task-summary-column span {
color: #777;
}
.task-summary-column li {
line-height: 23px;
}
.task-show-section {