BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
7f2819b7
Commit
7f2819b7
authored
Mar 07, 2017
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '18962-update-issues-button-jumps' into 'master'
Align bulk update issues button to the right Closes #18962 See merge request !8591
parents
d1c313b2
5103cfd0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
6 deletions
+36
-6
filters.scss
app/assets/stylesheets/framework/filters.scss
+30
-3
mobile.scss
app/assets/stylesheets/framework/mobile.scss
+1
-2
_search_bar.html.haml
app/views/shared/issuable/_search_bar.html.haml
+1
-1
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 @
7f2819b7
...
...
@@ -4,6 +4,21 @@
&
.reset-filters
{
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
)
{
...
...
@@ -34,6 +49,11 @@
display
:
block
;
margin
:
0
0
10px
;
}
.dropdown-menu-toggle
,
.update-issues-btn
.btn
{
width
:
100%
;
}
}
.filtered-search-container
{
...
...
@@ -111,7 +131,15 @@
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
{
padding
:
0
0
10px
;
background-color
:
$white-light
;
...
...
@@ -205,4 +233,4 @@
.filter-dropdown-loading
{
padding
:
8px
16px
;
}
\ No newline at end of file
}
app/assets/stylesheets/framework/mobile.scss
View file @
7f2819b7
...
...
@@ -100,8 +100,7 @@
@media
(
max-width
:
$screen-sm-max
)
{
.issues-filters
{
.milestone-filter
,
.labels-filter
{
.milestone-filter
{
display
:
none
;
}
}
...
...
app/views/shared/issuable/_search_bar.html.haml
View file @
7f2819b7
...
...
@@ -112,7 +112,7 @@
=
hidden_field_tag
'update[issuable_ids]'
,
[]
=
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"
:javascript
...
...
changelogs/unreleased/18962-update-issues-button-jumps.yml
0 → 100644
View file @
7f2819b7
---
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