diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-21 09:14:31 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-21 09:14:31 -0400 |
| commit | 29762558bffe6ce7999b9952ec506ec027b117ce (patch) | |
| tree | 4815f684c785fea895b1ed1564156e97033fe19c | |
| parent | 2529f6ed576fd0776cca6afcba62f7fdce4858be (diff) | |
put old float back seems like this was not the real problem in #337
Former-commit-id: a032aca2255526391552fffb9bd2e7c544f42b20
| -rw-r--r-- | www/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html index 407197a5..c04e169b 100644 --- a/www/index.html +++ b/www/index.html @@ -188,12 +188,13 @@ <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;"> {{$root.getProfileName();}} </span> </span> </ion-item> |
