diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-21 11:06:33 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:23:19 +0200 |
commit | 383bfc8356d444cbed1dab7e5c1b3bb16becfdfd (patch) | |
tree | ae0541d99056d75b08f14e8e4ea73f67f173d942 /client/src/app/account/account.component.html | |
parent | 240c64c5f4277f0ce36c094f0663bd30d264ec40 (diff) | |
download | PeerTube-383bfc8356d444cbed1dab7e5c1b3bb16becfdfd.tar.gz PeerTube-383bfc8356d444cbed1dab7e5c1b3bb16becfdfd.tar.zst PeerTube-383bfc8356d444cbed1dab7e5c1b3bb16becfdfd.zip |
Client: responsive design
Diffstat (limited to 'client/src/app/account/account.component.html')
-rw-r--r-- | client/src/app/account/account.component.html | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/client/src/app/account/account.component.html b/client/src/app/account/account.component.html index 6f10e79cd..24bcdf947 100644 --- a/client/src/app/account/account.component.html +++ b/client/src/app/account/account.component.html | |||
@@ -1,11 +1,17 @@ | |||
1 | <h3>Account</h3> | 1 | <h3>Account</h3> |
2 | 2 | ||
3 | <div class="block"> | 3 | <div class="panel panel-default"> |
4 | <h4>Change password</h4> | 4 | <div class="panel-heading">Change password</div> |
5 | <my-account-change-password></my-account-change-password> | 5 | |
6 | <div class="panel-body"> | ||
7 | <my-account-change-password></my-account-change-password> | ||
8 | </div> | ||
6 | </div> | 9 | </div> |
7 | 10 | ||
8 | <div class="block"> | 11 | <div class="panel panel-default"> |
9 | <h4>Update my informations</h4> | 12 | <div class="panel-heading">Update my informations</div> |
10 | <my-account-details [user]="user"></my-account-details> | 13 | |
14 | <div class="panel-body"> | ||
15 | <my-account-details [user]="user"></my-account-details> | ||
16 | </div> | ||
11 | </div> | 17 | </div> |