Skip to content
Snippets Groups Projects
Commit 01a576f5 authored by Karl's avatar Karl
Browse files

Layout zur hälfte aufgeräumt

parent 5aab1e93
No related branches found
No related tags found
2 merge requests!859Development,!806Resolve "Einmalige eigene Suche ohne ausgewählte Suchmaschinen"
...@@ -169,8 +169,8 @@ ...@@ -169,8 +169,8 @@
</label> </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> <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> </fieldset>
<div class="pull-right"> <div class="hidden-xs">
<a class="mutelink" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "settings") }}"><div type="button" class="btn btn-default"> <a class="mutelink pull-right" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "settings") }}"><div type="button" class="btn btn-default">
<span class="glyphicon glyphicon-cog"></span> <span class="glyphicon glyphicon-cog"></span>
</div></a> </div></a>
</div> </div>
...@@ -220,6 +220,11 @@ ...@@ -220,6 +220,11 @@
</div> </div>
</div> </div>
</form> </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> </fieldset>
<ul class="list-inline searchform-bonus"> <ul class="list-inline searchform-bonus">
<li><a href="https://www.boost-project.com/de/shops?charity_id=1129&amp;tag=bl" target="_blank" rel="noopener" id="foerdershops" class="btn btn-default mutelink" title="{{ trans('index.partnertitle') }}">{{ trans('index.conveyor') }}</a></li> <li><a href="https://www.boost-project.com/de/shops?charity_id=1129&amp;tag=bl" target="_blank" rel="noopener" id="foerdershops" class="btn btn-default mutelink" title="{{ trans('index.partnertitle') }}">{{ trans('index.conveyor') }}</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment