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
df1500b3
Commit
df1500b3
authored
Jan 31, 2017
by
Annabel Dunstone Gray
Committed by
James Lopez
Feb 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch '19164-mobile-settings' into 'master'
19164 Add settings dropdown to mobile screens Closes #19164 See merge request !8896
parent
1b53ed13
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 @
df1500b3
...
...
@@ -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 @
df1500b3
=
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 @
df1500b3
---
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