Few fixes for ~ 1000px resolution
This commit is contained in:
parent
ed954ebae2
commit
adeeae9f73
2 changed files with 7 additions and 2 deletions
|
@ -65,6 +65,11 @@ input.check_all_issues {
|
|||
}
|
||||
}
|
||||
|
||||
@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; } }
|
||||
|
||||
|
||||
#issues-table-holder {
|
||||
.issues_filters {
|
||||
form {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue