Remove description textarea from task edit form
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -74,4 +74,3 @@ hr {
|
||||
.smaller {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -193,7 +193,7 @@ span.task-board-date-overdue {
|
||||
}
|
||||
|
||||
.task-summary-column span {
|
||||
color: #777;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.task-summary-column li {
|
||||
|
||||
Reference in New Issue
Block a user