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
b084dceb
Commit
b084dceb
authored
Jun 13, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alignment updates
added tooltip to more actions
parent
664003f5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
6 deletions
+11
-6
app/assets/javascripts/ide/components/commit_sidebar/list_item.vue
...s/javascripts/ide/components/commit_sidebar/list_item.vue
+1
-1
app/assets/javascripts/ide/components/commit_sidebar/stage_button.vue
...avascripts/ide/components/commit_sidebar/stage_button.vue
+3
-2
app/assets/javascripts/ide/components/commit_sidebar/unstage_button.vue
...ascripts/ide/components/commit_sidebar/unstage_button.vue
+1
-1
app/assets/stylesheets/pages/repo.scss
app/assets/stylesheets/pages/repo.scss
+6
-2
No files found.
app/assets/javascripts/ide/components/commit_sidebar/list_item.vue
View file @
b084dceb
...
...
@@ -100,7 +100,7 @@ export default {
@dblclick="fileAction"
@click="openFileInEditor"
>
<span
class=
"multi-file-commit-list-file-path"
>
<span
class=
"multi-file-commit-list-file-path
d-flex align-items-center
"
>
<icon
:name=
"iconName"
:size=
"16"
...
...
app/assets/javascripts/ide/components/commit_sidebar/stage_button.vue
View file @
b084dceb
...
...
@@ -32,7 +32,7 @@ export default {
:aria-label=
"__('Stage changes')"
:title=
"__('Stage changes')"
type=
"button"
class=
"btn btn-blank append-right-5"
class=
"btn btn-blank append-right-5
d-flex align-items-center
"
data-container=
"body"
@
click.stop=
"stageChange(path)"
>
...
...
@@ -43,8 +43,9 @@ export default {
</button>
<button
v-tooltip
:title=
"__('More actions')"
type=
"button"
class=
"btn btn-blank"
class=
"btn btn-blank
d-flex align-items-center
"
data-container=
"body"
data-toggle=
"dropdown"
>
...
...
app/assets/javascripts/ide/components/commit_sidebar/unstage_button.vue
View file @
b084dceb
...
...
@@ -32,7 +32,7 @@ export default {
:aria-label=
"__('Unstage changes')"
:title=
"__('Unstage changes')"
type=
"button"
class=
"btn btn-blank"
class=
"btn btn-blank
d-flex align-items-center
"
data-container=
"body"
@
click=
"unstageChange(path)"
>
...
...
app/assets/stylesheets/pages/repo.scss
View file @
b084dceb
...
...
@@ -621,9 +621,13 @@
}
.multi-file-discard-btn
{
top
:
0
;
top
:
4px
;
right
:
8px
;
bottom
:
0
;
bottom
:
4px
;
svg
{
top
:
0
;
}
}
.multi-file-commit-form
{
...
...
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