Remove description textarea from task edit form

This commit is contained in:
Frederic Guillot
2016-02-03 18:43:31 -05:00
parent 91200ddcde
commit 6d388ec48d
7 changed files with 33 additions and 46 deletions

View File

@@ -74,4 +74,3 @@ hr {
.smaller {
font-size: 0.85em;
}

View File

@@ -146,11 +146,6 @@ input.form-input-large {
width: 400px;
}
.form-row {
margin-top: 10px;
margin-bottom: 20px;
}
.form-column {
float: left;
margin-right: 3%;
@@ -161,6 +156,12 @@ input.form-input-large {
margin-top: 15px;
}
.form-clear {
clear: both;
padding-top: 20px;
padding-bottom: 10px;
}
.form-login {
width: 350px;
margin: 0 auto;

View File

@@ -193,7 +193,7 @@ span.task-board-date-overdue {
}
.task-summary-column span {
color: #777;
color: #555;
}
.task-summary-column li {