Merge branch '19164-mobile-settings' into 'master'

19164 Add settings dropdown to mobile screens

Closes #19164

See merge request !8896
This commit is contained in:
Annabel Dunstone Gray 2017-01-31 21:02:57 +00:00
commit 577bb4ebe8
3 changed files with 12 additions and 5 deletions

View File

@ -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;

View File

@ -1,5 +1,5 @@
= render 'layouts/nav/admin_settings'
.scrolling-tabs-container{ class: nav_control_class }
= render 'layouts/nav/admin_settings'
.fade-left
= icon('angle-left')
.fade-right

View File

@ -0,0 +1,4 @@
---
title: 19164 Add settings dropdown to mobile screens
merge_request:
author: