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
2ecf8319
Commit
2ecf8319
authored
Dec 31, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix header
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
6cbadc95
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
15 deletions
+16
-15
app/assets/stylesheets/gitlab_bootstrap/lists.scss
app/assets/stylesheets/gitlab_bootstrap/lists.scss
+2
-0
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
+1
-1
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+13
-14
No files found.
app/assets/stylesheets/gitlab_bootstrap/lists.scss
View file @
2ecf8319
...
...
@@ -4,7 +4,9 @@
*/
.well-list
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;
li
{
padding
:
10px
;
min-height
:
20px
;
...
...
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
View file @
2ecf8319
...
...
@@ -79,7 +79,7 @@
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
font-size
:
16px
;
line-height
:
4
0
px
;
line-height
:
4
4
px
;
font-weight
:
normal
;
}
...
...
app/assets/stylesheets/sections/header.scss
View file @
2ecf8319
...
...
@@ -5,20 +5,23 @@
header
{
&
.navbar-gitlab
{
margin-bottom
:
0
;
height
:
40px
;
overflow
:
hidden
;
min-height
:
40px
;
.navbar-inner
{
/*height: 40px;*/
padding
:
3px
;
background
:
#F1F1F1
;
border-bottom
:
1px
solid
#DDD
;
filter
:
none
;
.nav
>
li
>
a
{
color
:
$style_color
;
text-shadow
:
0
1px
0
#fff
;
font-size
:
14px
;
padding
:
10px
;
line-height
:
32px
;
padding
:
6px
10px
;
&
:hover
{
background
:
none
;
}
}
/** NAV block with links and profile **/
...
...
@@ -39,9 +42,6 @@ header {
.app_logo
{
float
:
left
;
margin-right
:
9px
;
position
:
relative
;
top
:
-3px
;
padding-top
:
3px
;
a
{
float
:
left
;
...
...
@@ -53,7 +53,7 @@ header {
background
:
url('logo-black.png')
no-repeat
center
center
;
background-size
:
32px
;
float
:
left
;
height
:
4
0
px
;
height
:
4
6
px
;
width
:
40px
;
@include
header-font
;
text-indent
:
-9999px
;
...
...
@@ -79,7 +79,7 @@ header {
.profile-pic
{
position
:
relative
;
top
:
-
4
px
;
top
:
-
1
px
;
img
{
width
:
26px
;
height
:
26px
;
...
...
@@ -95,7 +95,7 @@ header {
.search
{
margin-right
:
10px
;
margin-left
:
10px
;
margin-top
:
5
px
;
margin-top
:
8
px
;
form
{
margin
:
0
;
...
...
@@ -115,7 +115,7 @@ header {
box-shadow
:
none
;
@include
transition
(
all
0
.15s
ease-in
0s
);
&
:focus
{
@extend
.col-md-4
;
width
:
400px
;
}
}
}
...
...
@@ -192,10 +192,9 @@ header {
.separator
{
float
:
left
;
height
:
46px
;
width
:
1
px
;
width
:
2
px
;
background
:
white
;
border-left
:
1px
solid
#DDD
;
margin-top
:
-3px
;
margin-left
:
10px
;
margin-right
:
10px
;
}
...
...
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