diff options
-rw-r--r-- | index.html | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -444,14 +444,12 @@ <!-- profile screen --> <div class="container" id="screen_profile" style="display: none;"> - <h2> - <span data-tkey="profile">Profile</span> - <div class="btn-group pull-right"> - <button type="button" class="btn btn-default saml-login-hide" data-tkey="change_pass" id="change_pass_profile">Change Password</button> - <button type="button" class="btn btn-default" id="btnProfileGoBack" data-tkey="go_back">Go back</button> - </div> - </h2> - <hr> + <h2 data-tkey="profile">Profile</h2> + <div class="btn-group"> + <button type="button" class="btn btn-default saml-login-hide" data-tkey="change_pass" id="change_pass_profile">Change Password</button> + <button type="button" class="btn btn-default" id="btnProfileGoBack" data-tkey="go_back">Go back</button> + </div> + <hr /> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="panel panel-default"> |