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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
6b36e925
Commit
6b36e925
authored
Oct 31, 2017
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suppress MergeableSelector warning candidates in EE-only files
parent
3b494367
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
104 additions
and
121 deletions
+104
-121
app/assets/stylesheets/pages/ee_start_trial.scss
app/assets/stylesheets/pages/ee_start_trial.scss
+9
-17
app/assets/stylesheets/pages/environments.scss
app/assets/stylesheets/pages/environments.scss
+67
-66
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+4
-18
app/assets/stylesheets/pages/promotions.scss
app/assets/stylesheets/pages/promotions.scss
+19
-20
changelogs/unreleased-ee/3879-suppress-mergeable-selector-in-ee-only-files.yml
...-ee/3879-suppress-mergeable-selector-in-ee-only-files.yml
+5
-0
No files found.
app/assets/stylesheets/pages/ee_start_trial.scss
View file @
6b36e925
...
...
@@ -5,14 +5,14 @@
top
:
52px
;
}
/* Secondary Nav Overrides - Old Nav */
.page-with-sidebar.has-trial-banner
{
/* Secondary Nav Overrides - Old Nav */
margin-top
:
102px
;
}
/* Sidebar Nav Overrides - New Nav */
.page-with-sidebar.has-trial-banner
.nav-sidebar
{
top
:
102px
;
/* Sidebar Nav Overrides - New Nav */
.nav-sidebar
{
top
:
102px
;
}
}
/* Trial Banner */
...
...
@@ -30,6 +30,9 @@
.close
{
color
:
$white-dark
;
opacity
:
0
.7
;
position
:
absolute
;
top
:
12px
;
right
:
$gl-padding
;
&
:hover
{
color
:
$black
;
...
...
@@ -45,12 +48,6 @@
text-decoration
:
underline
;
}
}
.close
{
position
:
absolute
;
top
:
12px
;
right
:
$gl-padding
;
}
}
/* Trial License Install Modal */
...
...
@@ -74,9 +71,6 @@
.confirmation-desc
{
max-width
:
80%
;
margin
:
auto
;
}
.confirmation-desc
{
color
:
$gl-text-color-secondary
;
}
...
...
@@ -87,10 +81,8 @@
overflow-y
:
auto
;
}
}
}
/* Pure CSS License Key Preview Toggle */
.modal-upload-trial-license
{
/* Pure CSS License Key Preview Toggle */
.trial-license-preview
,
.show-license
,
.hide-license
:target
{
...
...
app/assets/stylesheets/pages/environments.scss
View file @
6b36e925
...
...
@@ -129,77 +129,89 @@
/**
* Deploy boards
*/
.deploy-board
{
padding
:
10px
;
background-color
:
$gray-light
;
min-height
:
20px
;
.deploy-board
>
div
{
display
:
flex
;
justify-content
:
space-between
;
.fa-spinner
{
margin
:
0
auto
;
width
:
20px
;
display
:
block
;
font-size
:
20px
;
}
.deploy-board-information
{
order
:
1
;
>
div
{
display
:
flex
;
width
:
70px
;
flex-wrap
:
wrap
;
justify-content
:
center
;
margin
:
20px
0
20px
5px
;
justify-content
:
space-between
;
>
span
{
text-align
:
center
;
}
.deploy-board-information
{
order
:
1
;
display
:
flex
;
width
:
70px
;
flex-wrap
:
wrap
;
justify-content
:
center
;
margin
:
20px
0
20px
5px
;
.percentage
{
color
:
$gl-text-colo
r
;
}
>
span
{
text-align
:
cente
r
;
}
.text
{
color
:
$gl-text-color-secondary
;
.percentage
{
color
:
$gl-text-color
;
}
.text
{
color
:
$gl-text-color-secondary
;
}
}
}
.deploy-board-instances
{
order
:
2
;
margin-left
:
20px
;
width
:
100%
;
.deploy-board-instances
{
order
:
2
;
margin-left
:
20px
;
width
:
100%
;
.text
{
color
:
$gl-text-color-secondary
;
font-size
:
12px
;
}
.text
{
color
:
$gl-text-color-secondary
;
font-size
:
12px
;
}
.deploy-board-instances-container
{
display
:
flex
;
flex-wrap
:
wrap
;
flex-direction
:
row
;
margin-top
:
-8px
;
.deploy-board-instances-container
{
display
:
flex
;
flex-wrap
:
wrap
;
flex-direction
:
row
;
margin-top
:
-8px
;
}
}
}
.deploy-board-actions
{
order
:
3
;
align-self
:
center
;
min-width
:
150px
;
margin-left
:
10px
;
}
.deploy-board-actions
{
order
:
3
;
align-self
:
center
;
min-width
:
150px
;
margin-left
:
10px
;
}
&
.deploy-board-error-message
{
justify-content
:
center
;
}
&
.deploy-board-error-message
{
justify-content
:
center
;
}
.deploy-board-empty-state-svg
{
order
:
1
;
width
:
90px
;
margin
:
auto
0
auto
20px
;
}
.deploy-board-empty-state-svg
{
order
:
1
;
width
:
90px
;
margin
:
auto
0
auto
20px
;
}
.deploy-board-empty-state-text
{
order
:
2
;
flex-wrap
:
wrap
;
margin
:
auto
auto
15px
0
;
.deploy-board-empty-state-text
{
order
:
2
;
flex-wrap
:
wrap
;
margin
:
auto
auto
15px
0
;
.title
{
order
:
1
;
display
:
flex
;
font-size
:
17px
;
line-height
:
40px
;
.title
{
order
:
1
;
display
:
flex
;
font-size
:
17px
;
line-height
:
40px
;
}
}
}
}
...
...
@@ -272,18 +284,7 @@
}
}
.deploy-board
{
padding
:
10px
;
background-color
:
$gray-light
;
min-height
:
20px
;
.fa-spinner
{
margin
:
0
auto
;
width
:
20px
;
display
:
block
;
font-size
:
20px
;
}
}
.gl-responsive-table-row
{
.branch-commit
{
...
...
app/assets/stylesheets/pages/projects.scss
View file @
6b36e925
...
...
@@ -558,17 +558,6 @@ a.deploy-project-label {
}
}
.fork-thumbnail-container
{
display
:
flex
;
flex-wrap
:
wrap
;
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
>
h5
{
width
:
100%
;
}
}
.project-template
{
>
.form-group
{
margin-bottom
:
0
;
...
...
@@ -1056,19 +1045,16 @@ a.allowed-to-push {
border-right
:
solid
1px
transparent
;
}
}
}
.disabled-item
{
@extend
.btn.disabled
;
}
.protected-branches-list
,
.protected-tags-list
{
.flash-container
{
padding
:
0
;
}
}
.disabled-item
{
@extend
.btn.disabled
;
}
.protected-tags-list
{
.dropdown-menu-toggle
{
width
:
100%
;
...
...
app/assets/stylesheets/pages/promotions.scss
View file @
6b36e925
...
...
@@ -40,34 +40,33 @@
}
}
}
.user-callout.promotion-callout
.promotion-empty-page
{
margin-top
:
56px
;
}
&
.promotion-empty-page
{
margin-top
:
56px
;
}
.user-callout.promotion-callout
.promotion-advanced-search
{
margin
:
0
;
border-bottom
:
solid
1px
$border-color
;
&
.promotion-advanced-search
{
margin
:
0
;
border-bottom
:
solid
1px
$border-color
;
h5
{
margin-top
:
0
;
}
h5
{
margin-top
:
0
;
}
.bordered-box.content-block
{
border
:
none
;
padding
:
20px
0
;
justify-content
:
left
;
.bordered-box.content-block
{
border
:
none
;
padding
:
20px
0
;
justify-content
:
left
;
svg
{
height
:
auto
;
svg
{
height
:
auto
;
}
}
}
.user-callout-copy
{
margin-left
:
0
;
.user-callout-copy
{
margin-left
:
0
;
}
}
}
.promotion-modal
{
...
...
changelogs/unreleased-ee/3879-suppress-mergeable-selector-in-ee-only-files.yml
0 → 100644
View file @
6b36e925
---
title
:
Suppress MergeableSelector warning candidates in EE-only files
merge_request
:
3225
author
:
Takuya Noguchi
type
:
other
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