Commit adeeae9f73c9a0cef7a197e10c00361a5f6ed814
1 parent
ed954eba
Exists in
master
and in
4 other branches
Few fixes for ~ 1000px resolution
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/issues.scss
... | ... | @@ -65,6 +65,11 @@ input.check_all_issues { |
65 | 65 | } |
66 | 66 | } |
67 | 67 | |
68 | +@media (min-width: 800px) { .issues_filters select { width:160px; } } | |
69 | +@media (min-width: 1000px) { .issues_filters select { width:200px; } } | |
70 | +@media (min-width: 1200px) { .issues_filters select { width:220px; } } | |
71 | + | |
72 | + | |
68 | 73 | #issues-table-holder { |
69 | 74 | .issues_filters { |
70 | 75 | form { | ... | ... |
app/assets/stylesheets/sections/nav.scss
... | ... | @@ -6,7 +6,7 @@ ul.main_menu { |
6 | 6 | border-radius: 4px; |
7 | 7 | margin: auto; |
8 | 8 | margin:30px 0; |
9 | - border:1px solid #bbb; | |
9 | + border:1px solid #AAA; | |
10 | 10 | height:37px; |
11 | 11 | @include bg-gray-gradient; |
12 | 12 | position:relative; |
... | ... | @@ -85,7 +85,7 @@ ul.main_menu { |
85 | 85 | line-height:36px; |
86 | 86 | color: $style_color; |
87 | 87 | text-shadow:0 1px 1px white; |
88 | - | |
88 | + padding:0 10px; | |
89 | 89 | } |
90 | 90 | } |
91 | 91 | /* | ... | ... |