Fixed bugs in the answer and question editing forms
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user