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
0159d78a
Commit
0159d78a
authored
Dec 02, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove padding around form-actions
parent
aa01b239
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+4
-3
app/views/profiles/notifications/show.html.haml
app/views/profiles/notifications/show.html.haml
+1
-1
app/views/projects/releases/edit.html.haml
app/views/projects/releases/edit.html.haml
+1
-1
app/views/shared/issuable/_form.html.haml
app/views/shared/issuable/_form.html.haml
+2
-1
No files found.
app/assets/stylesheets/framework/forms.scss
View file @
0159d78a
...
...
@@ -22,9 +22,10 @@ input[type='text'].danger {
}
.form-actions
{
padding
:
17px
20px
18px
;
margin-top
:
18px
;
margin-bottom
:
18px
;
margin
:
-
$gl-padding
;
margin-top
:
0
;
margin-bottom
:
-
$gl-padding
;
padding
:
$gl-padding
;
background-color
:
$background-color
;
border-top
:
1px
solid
$border-color
;
}
...
...
app/views/profiles/notifications/show.html.haml
View file @
0159d78a
...
...
@@ -50,7 +50,7 @@
Watch
%p
You will receive notifications for any activity
.
form-actions
.
gray-content-block
=
f
.
submit
'Save changes'
,
class:
"btn btn-create"
.row.all-notifications.prepend-top-default
...
...
app/views/projects/releases/edit.html.haml
View file @
0159d78a
...
...
@@ -14,6 +14,6 @@
=
render
'projects/zen'
,
f:
f
,
attr: :description
,
classes:
'description js-quick-submit form-control'
=
render
'projects/notes/hints'
.error-alert
.prepend-top-default
.
form-actions.
prepend-top-default
=
f
.
submit
'Save changes'
,
class:
'btn btn-save'
=
link_to
"Cancel"
,
namespace_project_tag_path
(
@project
.
namespace
,
@project
,
@tag
.
name
),
class:
"btn btn-default btn-cancel"
app/views/shared/issuable/_form.html.haml
View file @
0159d78a
...
...
@@ -93,7 +93,8 @@
%p
.help-block
=
link_to
'Change branches'
,
mr_change_branches_path
(
@merge_request
)
.form-actions
-
is_footer
=
!
(
issuable
.
is_a?
(
MergeRequest
)
&&
issuable
.
new_record?
)
.gray-content-block
{
class:
(
is_footer
?
"footer-block"
:
"middle-block"
)}
-
if
!
issuable
.
project
.
empty_repo?
&&
(
guide_url
=
contribution_guide_path
(
issuable
.
project
))
&&
!
issuable
.
persisted?
%p
Please review the
...
...
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