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
Boxiang Sun
gitlab-ce
Commits
9e2c8d94
Commit
9e2c8d94
authored
Jun 11, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IMprove stat-graph css
parent
7b5d68f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
16 deletions
+7
-16
app/assets/stylesheets/sections/stat_graph.scss
app/assets/stylesheets/sections/stat_graph.scss
+5
-14
app/views/stat_graph/show.html.haml
app/views/stat_graph/show.html.haml
+2
-2
No files found.
app/assets/stylesheets/sections/stat_graph.scss
View file @
9e2c8d94
.tint-box
{
border-radius
:
6px
;
background
:
#f3f3f3
;
position
:
relative
;
margin-bottom
:
10px
;
...
...
@@ -16,13 +15,11 @@
}
#contributors
.person
{
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
&
:nth-child
(
even
)
{
float
:
right
;
}
float
:
left
;
border-radius
:
2px
;
margin
:
3px
;
padding
:
7px
;
border
:
1px
solid
#ddd
;
margin-top
:
10px
;
}
.contributors-list
{
...
...
@@ -33,7 +30,7 @@
#contributors
.person
.spark
{
display
:
block
;
background
:
#f
7f7f7
;
background
:
#f
3f3f3
;
}
#contributors
.person
.area-contributor
{
...
...
@@ -49,9 +46,3 @@
shape-rendering
:
crispedges
;
stroke-dasharray
:
3
3
;
}
.right
{
float
:
right
;
display
:
inline-block
;
margin-top
:
5px
;
}
app/views/stat_graph/show.html.haml
View file @
9e2c8d94
...
...
@@ -5,12 +5,12 @@
.stat-graph
.header.clearfix
.right
.
pull-
right
%select
%option
{
:value
=>
"commits"
}
Commits
%option
{
:value
=>
"additions"
}
Additions
%option
{
:value
=>
"deletions"
}
Deletions
%h3
#date_header
%h3
#date_header
.page_title
%input
#brush_change
{
:type
=>
"hidden"
}
.graphs
#contributors-master
...
...
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