Merge pull request #389 from cmgustavo/bug/01small-view-navbar

fix navbar for small devices
This commit is contained in:
Mario Colque 2014-02-21 17:07:26 -02:00
commit 055cdf4286
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ margin-left: 0;
margin: 0; margin: 0;
} }
.navbar-form { .navbar-form {
width: 25%; width: 20%;
} }
} }

View File

@ -33,7 +33,7 @@
<span class="glyphicon glyphicon-refresh icon-rotate"></span> <span class="glyphicon glyphicon-refresh icon-rotate"></span>
{{sync.status}} {{sync.syncPercentage}}% {{sync.status}} {{sync.syncPercentage}}%
</span> </span>
<span class="t text-default" tooltip="Historic sync finished" tooltip-placement="bottom" data-ng-show="sync.status==='finished'"> Synchronised </span> <span class="t text-default" tooltip="Historic sync finished" tooltip-placement="bottom" data-ng-show="sync.status==='finished'"> Synched </span>
</div> </div>
&nbsp; &middot; &nbsp; &middot;
<span data-ng-init="getStatus('Info')"> <span data-ng-init="getStatus('Info')">