Commit 46277c39482559451f8e6e032ae1d50f902ca340

Authored by Dmitriy Zaporozhets
1 parent d3376700

increase search field size. Style header a bit

app/assets/stylesheets/gitlab_bootstrap/mixins.scss
... ... @@ -70,10 +70,9 @@
70 70 @mixin header-font {
71 71 color: $style_color;
72 72 text-shadow: 0 1px 1px #FFF;
73   - font-size: 18px;
  73 + font-size: 16px;
74 74 line-height: 40px;
75 75 font-weight: normal;
76   - letter-spacing: -1px;
77 76 }
78 77  
79 78 @mixin md-typography {
... ...
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 }
... ...