Commit 46277c39482559451f8e6e032ae1d50f902ca340
1 parent
d3376700
Exists in
master
and in
4 other branches
increase search field size. Style header a bit
Showing
2 changed files
with
6 additions
and
7 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
| @@ -70,10 +70,9 @@ | @@ -70,10 +70,9 @@ | ||
| 70 | @mixin header-font { | 70 | @mixin header-font { |
| 71 | color: $style_color; | 71 | color: $style_color; |
| 72 | text-shadow: 0 1px 1px #FFF; | 72 | text-shadow: 0 1px 1px #FFF; |
| 73 | - font-size: 18px; | 73 | + font-size: 16px; |
| 74 | line-height: 40px; | 74 | line-height: 40px; |
| 75 | font-weight: normal; | 75 | font-weight: normal; |
| 76 | - letter-spacing: -1px; | ||
| 77 | } | 76 | } |
| 78 | 77 | ||
| 79 | @mixin md-typography { | 78 | @mixin md-typography { |
app/assets/stylesheets/sections/header.scss
| @@ -13,7 +13,7 @@ header { | @@ -13,7 +13,7 @@ header { | ||
| 13 | .nav > li > a { | 13 | .nav > li > a { |
| 14 | color: $style_color; | 14 | color: $style_color; |
| 15 | text-shadow: 0 1px 0 #fff; | 15 | text-shadow: 0 1px 0 #fff; |
| 16 | - font-size: 16px; | 16 | + font-size: 14px; |
| 17 | padding: 10px; | 17 | padding: 10px; |
| 18 | } | 18 | } |
| 19 | 19 | ||
| @@ -69,7 +69,7 @@ header { | @@ -69,7 +69,7 @@ header { | ||
| 69 | position: relative; | 69 | position: relative; |
| 70 | float: left; | 70 | float: left; |
| 71 | margin: 0; | 71 | margin: 0; |
| 72 | - margin-left: 10px; | 72 | + margin-left: 5px; |
| 73 | @include header-font; | 73 | @include header-font; |
| 74 | } | 74 | } |
| 75 | 75 | ||
| @@ -93,7 +93,7 @@ header { | @@ -93,7 +93,7 @@ header { | ||
| 93 | margin-left: 10px; | 93 | margin-left: 10px; |
| 94 | 94 | ||
| 95 | .search-input { | 95 | .search-input { |
| 96 | - @extend .span2; | 96 | + @extend .span3; |
| 97 | background-image: url("icon-search.png"); | 97 | background-image: url("icon-search.png"); |
| 98 | background-repeat: no-repeat; | 98 | background-repeat: no-repeat; |
| 99 | background-position: 10px; | 99 | background-position: 10px; |
| @@ -104,7 +104,7 @@ header { | @@ -104,7 +104,7 @@ header { | ||
| 104 | box-shadow: none; | 104 | box-shadow: none; |
| 105 | @include transition(all 0.15s ease-in 0s); | 105 | @include transition(all 0.15s ease-in 0s); |
| 106 | &:focus { | 106 | &:focus { |
| 107 | - @extend .span3; | 107 | + @extend .span4; |
| 108 | } | 108 | } |
| 109 | } | 109 | } |
| 110 | } | 110 | } |
| @@ -161,7 +161,7 @@ header { | @@ -161,7 +161,7 @@ header { | ||
| 161 | } | 161 | } |
| 162 | .project_name { | 162 | .project_name { |
| 163 | a { | 163 | a { |
| 164 | - color: #DDD; | 164 | + color: #BBB; |
| 165 | &:hover { | 165 | &:hover { |
| 166 | color: #FFF; | 166 | color: #FFF; |
| 167 | } | 167 | } |