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
0ba08194
Commit
0ba08194
authored
Jan 12, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prototype styled. home button added
parent
74632d6a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
90 additions
and
15 deletions
+90
-15
app/assets/images/Gear-UI.PNG
app/assets/images/Gear-UI.PNG
+0
-0
app/assets/stylesheets/projects.css.scss
app/assets/stylesheets/projects.css.scss
+73
-6
app/assets/stylesheets/style.scss
app/assets/stylesheets/style.scss
+5
-4
app/views/layouts/_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+11
-3
app/views/layouts/project.html.haml
app/views/layouts/project.html.haml
+1
-2
No files found.
app/assets/images/Gear-UI.PNG
0 → 100644
View file @
0ba08194
1.3 KB
app/assets/stylesheets/projects.css.scss
View file @
0ba08194
...
...
@@ -548,7 +548,7 @@ h4.middle-panel {
font-size
:
16px
;
font-weight
:bold
;
padding
:
5px
7px
;
color
:
#
777
;
color
:
#
333
;
}
.git_url_wrapper
{
...
...
@@ -560,12 +560,50 @@ h4.middle-panel {
padding
:
0px
;
margin
:
0px
;
font-size
:
12px
;
border-radius
:
5px
;
border-radius
:
0px
;
-moz-border-radius
:
0px
;
-moz-border-radius-bottomleft
:
4px
;
-moz-border-radius-topleft
:
4px
;
border-top-left-radius
:
4px
;
border-bottom-left-radius
:
4px
;
color
:
#666
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,.
2
)
inset
;
padding
:
7px
0
5px
30px
;
background
:
white
url('images.png')
no-repeat
8px
-40px
;
width
:
250px
;
border
:
1px
solid
#AAA
;
padding
:
0
0
0
30px
;
background
:
white
url('images.png')
no-repeat
8px
-42px
;
width
:
160px
;
height
:
26px
;
}
}
}
.top_panel_holder
.chzn-container
{
position
:relative
;
.chzn-drop
{
margin
:
7px
0
;
border
:
1px
solid
#CCC
;
min-width
:
300px
;
.chzn-results
{
max-height
:
300px
;
}
}
.chzn-single
{
background
:white
;
-moz-border-radius
:
0
;
border-radius
:
0
;
-moz-border-radius-bottomright
:
4px
;
-moz-border-radius-topright
:
4px
;
border-top-right-radius
:
4px
;
border-bottom-right-radius
:
4px
;
div
{
background
:white
;
}
}
}
...
...
@@ -762,3 +800,32 @@ tr.line_notes_row {
}
}
}
.top_links_holder
{
width
:
124px
;
float
:left
;
.top_link
{
position
:
relative
;
float
:left
;
&
.home
{
width
:
28px
;
height
:
27px
;
top
:
-12px
;
border
:
1px
solid
#474D57
;
border-radius
:
3px
;
background
:
#fff
;
margin-right
:
15px
;
padding
:
6px
7px
;
}
&
.admin
{
top
:
-3px
;
padding
:
3px
;
width
:
21px
;
height
:
21px
;
}
}
}
app/assets/stylesheets/style.scss
View file @
0ba08194
...
...
@@ -611,7 +611,7 @@ body.project-page h2.icon .project-name i.arrow{float: right;
body
.project-page
h2
.icon
span
{
background-position
:
-78px
-68px
;
}
body
.project-page
.project-container
{
position
:
relative
;
float
:
left
;
width
:
100%
;
height
:
100%
;
padding-bottom
:
10px
;}
body
.project-page
.page-title
{
margin-bottom
:
0
}
body
.project-page
.project-sidebar
{
width
:
110px
;
left
:
0
;
top
:
0
;
height
:
100%
;
bottom
:
0
;
position
:
absolute
;
background-color
:
#eee
;
float
:
left
;
display
:
inline-block
;
background
:
#eee
;
padding
:
20px
0
20px
2%
;
margin
:
0
;
}
body
.project-page
.project-sidebar
{
width
:
110px
;
left
:
0
;
top
:
0
;
height
:
100%
;
bottom
:
0
;
position
:
absolute
;
background-color
:
#eee
;
float
:
left
;
display
:
inline-block
;
background
:
#eee
;
padding
:
20px
0
20px
2%
;
margin
:
0
;
border-right
:
1px
solid
#ddd
;
}
body
.projects-page
input
.text.git-url
{
font-size
:
12px
;
border-radius
:
5px
;
color
:
#666
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,.
2
)
inset
;
padding
:
8px
0
8px
30px
;
margin-bottom
:
20px
;
background
:
white
url('images.png')
no-repeat
8px
-40px
;
width
:
136px
}
body
.projects-page
input
.text.git-url
{
margin
:
10px
0
0
}
...
...
@@ -621,13 +621,14 @@ body.projects-page input.text.git-url {margin:10px 0 0 }
body
.project-page
.project-sidebar
aside
{
width
:
109px
}
body
.project-page
.project-sidebar
aside
a
{
display
:
block
;
position
:
relative
;
background
:
white
;
padding
:
15px
10px
;
border-bottom
:
1px
solid
#eee
;
margin
:
10px
20px
0
0
;
display
:
block
;
position
:
relative
;
background
:
#F5F5F5
;
padding
:
15px
10px
;
border
:
1px
solid
#ccc
;
margin
:
10px
20px
0
0
;
border-radius
:
5px
;
}
body
.project-page
.project-sidebar
aside
a
:hover
{
background-color
:
#eee
;}
body
.project-page
.project-sidebar
aside
a
span
.number
{
float
:
right
;
border-radius
:
5px
;
text-shadow
:
none
;
background
:
rgba
(
0
,
0
,
0
,.
12
);
text-align
:
center
;
padding
:
5px
8px
;
position
:
absolute
;
top
:
10px
;
right
:
10px
}
body
.project-page
.project-sidebar
aside
a
.current
{
border
:
2px
solid
#79c3e0
;
}
body
.project-page
.project-content
{
padding
:
20px
;
display
:
block
;
margin-left
:
1
25
px
;
min-height
:
600px
}
body
.project-page
.project-sidebar
aside
a
.current
{
border
:
2px
solid
#79c3e0
;
background
:white
;
}
body
.project-page
.project-content
{
padding
:
20px
;
display
:
block
;
margin-left
:
1
30
px
;
min-height
:
600px
}
body
.project-page
.project-content
h2
{
margin-top
:
6px
}
body
.project-page
.project-content
.button.right
{
margin-left
:
20px
}
body
.project-page
table
.commit
a
{
color
:
#{
$blue_link
}
}
...
...
app/views/layouts/_head_panel.html.haml
View file @
0ba08194
/ Page Header
%header
%header
.top_panel_holder
%div
.top_links_holder
=
link_to
root_path
,
:class
=>
"top_link home"
,
:title
=>
"Home"
do
=
image_tag
"Home-UI.PNG"
,
:width
=>
26
-
if
current_user
.
is_admin?
=
link_to
admin_root_path
,
:class
=>
"top_link admin"
,
:title
=>
"Admin"
do
=
image_tag
"Gear-UI.PNG"
,
:width
=>
20
-
if
@project
&&
!
@project
.
new_record?
.project_name
=
truncate
@project
.
name
,
:length
=>
20
.git_url_wrapper
%input
.git-url.text
{
:id
=>
""
,
:name
=>
""
,
:readonly
=>
""
,
:type
=>
"text"
,
:value
=>
@project
.
url_to_repo
,
:class
=>
"one_click_select"
}
=
yield
:rss_icon
-
if
@project
.
repo_exists?
.left
{
:style
=>
"margin-left:5px;"
}
=
render
:partial
=>
"projects/refs"
,
:locals
=>
{
:destination
=>
controller
.
controller_name
==
"commits"
?
"commits"
:
"tree"
}
=
yield
:rss_icon
.account-box
=
link_to
profile_path
,
:class
=>
"pic"
do
=
image_tag
gravatar_icon
(
current_user
.
email
)
...
...
app/views/layouts/project.html.haml
View file @
0ba08194
...
...
@@ -24,8 +24,7 @@
.fixed
%aside
=
link_to
project_path
(
@project
),
:class
=>
project_tab_class
do
=
image_tag
"Home-UI.PNG"
,
:width
=>
26
%span
{
:class
=>
"number"
}
Pr
Project
=
link_to
"Repository"
,
project_repository_path
(
@project
),
:class
=>
repository_tab_class
=
link_to
"Tree"
,
tree_project_ref_path
(
@project
,
@project
.
root_ref
),
:class
=>
tree_tab_class
...
...
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