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
f1f0531a
Commit
f1f0531a
authored
Mar 20, 2017
by
Annabel Dunstone Gray
Committed by
Lin Jen-Shin
Mar 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'issue-filter-bar-alignment' into 'master'
Fixed filter bar alignment issues Closes #29543 See merge request !10049
parent
50d73ce0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
filters.scss
app/assets/stylesheets/framework/filters.scss
+13
-2
_sort_dropdown.html.haml
app/views/shared/_sort_dropdown.html.haml
+0
-1
No files found.
app/assets/stylesheets/framework/filters.scss
View file @
f1f0531a
...
...
@@ -159,8 +159,8 @@
max-width
:
87%
;
@media
(
max-width
:
$screen-xs-min
)
{
-webkit-flex
:
1
1
100%
;
flex
:
1
1
100%
;
-webkit-flex
:
1
1
auto
;
flex
:
1
1
auto
;
margin-bottom
:
10px
;
.dropdown-menu
{
...
...
@@ -218,6 +218,15 @@
}
}
.filter-dropdown-container
{
display
:
-
webkit-flex
;
display
:
flex
;
.dropdown-toggle
{
line-height
:
22px
;
}
}
.dropdown-menu
.filter-dropdown-item
{
padding
:
0
;
}
...
...
@@ -241,7 +250,9 @@
background-color
:
$white-light
;
border-top
:
0
;
}
}
@media
(
max-width
:
$screen-xs
)
{
.filter-dropdown-container
{
.dropdown-toggle
,
.dropdown
{
...
...
app/views/shared/_sort_dropdown.html.haml
View file @
f1f0531a
.dropdown.inline.prepend-left-10
%button
.dropdown-toggle
{
type:
'button'
,
data:
{
toggle:
'dropdown'
}
}
%span
.light
-
if
@sort
.
present?
=
sort_options_hash
[
@sort
]
-
else
...
...
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