Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
46277c39
Commit
46277c39
authored
Jul 13, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase search field size. Style header a bit
parent
d3376700
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
+1
-2
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+5
-5
No files found.
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
View file @
46277c39
...
@@ -70,10 +70,9 @@
...
@@ -70,10 +70,9 @@
@mixin
header-font
{
@mixin
header-font
{
color
:
$style_color
;
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
text-shadow
:
0
1px
1px
#FFF
;
font-size
:
1
8
px
;
font-size
:
1
6
px
;
line-height
:
40px
;
line-height
:
40px
;
font-weight
:
normal
;
font-weight
:
normal
;
letter-spacing
:
-1px
;
}
}
@mixin
md-typography
{
@mixin
md-typography
{
...
...
app/assets/stylesheets/sections/header.scss
View file @
46277c39
...
@@ -13,7 +13,7 @@ header {
...
@@ -13,7 +13,7 @@ header {
.nav
>
li
>
a
{
.nav
>
li
>
a
{
color
:
$style_color
;
color
:
$style_color
;
text-shadow
:
0
1px
0
#fff
;
text-shadow
:
0
1px
0
#fff
;
font-size
:
1
6
px
;
font-size
:
1
4
px
;
padding
:
10px
;
padding
:
10px
;
}
}
...
@@ -69,7 +69,7 @@ header {
...
@@ -69,7 +69,7 @@ header {
position
:
relative
;
position
:
relative
;
float
:
left
;
float
:
left
;
margin
:
0
;
margin
:
0
;
margin-left
:
10
px
;
margin-left
:
5
px
;
@include
header-font
;
@include
header-font
;
}
}
...
@@ -93,7 +93,7 @@ header {
...
@@ -93,7 +93,7 @@ header {
margin-left
:
10px
;
margin-left
:
10px
;
.search-input
{
.search-input
{
@extend
.span
2
;
@extend
.span
3
;
background-image
:
url("icon-search.png")
;
background-image
:
url("icon-search.png")
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
10px
;
background-position
:
10px
;
...
@@ -104,7 +104,7 @@ header {
...
@@ -104,7 +104,7 @@ header {
box-shadow
:
none
;
box-shadow
:
none
;
@include
transition
(
all
0
.15s
ease-in
0s
);
@include
transition
(
all
0
.15s
ease-in
0s
);
&
:focus
{
&
:focus
{
@extend
.span
3
;
@extend
.span
4
;
}
}
}
}
}
}
...
@@ -161,7 +161,7 @@ header {
...
@@ -161,7 +161,7 @@ header {
}
}
.project_name
{
.project_name
{
a
{
a
{
color
:
#
DDD
;
color
:
#
BBB
;
&
:hover
{
&
:hover
{
color
:
#FFF
;
color
:
#FFF
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment