Commit 08fded3fac00b2628e167c21541379784e9d2fa0
1 parent
9df6f7bf
Exists in
master
and in
4 other branches
Minor improvments to UI
Showing
8 changed files
with
18 additions
and
5 deletions
Show diff stats
app/assets/stylesheets/common.scss
app/assets/stylesheets/gitlab_bootstrap/common.scss
| ... | ... | @@ -34,6 +34,7 @@ |
| 34 | 34 | /** PILLS & TABS**/ |
| 35 | 35 | .nav-pills a:hover { background-color: #888; } |
| 36 | 36 | .nav-pills .active a { background-color: $style_color; } |
| 37 | +.nav-pills > .active > a > i[class^="icon-"] { background: inherit; } | |
| 37 | 38 | .nav-tabs > li > a, .nav-pills > li > a { color: $style_color; } |
| 38 | 39 | .nav.nav-tabs { |
| 39 | 40 | li { |
| ... | ... | @@ -77,7 +78,15 @@ img.lil_av { padding-left: 4px; padding-right: 3px; } |
| 77 | 78 | img.small { width: 80px; } |
| 78 | 79 | |
| 79 | 80 | /** HELPERS **/ |
| 80 | -.nothing_here_message { text-align: center; padding: 20px; color: #777; } | |
| 81 | +.nothing_here_message { | |
| 82 | + text-align: center; | |
| 83 | + padding: 20px; | |
| 84 | + color: #666; | |
| 85 | + font-weight: normal; | |
| 86 | + font-size: 16px; | |
| 87 | + line-height: 36px; | |
| 88 | +} | |
| 89 | + | |
| 81 | 90 | p.slead { color: #456; font-size: 16px; margin-bottom: 12px; font-weight: 200; line-height: 24px; } |
| 82 | 91 | |
| 83 | 92 | /** FORMS **/ | ... | ... |
app/views/dashboard/index.html.haml
app/views/groups/_projects.html.haml
app/views/groups/show.html.haml
app/views/layouts/project_resource.html.haml
app/views/projects/empty.html.haml
app/views/shared/_no_ssh.html.haml