Commit adeeae9f authored by randx's avatar randx

Few fixes for ~ 1000px resolution

parent ed954eba
...@@ -65,6 +65,11 @@ input.check_all_issues { ...@@ -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-table-holder {
.issues_filters { .issues_filters {
form { form {
......
...@@ -6,7 +6,7 @@ ul.main_menu { ...@@ -6,7 +6,7 @@ ul.main_menu {
border-radius: 4px; border-radius: 4px;
margin: auto; margin: auto;
margin:30px 0; margin:30px 0;
border:1px solid #bbb; border:1px solid #AAA;
height:37px; height:37px;
@include bg-gray-gradient; @include bg-gray-gradient;
position:relative; position:relative;
...@@ -85,7 +85,7 @@ ul.main_menu { ...@@ -85,7 +85,7 @@ ul.main_menu {
line-height:36px; line-height:36px;
color: $style_color; color: $style_color;
text-shadow:0 1px 1px white; text-shadow:0 1px 1px white;
padding:0 10px;
} }
} }
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment