diff options
Diffstat (limited to 'www/templates/menu.html')
| -rw-r--r-- | www/templates/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/menu.html b/www/templates/menu.html index 3337673f..838fe941 100644 --- a/www/templates/menu.html +++ b/www/templates/menu.html @@ -65,7 +65,7 @@ <!--<span class="item-note" style="width:90px"> {{$root.getProfileName();}} </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 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;text-align:center;"> {{$root.getProfileName();}} </span> </span> </ion-item> <ion-item nav-clear menu-close ng-click="navigateView('app.devoptions')"> |
