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
Jérome Perrin
gitlab-ce
Commits
a2be0e59
Commit
a2be0e59
authored
8 years ago
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unify border radiuses to 15px, move columns further apart
parent
906c14e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+7
-7
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
a2be0e59
...
...
@@ -273,7 +273,7 @@
.stage-column
{
display
:
inline-block
;
vertical-align
:
top
;
margin-right
:
50
px
;
margin-right
:
65
px
;
li
{
list-style
:
none
;
...
...
@@ -334,9 +334,9 @@
content
:
''
;
position
:
absolute
;
top
:
50%
;
right
:
-
54
px
;
right
:
-
69
px
;
border-top
:
2px
solid
$border-color
;
width
:
54
px
;
width
:
69
px
;
height
:
1px
;
}
}
...
...
@@ -356,14 +356,14 @@
&
:
:
after
{
right
:
-20px
;
border-right
:
2px
solid
$border-color
;
border-radius
:
0
0
50
px
;
border-radius
:
0
0
15
px
;
}
// Left connecting curves
&
:
:
before
{
left
:
-20px
;
border-left
:
2px
solid
$border-color
;
border-radius
:
0
0
0
50
px
;
border-radius
:
0
0
0
15
px
;
}
}
...
...
@@ -436,13 +436,13 @@
&
:
:
after
{
left
:
-39px
;
border-right
:
2px
solid
$border-color
;
border-radius
:
0
50%
;
border-radius
:
0
15px
;
}
&
:
:
before
{
right
:
-39px
;
border-left
:
2px
solid
$border-color
;
border-radius
:
50%
0
0
;
border-radius
:
15px
0
0
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
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