Skip to content

Commit

Permalink
put old float back seems like this was not the real problem in #337
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Oct 21, 2016
1 parent 1e0cbf1 commit bcb32b0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,13 @@ <h1 class="title">{{'kMenuOptions'|translate}}</h1>
<ion-item nav-clear menu-close href="#/login/false">


<span class=" item-icon-left">
<span class=" item-icon-left">
<i class="icon ion-person"></i>
{{'kMenuZMSettings'|translate}}
<span class="item-note" style="width:90px">
{{'kMenuZMSettings'|translate}}
<!--<span class="item-note" style="width:90px">
{{$root.getProfileName();}}
</span>
</span>-->
<span style="float:right;margin-top:-18px;background-color:#444444;color:#fff;font-size:11px;opacity:0.7;width:90px;border-radius: 0px 0px 5px 5px;:text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;text-align:center;">&nbsp;{{$root.getProfileName();}}&nbsp;</span>
</span>

</ion-item>
Expand Down

0 comments on commit bcb32b0

Please sign in to comment.