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
app/assets/stylesheets/sections/header.scss
... | ... | @@ -13,7 +13,7 @@ header { |
13 | 13 | .nav > li > a { |
14 | 14 | color: $style_color; |
15 | 15 | text-shadow: 0 1px 0 #fff; |
16 | - font-size: 16px; | |
16 | + font-size: 14px; | |
17 | 17 | padding: 10px; |
18 | 18 | } |
19 | 19 | |
... | ... | @@ -69,7 +69,7 @@ header { |
69 | 69 | position: relative; |
70 | 70 | float: left; |
71 | 71 | margin: 0; |
72 | - margin-left: 10px; | |
72 | + margin-left: 5px; | |
73 | 73 | @include header-font; |
74 | 74 | } |
75 | 75 | |
... | ... | @@ -93,7 +93,7 @@ header { |
93 | 93 | margin-left: 10px; |
94 | 94 | |
95 | 95 | .search-input { |
96 | - @extend .span2; | |
96 | + @extend .span3; | |
97 | 97 | background-image: url("icon-search.png"); |
98 | 98 | background-repeat: no-repeat; |
99 | 99 | background-position: 10px; |
... | ... | @@ -104,7 +104,7 @@ header { |
104 | 104 | box-shadow: none; |
105 | 105 | @include transition(all 0.15s ease-in 0s); |
106 | 106 | &:focus { |
107 | - @extend .span3; | |
107 | + @extend .span4; | |
108 | 108 | } |
109 | 109 | } |
110 | 110 | } |
... | ... | @@ -161,7 +161,7 @@ header { |
161 | 161 | } |
162 | 162 | .project_name { |
163 | 163 | a { |
164 | - color: #DDD; | |
164 | + color: #BBB; | |
165 | 165 | &:hover { |
166 | 166 | color: #FFF; |
167 | 167 | } | ... | ... |