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
577bb4eb
Commit
577bb4eb
authored
Jan 31, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '19164-mobile-settings' into 'master'
19164 Add settings dropdown to mobile screens Closes #19164 See merge request !8896
parents
43c575ac
87346bfe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
nav.scss
app/assets/stylesheets/framework/nav.scss
+7
-4
_admin.html.haml
app/views/layouts/nav/_admin.html.haml
+1
-1
19164-mobile-settings.yml
changelogs/unreleased/19164-mobile-settings.yml
+4
-0
No files found.
app/assets/stylesheets/framework/nav.scss
View file @
577bb4eb
...
...
@@ -294,16 +294,18 @@
.container-fluid
{
position
:
relative
;
.nav-control
{
@media
(
max-width
:
$screen-sm-max
)
{
margin-right
:
75px
;
}
}
}
.controls
{
float
:
right
;
padding
:
7px
0
0
;
@media
(
max-width
:
$screen-sm-max
)
{
display
:
none
;
}
i
{
color
:
$layout-link-gray
;
}
...
...
@@ -361,6 +363,7 @@
.fade-left
{
@include
fade
(
right
,
$gray-light
);
left
:
-5px
;
text-align
:
center
;
.fa
{
left
:
-7px
;
...
...
app/views/layouts/nav/_admin.html.haml
View file @
577bb4eb
=
render
'layouts/nav/admin_settings'
.scrolling-tabs-container
{
class:
nav_control_class
}
=
render
'layouts/nav/admin_settings'
.fade-left
=
icon
(
'angle-left'
)
.fade-right
...
...
changelogs/unreleased/19164-mobile-settings.yml
0 → 100644
View file @
577bb4eb
---
title
:
19164 Add settings dropdown to mobile screens
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