diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-09 17:51:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-09 17:55:05 +0200 |
commit | 141b177db088891e84040f68aa95008fb52f1d44 (patch) | |
tree | 20168077514c920f5b4da4696707db55f51b158d /client/src/sass | |
parent | 63347a0ff966c7863e5b7431effa1cb0668df893 (diff) | |
download | PeerTube-141b177db088891e84040f68aa95008fb52f1d44.tar.gz PeerTube-141b177db088891e84040f68aa95008fb52f1d44.tar.zst PeerTube-141b177db088891e84040f68aa95008fb52f1d44.zip |
Add ability to ban/unban users
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 4 | ||||
-rw-r--r-- | client/src/sass/primeng-custom.scss | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index b120d4090..ba8701f5c 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -310,8 +310,4 @@ table { | |||
310 | } | 310 | } |
311 | } | 311 | } |
312 | } | 312 | } |
313 | |||
314 | bs-dropdown-container { | ||
315 | z-index: 10000; | ||
316 | } | ||
317 | } | 313 | } |
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index f06daec5d..674aa649e 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -17,9 +17,12 @@ p-table { | |||
17 | td { | 17 | td { |
18 | border: 1px solid #E5E5E5 !important; | 18 | border: 1px solid #E5E5E5 !important; |
19 | padding-left: 15px !important; | 19 | padding-left: 15px !important; |
20 | overflow: hidden !important; | 20 | |
21 | text-overflow: ellipsis !important; | 21 | &:not(.action-cell) { |
22 | white-space: nowrap !important; | 22 | overflow: hidden !important; |
23 | text-overflow: ellipsis !important; | ||
24 | white-space: nowrap !important; | ||
25 | } | ||
23 | } | 26 | } |
24 | 27 | ||
25 | tr { | 28 | tr { |