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
973bb449
Commit
973bb449
authored
Aug 09, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignment of deploy board toggle; hide deploy boards on mobile
parent
389dce86
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
4 deletions
+17
-4
app/assets/stylesheets/pages/environments.scss
app/assets/stylesheets/pages/environments.scss
+17
-4
No files found.
app/assets/stylesheets/pages/environments.scss
View file @
973bb449
...
...
@@ -255,10 +255,19 @@
}
}
.deploy-board-icon
i
{
.deploy-board-icon
{
display
:
none
;
@media
(
min-width
:
$screen-md-min
)
{
float
:
left
;
display
:
block
;
}
i
{
cursor
:
pointer
;
color
:
$layout-link-gray
;
padding-right
:
10px
;
}
}
.deploy-board
{
...
...
@@ -266,6 +275,10 @@
background-color
:
$gray-light
;
min-height
:
20px
;
@media
(
max-width
:
$screen-sm-max
)
{
display
:
none
;
}
.fa-spinner
{
margin
:
0
auto
;
width
:
20px
;
...
...
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