FEATURE: auto-close topics based on last post

This commit is contained in:
Régis Hanol
2014-10-10 18:21:44 +02:00
parent ac72b0bcf6
commit 5754e8dd0f
28 changed files with 242 additions and 146 deletions

View File

@@ -93,18 +93,27 @@ div.ac-wrap {
display: none;
}
.auto-close-fields {
div:not(:first-child) {
margin-top: 10px;
}
label {
font-size: 14px;
}
input {
text-align: center;
width: 150px;
}
.examples {
margin: 10px 0 0 0;
color: $primary;
font-style: italic;
}
}
.edit-auto-close-modal {
.btn.pull-right {
margin-right: 10px;
}
form {
margin: 0;
}
@@ -118,3 +127,11 @@ div.ac-wrap {
}
}
}
.edit-category-modal {
.auto-close-fields {
input[type=text] {
width: 50px;
}
}
}