Skip to content

Commit

Permalink
changed profile display - removed float #337
Browse files Browse the repository at this point in the history
Former-commit-id: 97b443ad19d097bda21c077ec0b0355d76ed341d
  • Loading branch information
pliablepixels committed Oct 13, 2016
1 parent b389678 commit 315f6c6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,13 @@ <h1 class="title">{{'kMenuOptions'|translate}}</h1>
<ion-item nav-clear menu-close href="#/login/false">




<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 class=" item-icon-left">
<i class="icon ion-person"></i>
</span> {{'kMenuZMSettings'|translate}}
{{'kMenuZMSettings'|translate}}
<span class="item-note" style="width:90px">
{{$root.getProfileName();}}
</span>
</span>

</ion-item>

Expand Down

0 comments on commit 315f6c6

Please sign in to comment.