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
ace19ec5
Commit
ace19ec5
authored
Aug 05, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style deploy button
parent
b767d868
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
3 deletions
+20
-3
app/assets/stylesheets/pages/environments.scss
app/assets/stylesheets/pages/environments.scss
+17
-0
app/views/projects/deployments/_actions.haml
app/views/projects/deployments/_actions.haml
+3
-3
No files found.
app/assets/stylesheets/pages/environments.scss
View file @
ace19ec5
.environments
{
.commit-title
{
margin
:
0
;
}
.fa-play
{
font-size
:
14px
;
}
.dropdown-new
{
color
:
$table-text-gray
;
}
.dropdown-menu
{
.fa
{
margin-right
:
6px
;
color
:
$table-text-gray
;
}
}
}
app/views/projects/deployments/_actions.haml
View file @
ace19ec5
...
...
@@ -2,9 +2,9 @@
.pull-right
-
actions
=
deployment
.
manual_actions
-
if
actions
.
present?
.
btn-group.
inline
.
btn-group
%a
.dropdown-
toggle
.btn.btn-default
{
type:
'button'
,
'data-toggle'
=>
'dropdown'
}
.inline
.
dropdown
%a
.dropdown-
new
.btn.btn-default
{
type:
'button'
,
'data-toggle'
=>
'dropdown'
}
=
icon
(
"play"
)
%b
.caret
%ul
.dropdown-menu.dropdown-menu-align-right
...
...
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