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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
5e3b7314
Commit
5e3b7314
authored
Jan 19, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab logo added to top panel
parent
00d7bfda
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
18 deletions
+12
-18
app/assets/images/Arrow-Right-UI.PNG
app/assets/images/Arrow-Right-UI.PNG
+0
-0
app/assets/images/logo.png
app/assets/images/logo.png
+0
-0
app/assets/stylesheets/style.scss
app/assets/stylesheets/style.scss
+8
-2
app/assets/stylesheets/top_panel.scss
app/assets/stylesheets/top_panel.scss
+3
-13
app/views/layouts/_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+1
-3
No files found.
app/assets/images/Arrow-Right-UI.PNG
0 → 100644
View file @
5e3b7314
561 Bytes
app/assets/images/logo.png
0 → 100644
View file @
5e3b7314
2.93 KB
app/assets/stylesheets/style.scss
View file @
5e3b7314
...
...
@@ -435,7 +435,12 @@ header .account-box{
float
:
right
;
display
:
block
;
cursor
:
pointer
;}
header
.account-box
img
{
border-radius
:
4px
;
right
:
20px
;
position
:
absolute
;
width
:
38px
;
height
:
38px
;
display
:
block
;
box-shadow
:
0
1px
2px
black
;
top
:
-3px
;}
header
.account-box
img
{
border-radius
:
4px
;
right
:
20px
;
position
:
absolute
;
width
:
33px
;
height
:
33px
;
display
:
block
;
box-shadow
:
0
1px
2px
black
;
top
:
0
;}
header
.account-box
img
:after
{
content
:
" "
;
display
:
block
;
...
...
@@ -459,7 +464,8 @@ float: right;
.account-box.hover
{
height
:
138px
;}
.account-box
:hover
>
.account-links
{
display
:
block
;}
header
.account-links
{
background
:
white
;
display
:
none
;
border-radius
:
5px
;
width
:
100px
;
margin-top
:
0
;
float
:
right
;
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,.
2
);
position
:relative
;}
header
.account-links
{
background
:
#79C3E0
;
display
:
none
;
border-radius
:
5px
;
width
:
100px
;
margin-top
:
0
;
float
:
right
;
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,.
2
);
position
:relative
;}
header
.account-links
:before
{
content
:
"."
;
width
:
0
;
...
...
app/assets/stylesheets/top_panel.scss
View file @
5e3b7314
.main_links
{
width
:
90px
;
margin-right
:
40px
;
width
:
130px
;
float
:left
;
background
:
#ddd
;
@include
round-borders-all
(
8px
);
border-color
:
#ccc
;
a
{
position
:
relative
;
float
:left
;
padding
:
3px
10px
;
img
{
width
:
22px
;
}
}
}
...
...
@@ -88,7 +78,7 @@ body header {
margin-right
:
30px
;
font-size
:
16px
;
font-weight
:bold
;
padding
:
5px
7
px
;
padding
:
8
px
;
color
:
#333
;
}
...
...
app/views/layouts/_head_panel.html.haml
View file @
5e3b7314
...
...
@@ -4,9 +4,7 @@
.top_panel_content
%div
.main_links
=
link_to
root_path
,
:class
=>
"home"
,
:title
=>
"Home"
do
=
image_tag
"Home-UI.PNG"
=
link_to
projects_path
,
:title
=>
"Projects"
do
=
image_tag
"Storage-UI.PNG"
=
image_tag
"logo.png"
,
:width
=>
100
-
if
project_layout
.project_name
...
...
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