Fix issues close and reopen button text and styles

This commit is contained in:
Riyad Preukschas 2012-10-16 19:17:48 +02:00
parent 2a750bf2ca
commit fa4c38f32b
3 changed files with 20 additions and 3 deletions

View file

@ -65,6 +65,23 @@ input.check_all_issues {
}
}
.btn.close_issue {
color: #B94A48;
font-weight: bold;
@include shade;
&:hover {
color: #B94A48;
}
}
.btn.reopen_issue {
color: #468847;
font-weight: bold;
@include shade;
&:hover {
color: #468847;
}
}
@media (min-width: 800px) { .issues_filters select { width:160px; } }
@media (min-width: 1000px) { .issues_filters select { width:200px; } }
@media (min-width: 1200px) { .issues_filters select { width:220px; } }