diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-01 22:21:28 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-01 22:21:28 +0300 |
commit | adeeae9f73c9a0cef7a197e10c00361a5f6ed814 (patch) | |
tree | d9378e89ffcf6acdf76c7a38de9f89f46f7b165c | |
parent | ed954ebae24b5f7308e6f5e7250320342f3d9a41 (diff) | |
download | gitlab-ce-adeeae9f73c9a0cef7a197e10c00361a5f6ed814.tar.gz |
Few fixes for ~ 1000px resolution
-rw-r--r-- | app/assets/stylesheets/sections/issues.scss | 5 | ||||
-rw-r--r-- | app/assets/stylesheets/sections/nav.scss | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/issues.scss b/app/assets/stylesheets/sections/issues.scss index 6db4b987d4d..230a7aea1da 100644 --- a/app/assets/stylesheets/sections/issues.scss +++ b/app/assets/stylesheets/sections/issues.scss @@ -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 { diff --git a/app/assets/stylesheets/sections/nav.scss b/app/assets/stylesheets/sections/nav.scss index fc7293b2864..097e819732d 100644 --- a/app/assets/stylesheets/sections/nav.scss +++ b/app/assets/stylesheets/sections/nav.scss @@ -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; } } /* |