diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-07 10:02:01 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-07 10:02:01 +0100 |
commit | 7b272fd73f1ea67e83c1924f2cc33503b8759811 (patch) | |
tree | 5c171a051c25878bd8010eab0f3ed503efe0da1c /client/src/app/account | |
parent | 41c3dfac99c41d2daec2a55554bb517ed5d59fc4 (diff) | |
download | PeerTube-7b272fd73f1ea67e83c1924f2cc33503b8759811.tar.gz PeerTube-7b272fd73f1ea67e83c1924f2cc33503b8759811.tar.zst PeerTube-7b272fd73f1ea67e83c1924f2cc33503b8759811.zip |
Fix dropdown menu in video watch
Diffstat (limited to 'client/src/app/account')
3 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/account/account-settings/account-change-password/account-change-password.component.scss b/client/src/app/account/account-settings/account-change-password/account-change-password.component.scss index 75827abbf..7a4fdb34d 100644 --- a/client/src/app/account/account-settings/account-change-password/account-change-password.component.scss +++ b/client/src/app/account/account-settings/account-change-password/account-change-password.component.scss | |||
@@ -9,6 +9,8 @@ input[type=password] { | |||
9 | 9 | ||
10 | input[type=submit] { | 10 | input[type=submit] { |
11 | @include peertube-button; | 11 | @include peertube-button; |
12 | @include orange-button; | ||
13 | |||
12 | margin-top: 15px; | 14 | margin-top: 15px; |
13 | } | 15 | } |
14 | 16 | ||
diff --git a/client/src/app/account/account-settings/account-details/account-details.component.scss b/client/src/app/account/account-settings/account-details/account-details.component.scss index 687166d9e..5c369f968 100644 --- a/client/src/app/account/account-settings/account-details/account-details.component.scss +++ b/client/src/app/account/account-settings/account-details/account-details.component.scss | |||
@@ -6,6 +6,7 @@ label { | |||
6 | 6 | ||
7 | input[type=submit] { | 7 | input[type=submit] { |
8 | @include peertube-button; | 8 | @include peertube-button; |
9 | @include orange-button; | ||
9 | 10 | ||
10 | display: block; | 11 | display: block; |
11 | margin-top: 15px; | 12 | margin-top: 15px; |
diff --git a/client/src/app/account/account-videos/account-videos.component.scss b/client/src/app/account/account-videos/account-videos.component.scss index e76e3f4e5..04aaa8e89 100644 --- a/client/src/app/account/account-videos/account-videos.component.scss +++ b/client/src/app/account/account-videos/account-videos.component.scss | |||
@@ -42,7 +42,7 @@ | |||
42 | top: -2px; | 42 | top: -2px; |
43 | 43 | ||
44 | &.icon-edit { | 44 | &.icon-edit { |
45 | background-image: url('../../../assets/images/account/edit.svg'); | 45 | background-image: url('../../../assets/images/global/edit.svg'); |
46 | } | 46 | } |
47 | 47 | ||
48 | &.icon-delete-grey { | 48 | &.icon-delete-grey { |