diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:35:58 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:57:02 +0200 |
| commit | 70708488d670129ef86c84088bd480377dccbac2 (patch) | |
| tree | e3f3448cb8650039564d737561f2f3ab534a0637 /res/templates | |
| parent | aaf2df093603cc9e6ce16f5651d2e5e0b5c8dcb4 (diff) | |
index.html: cleanup top-bar, temporary hide of profile circle
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 866d0572..5fc64cc7 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -12,10 +12,8 @@ <div class="top-bar"> <span id="doc-title">Rhizi Prototype</span> <div class="user-area"> - <div class="username"> - <div class="profile-circle"></div> - <div class="profile-username">Welcome <span id="user_id">{{ rz_username }}</span>!<span id="btn-logout" class="button">Logout</span></div> - </div> + <span id="profile-circle"></span> + <span class="profile-username">Welcome <span id="user_id">{{ rz_username }}</span>!<span id="btn-logout" class="button">Logout</span></span> </div> </div> <div id="intro-task" class="task-alert" style="display:none"> |
