Few fixes for ~ 1000px resolution

This commit is contained in:
randx 2012-09-01 22:21:28 +03:00
parent ed954ebae2
commit adeeae9f73
2 changed files with 7 additions and 2 deletions

View file

@ -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 {

View file

@ -6,7 +6,7 @@ ul.main_menu {
border-radius: 4px;
margin: auto;
margin:30px 0;
border:1px solid #bbb;
border:1px solid #AAA;
height:37px;
@include bg-gray-gradient;
position:relative;
@ -85,7 +85,7 @@ ul.main_menu {
line-height:36px;
color: $style_color;
text-shadow:0 1px 1px white;
padding:0 10px;
}
}
/*