diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-02 08:45:52 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-02 08:45:52 -0400 |
| commit | 6fba981549765b2e8ef8cb0022a791e7947d125a (patch) | |
| tree | 321d4c5e9fec3bfbec574f23430f7610c3ce8656 /www/templates/menu.html | |
| parent | 8e570f62cebc6235c3cbb5ee837a133ef5248a97 (diff) | |
css cleanup / jshint
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')"> |
