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
a0ba72ee
Commit
a0ba72ee
authored
Dec 14, 2016
by
Dimitrie Hoekstra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css changes @dimitrieh v1
parent
e138646a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
5 deletions
+26
-5
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+24
-3
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
a0ba72ee
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
@extend
.dropdown-toggle
;
@extend
.dropdown-toggle
;
padding-right
:
20px
;
padding-right
:
20px
;
position
:
relative
;
position
:
relative
;
width
:
16
0
px
;
width
:
16
3
px
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
app/assets/stylesheets/framework/variables.scss
View file @
a0ba72ee
...
@@ -578,4 +578,4 @@ Pipeline Graph
...
@@ -578,4 +578,4 @@ Pipeline Graph
*/
*/
$stage-hover-bg
:
#eaf3fc
;
$stage-hover-bg
:
#eaf3fc
;
$stage-hover-border
:
#d1e7fc
;
$stage-hover-border
:
#d1e7fc
;
$stage-badge-text
:
#
d4d4d4
;
$stage-badge-text
:
#
e5e5e5
;
app/assets/stylesheets/pages/pipelines.scss
View file @
a0ba72ee
...
@@ -460,7 +460,7 @@
...
@@ -460,7 +460,7 @@
border-radius
:
30px
;
border-radius
:
30px
;
background-color
:
$white-light
;
background-color
:
$white-light
;
position
:
relative
;
position
:
relative
;
padding
:
8px
10px
9
px
;
padding
:
8px
4px
9px
10
px
;
width
:
186px
;
width
:
186px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
...
@@ -605,7 +605,7 @@
...
@@ -605,7 +605,7 @@
float
:
right
;
float
:
right
;
color
:
$stage-badge-text
;
color
:
$stage-badge-text
;
font-weight
:
100
;
font-weight
:
100
;
font-size
:
1
3
px
;
font-size
:
1
5
px
;
margin-top
:
1px
;
margin-top
:
1px
;
margin-right
:
2px
;
margin-right
:
2px
;
}
}
...
@@ -629,6 +629,7 @@
...
@@ -629,6 +629,7 @@
ul
{
ul
{
max-height
:
245px
;
max-height
:
245px
;
overflow
:
auto
;
overflow
:
auto
;
margin
:
5px
0
;
li
{
li
{
padding-top
:
2px
;
padding-top
:
2px
;
...
@@ -665,6 +666,18 @@
...
@@ -665,6 +666,18 @@
color
:
$gl-text-color
;
color
:
$gl-text-color
;
}
}
.ci-action-icon-container
{
i
{
width
:
25px
;
height
:
25px
;
&
:before
{
top
:
1px
;
left
:
1px
;
}
}
}
.stage
{
.stage
{
max-width
:
100px
;
max-width
:
100px
;
width
:
100px
;
width
:
100px
;
...
@@ -681,7 +694,7 @@
...
@@ -681,7 +694,7 @@
// Action Icons
// Action Icons
.ci-action-icon-container
.ci-action-icon-wrapper
{
.ci-action-icon-container
.ci-action-icon-wrapper
{
float
:
right
;
float
:
right
;
margin-top
:
-
1
px
;
margin-top
:
-
4
px
;
i
{
i
{
color
:
$stage-badge-text
;
color
:
$stage-badge-text
;
...
@@ -690,6 +703,14 @@
...
@@ -690,6 +703,14 @@
padding
:
5px
6px
;
padding
:
5px
6px
;
font-size
:
13px
;
font-size
:
13px
;
background
:
$white-light
;
background
:
$white-light
;
height
:
30px
;
width
:
30px
;
&
:before
{
position
:
relative
;
top
:
3px
;
left
:
3px
;
}
&
:hover
{
&
:hover
{
color
:
$gl-text-color
;
color
:
$gl-text-color
;
...
...
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