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
30e7952a
Commit
30e7952a
authored
Dec 28, 2016
by
Regis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scss_lint is now happy
parent
e118094d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
708 additions
and
708 deletions
+708
-708
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+708
-708
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
30e7952a
.pipelines
{
.pipelines
{
.realtime-loading
{
font-size
:
40px
;
text-align
:
center
;
...
...
@@ -45,9 +45,9 @@
width
:
20%
;
}
}
}
}
@media
(
max-width
:
$screen-md-max
)
{
@media
(
max-width
:
$screen-md-max
)
{
.content-list
{
&
.pipelines
,
&
.builds-content-list
{
...
...
@@ -55,18 +55,18 @@
overflow
:
auto
;
}
}
}
}
.content-list.pipelines
.table-holder
{
.content-list.pipelines
.table-holder
{
min-height
:
300px
;
}
}
.pipeline-holder
{
.pipeline-holder
{
width
:
100%
;
overflow
:
auto
;
}
}
.table.ci-table
{
.table.ci-table
{
min-width
:
900px
;
&
.pipeline
{
...
...
@@ -293,20 +293,20 @@
.btn-group.open
.dropdown-toggle
{
box-shadow
:
none
;
}
}
}
.admin-builds-table
{
.admin-builds-table
{
.ci-table
td
:last-child
{
min-width
:
120px
;
}
}
}
// Pipeline visualization
.pipeline-actions
{
// Pipeline visualization
.pipeline-actions
{
border-bottom
:
none
;
}
}
.tab-pane
{
.tab-pane
{
&
.pipelines
{
.ci-table
{
min-width
:
900px
;
...
...
@@ -333,10 +333,10 @@
}
}
}
}
}
// Pipeline graph
.pipeline-graph
{
// Pipeline graph
.pipeline-graph
{
width
:
100%
;
background-color
:
$gray-light
;
padding
:
$gl-padding
;
...
...
@@ -622,18 +622,18 @@
}
}
}
}
}
.dropdown-counter-badge
{
.dropdown-counter-badge
{
color
:
$border-color
;
font-weight
:
100
;
font-size
:
15px
;
position
:
absolute
;
right
:
5px
;
top
:
8px
;
}
}
.grouped-pipeline-dropdown
{
.grouped-pipeline-dropdown
{
padding
:
0
;
width
:
191px
;
min-width
:
191px
;
...
...
@@ -686,14 +686,14 @@
}
}
}
}
}
.pipeline-graph
.dropdown-build
.ci-status-icon
svg
{
.pipeline-graph
.dropdown-build
.ci-status-icon
svg
{
width
:
18px
;
height
:
18px
;
}
}
.ci-status-text
{
.ci-status-text
{
max-width
:
110px
;
white-space
:
nowrap
;
overflow
:
hidden
;
...
...
@@ -702,10 +702,10 @@
display
:
inline-block
;
position
:
relative
;
font-weight
:
200
;
}
}
// Action Icons
.ci-action-icon-container
.ci-action-icon-wrapper
{
// Action Icons
.ci-action-icon-container
.ci-action-icon-wrapper
{
i
{
color
:
$border-color
;
border-radius
:
100%
;
...
...
@@ -732,9 +732,9 @@
.ci-play-icon
{
padding
:
5px
5px
5px
7px
;
}
}
}
.dropdown-build
{
.dropdown-build
{
color
:
$gl-text-color-light
;
.build-content
{
...
...
@@ -780,12 +780,12 @@
.ci-status-text
{
max-width
:
95px
;
}
}
}
/**
/**
* Builds dropdown in mini pipeline
*/
.mini-pipeline-graph
{
.mini-pipeline-graph
{
.builds-dropdown
{
background-color
:
transparent
;
padding
:
0
;
...
...
@@ -900,12 +900,12 @@
border-bottom-color
:
$white-light
;
}
}
}
}
/**
/**
* Icons in mini pipeline graph
*/
.mini-pipeline-graph-icon-container
.ci-status-icon
{
.mini-pipeline-graph-icon-container
.ci-status-icon
{
display
:
inline-block
;
border
:
1px
solid
;
border-radius
:
22px
;
...
...
@@ -920,19 +920,19 @@
top
:
-1px
;
left
:
-1px
;
}
}
}
.stage-cell
.mini-pipeline-graph-icon-container
.ci-status-icon
svg
{
.stage-cell
.mini-pipeline-graph-icon-container
.ci-status-icon
svg
{
width
:
22px
;
height
:
22px
;
}
}
.terminal-icon
{
.terminal-icon
{
margin-left
:
3px
;
}
}
.terminal-container
{
.terminal-container
{
.content-block
{
border-bottom
:
none
;
}
...
...
@@ -946,4 +946,4 @@
min-height
:
450px
;
}
}
}
}
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