From 01a576f598be6b8bd7e46eaef772c44c5c335948 Mon Sep 17 00:00:00 2001 From: Karl <Karl Hasselbring> Date: Thu, 2 Mar 2017 08:15:44 +0100 Subject: [PATCH] =?UTF-8?q?Layout=20zur=20h=C3=A4lfte=20aufger=C3=A4umt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/index.blade.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index d57ec392c..602f2e2be 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -169,8 +169,8 @@ </label> <button type="button" id="reset-settings-btn" class="@if ($focus !== 'angepasst') hide @endif btn btn-link" data-href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}"><span>({{ trans('index.foki.eigene.entfernen') }})</span></button> </fieldset> - <div class="pull-right"> - <a class="mutelink" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "settings") }}"><div type="button" class="btn btn-default"> + <div class="hidden-xs"> + <a class="mutelink pull-right" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "settings") }}"><div type="button" class="btn btn-default"> <span class="glyphicon glyphicon-cog"></span> </div></a> </div> @@ -220,6 +220,11 @@ </div> </div> </form> + <div class="visible-xs"> + <a class="mutelink btn btn-default" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "settings") }}"> + <span class="glyphicon glyphicon-cog"></span> + </a> + </div> </fieldset> <ul class="list-inline searchform-bonus"> <li><a href="https://www.boost-project.com/de/shops?charity_id=1129&tag=bl" target="_blank" rel="noopener" id="foerdershops" class="btn btn-default mutelink" title="{{ trans('index.partnertitle') }}">{{ trans('index.conveyor') }}</a></li> -- GitLab