Fixed bugs in the answer and question editing forms

This commit is contained in:
Reda Lemeden
2012-02-20 14:28:30 -05:00
parent f6434f906c
commit 01ab182a8e
3 changed files with 9 additions and 3 deletions

View File

@@ -73,6 +73,12 @@ div.answer-block {
color: #555;
}
}
div.deleted {
p {
color: $mit-red;
}
}
}
div.paginator {

View File

@@ -2202,8 +2202,8 @@ span {
p.form-item {
margin: 0px; }
.deleted {
background: #f4e7e7 none repeat scroll 0 0; }
// .deleted {
// background: #f4e7e7 none repeat scroll 0 0; }
.form-row {
line-height: 25px; }

View File

@@ -13,7 +13,7 @@ form.answer-form {
}
div.form-item {
margin: 25px 0;
margin: 15px 0;
label {
display: block;