diff options
author | Jefferson Stachelski <jeffhsta@riseup.net> | 2015-11-30 17:16:44 -0200 |
---|---|---|
committer | Pixelated <pixelated@pix-poa-1> | 2015-11-30 17:18:57 -0200 |
commit | f11b8a43729782d72458d408fe7e97d7e0866ebd (patch) | |
tree | 59e87b2861b0c4c5256cffd42dc2164b555ca354 /web-ui/app/templates | |
parent | 4ff38dfd2ef496768c570302d3dfd7ff3e1b3e71 (diff) |
Issue #509 - Ajusted the bottom pop up alignment
Ajusted the bottom aligment when the logout button is enable or not
Diffstat (limited to 'web-ui/app/templates')
-rw-r--r-- | web-ui/app/templates/page/user_settings_box.hbs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web-ui/app/templates/page/user_settings_box.hbs b/web-ui/app/templates/page/user_settings_box.hbs index bc6400ef..187d603b 100644 --- a/web-ui/app/templates/page/user_settings_box.hbs +++ b/web-ui/app/templates/page/user_settings_box.hbs @@ -1,5 +1,7 @@ <header> - <h1 class="fa fa-user"> User Settings</h1> <span id="user-settings-close"><i class="fa fa-close"></i></span> + <i class="fa fa-user"></i> + <h1>User Settings</h1> + <i class="shortcut-label"></i> </header> <p>$account_email</p> |