Commit 01ab182a by Reda Lemeden

Fixed bugs in the answer and question editing forms

parent f6434f90
......@@ -73,6 +73,12 @@ div.answer-block {
color: #555;
}
}
div.deleted {
p {
color: $mit-red;
}
}
}
div.paginator {
......
......@@ -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; }
......
......@@ -13,7 +13,7 @@ form.answer-form {
}
div.form-item {
margin: 25px 0;
margin: 15px 0;
label {
display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment