Skip to content

Commit

Permalink
fix pannello login per interfaccia mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Aug 17, 2018
1 parent be61143 commit 9779ab2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions code/resources/views/auth/login.blade.php
Expand Up @@ -25,8 +25,8 @@
<?php $browser_name = strtolower((new Sinergi\BrowserDetector\Browser())->getName()) ?>
@if ($browser_name != 'firefox' && $browser_name != 'chrome')
<div class="alert alert-warning">
GASdotto è testato con Firefox e Chrome/Chromium, ti consigliamo di usare uno di questi!<br>
<a href="https://www.mozilla.org/it/firefox/new/">Clicca qui per scaricare ed installare Firefox.</a>
{{ _i('GASdotto è testato con Firefox e Chrome/Chromium, ti consigliamo di usare uno di questi!') }}<br>
<a href="https://www.mozilla.org/it/firefox/new/">{{ _i('Clicca qui per scaricare ed installare Firefox.') }}</a>
</div>
<br>
@endif
Expand Down Expand Up @@ -93,6 +93,12 @@
</p>
</div>

<br>
<br>
<br>
<br>
<br>

<nav class="navbar navbar-default navbar-fixed-bottom">
<div class="container">
<p>
Expand Down

0 comments on commit 9779ab2

Please sign in to comment.