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
Boxiang Sun
gitlab-ce
Commits
5103cfd0
Commit
5103cfd0
authored
Mar 07, 2017
by
Rémy Coutable
Committed by
Alfredo Sumaran
Mar 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Align bulk update issues button to the right
parent
d1c313b2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
5 deletions
+36
-5
app/assets/stylesheets/framework/filters.scss
app/assets/stylesheets/framework/filters.scss
+30
-2
app/assets/stylesheets/framework/mobile.scss
app/assets/stylesheets/framework/mobile.scss
+1
-2
app/views/shared/issuable/_search_bar.html.haml
app/views/shared/issuable/_search_bar.html.haml
+1
-1
changelogs/unreleased/18962-update-issues-button-jumps.yml
changelogs/unreleased/18962-update-issues-button-jumps.yml
+4
-0
No files found.
app/assets/stylesheets/framework/filters.scss
View file @
5103cfd0
...
@@ -4,6 +4,21 @@
...
@@ -4,6 +4,21 @@
&
.reset-filters
{
&
.reset-filters
{
padding
:
7px
;
padding
:
7px
;
}
}
&
.update-issues-btn
{
float
:
right
;
margin-right
:
0
;
@media
(
max-width
:
$screen-xs-max
)
{
float
:
none
;
}
}
}
.filters-section
{
@media
(
max-width
:
$screen-xs-max
)
{
display
:
inline-block
;
}
}
}
@media
(
min-width
:
$screen-sm-min
)
{
@media
(
min-width
:
$screen-sm-min
)
{
...
@@ -34,6 +49,11 @@
...
@@ -34,6 +49,11 @@
display
:
block
;
display
:
block
;
margin
:
0
0
10px
;
margin
:
0
0
10px
;
}
}
.dropdown-menu-toggle
,
.update-issues-btn
.btn
{
width
:
100%
;
}
}
}
.filtered-search-container
{
.filtered-search-container
{
...
@@ -111,7 +131,15 @@
...
@@ -111,7 +131,15 @@
overflow
:
auto
;
overflow
:
auto
;
}
}
@media
(
max-width
:
$screen-xs-min
)
{
@media
(
min-width
:
$screen-sm-min
)
and
(
max-width
:
$screen-sm-max
)
{
.issues-details-filters
{
.dropdown-menu-toggle
{
width
:
100px
;
}
}
}
@media
(
max-width
:
$screen-xs-max
)
{
.issues-details-filters
{
.issues-details-filters
{
padding
:
0
0
10px
;
padding
:
0
0
10px
;
background-color
:
$white-light
;
background-color
:
$white-light
;
...
@@ -205,4 +233,4 @@
...
@@ -205,4 +233,4 @@
.filter-dropdown-loading
{
.filter-dropdown-loading
{
padding
:
8px
16px
;
padding
:
8px
16px
;
}
}
\ No newline at end of file
app/assets/stylesheets/framework/mobile.scss
View file @
5103cfd0
...
@@ -100,8 +100,7 @@
...
@@ -100,8 +100,7 @@
@media
(
max-width
:
$screen-sm-max
)
{
@media
(
max-width
:
$screen-sm-max
)
{
.issues-filters
{
.issues-filters
{
.milestone-filter
,
.milestone-filter
{
.labels-filter
{
display
:
none
;
display
:
none
;
}
}
}
}
...
...
app/views/shared/issuable/_search_bar.html.haml
View file @
5103cfd0
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
=
hidden_field_tag
'update[issuable_ids]'
,
[]
=
hidden_field_tag
'update[issuable_ids]'
,
[]
=
hidden_field_tag
:state_event
,
params
[
:state_event
]
=
hidden_field_tag
:state_event
,
params
[
:state_event
]
.filter-item.inline
.filter-item.inline
.update-issues-btn
=
button_tag
"Update
#{
type
.
to_s
.
humanize
(
capitalize:
false
)
}
"
,
class:
"btn update_selected_issues btn-save"
=
button_tag
"Update
#{
type
.
to_s
.
humanize
(
capitalize:
false
)
}
"
,
class:
"btn update_selected_issues btn-save"
:javascript
:javascript
...
...
changelogs/unreleased/18962-update-issues-button-jumps.yml
0 → 100644
View file @
5103cfd0
---
title
:
Align bulk update issues button to the right
merge_request
:
author
:
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