Adds comments filter for debates and proposals

This commit is contained in:
Alberto Garcia Cabeza
2015-10-28 11:30:11 +01:00
committed by kikito
parent f917c21c2a
commit 82eb0bd902
3 changed files with 54 additions and 0 deletions

View File

@@ -1937,6 +1937,25 @@ table {
opacity: 0.4;
}
.filter-comments {
float: none;
margin-top: 0;
@media (min-width: $small-breakpoint) {
float: right;
margin-top: rem-calc(-24);
}
label {
padding-right: rem-calc(12);
float: none;
@media (min-width: $small-breakpoint) {
float: right;
}
}
}
// 19. Flags
// - - - - - - - - - - - - - - - - - - - - - - - - -