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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c1fe3769
Commit
c1fe3769
authored
Feb 10, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logo updated
parent
cd567ee4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
6 deletions
+29
-6
app/assets/images/logo_tr.png
app/assets/images/logo_tr.png
+0
-0
app/assets/stylesheets/top_panel.scss
app/assets/stylesheets/top_panel.scss
+25
-3
app/views/layouts/_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+4
-3
No files found.
app/assets/images/logo_tr.png
0 → 100644
View file @
c1fe3769
7.71 KB
app/assets/stylesheets/top_panel.scss
View file @
c1fe3769
...
...
@@ -27,7 +27,7 @@ body header {
margin
:
0
;
margin-right
:
30px
;
font-size
:
20px
;
line-height
:
28
px
;
line-height
:
34
px
;
font-weight
:bold
;
color
:
#666
;
text-shadow
:
0
1px
1px
#FFF
;
...
...
@@ -57,12 +57,34 @@ body header {
}
}
}
.main_links
{
width
:
155px
;
.app_logo
{
width
:
230px
;
float
:left
;
a
{
float
:left
;
h1
{
float
:left
;
margin-left
:
5px
;
font-size
:
20px
;
line-height
:
34px
;
font-weight
:bold
;
color
:
#aaa
;
text-shadow
:
0
1px
1px
#FFF
;
&
:hover
{
color
:
$active_link_color
;
}
}
img
{
float
:
left
;
position
:
relative
;
top
:
-9px
;
width
:
46px
;
}
}
}
...
...
app/views/layouts/_head_panel.html.haml
View file @
c1fe3769
...
...
@@ -2,12 +2,13 @@
%header
.top_panel_holder
.wrapper
.top_panel_content
%div
.
main_links
%div
.
app_logo
=
link_to
root_path
,
:class
=>
"home"
,
:title
=>
"Home"
do
=
image_tag
"logo.png"
,
:width
=>
100
=
image_tag
"logo_tr.png"
,
:width
=>
50
%h1
GITLAB
%h1
.project_name
=
title
.search
=
text_field_tag
"search"
,
nil
,
:placeholder
=>
"Search"
,
:class
=>
"search-input
xlarge
"
.search
=
text_field_tag
"search"
,
nil
,
:placeholder
=>
"Search"
,
:class
=>
"search-input"
.account-box
...
...
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