Skip to content

Commit

Permalink
Merge pull request #542 from tsauerwein/mobile-login-position
Browse files Browse the repository at this point in the history
Move login panel to right sidebar (mobile)
  • Loading branch information
Tobias Sauerwein committed Jan 22, 2016
2 parents bfc1927 + 2f1099c commit 52475a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contribs/gmf/apps/mobile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<li>
<a href="#background" data-toggle="slide-in">Background</a>
<a href="#data" data-toggle="slide-in">Data</a>
<a href="#login" data-toggle="slide-in">Login</a>
</li>
</ul>
<hr />
Expand Down Expand Up @@ -77,8 +76,6 @@
gmf-themeselector-currenttheme="mainCtrl.theme"
gmf-themeselector-filter="::mainCtrl.filter">
</gmf-themeselector>
<gmf-authentication id="login" class="slide" data-header-title="Login">
</gmf-authentication>
</nav>
<nav class="nav-right" gmf-mobile-nav>
<header>
Expand All @@ -89,6 +86,7 @@
<ul>
<li>
<a href="#measure-tools" data-toggle="slide-in">Measure tools</a>
<a href="#login" data-toggle="slide-in">Login</a>
</li>
</ul>
</div>
Expand All @@ -100,6 +98,8 @@
</li>
</ul>
</div>
<gmf-authentication id="login" class="slide" data-header-title="Login">
</gmf-authentication>
</nav>
<script src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script src="../../../../node_modules/angular/angular.js"></script>
Expand Down

0 comments on commit 52475a1

Please sign in to comment.