diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-13 10:39:26 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-13 10:39:26 +0100 |
commit | 9c1a88e3a1dc2a9d97ba0d798c664234541f1dba (patch) | |
tree | 2ac4074463971e698851bff9c32a79f6e7df5a52 /client/src/sass | |
parent | c9c43612d528d8ff3132efa8d0eb4541ea651f5e (diff) | |
download | PeerTube-9c1a88e3a1dc2a9d97ba0d798c664234541f1dba.tar.gz PeerTube-9c1a88e3a1dc2a9d97ba0d798c664234541f1dba.tar.zst PeerTube-9c1a88e3a1dc2a9d97ba0d798c664234541f1dba.zip |
Move orange admin buttons on the left side
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 0023b2d69..5e2bed896 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -503,6 +503,10 @@ p-table { | |||
503 | display: inline-flex; | 503 | display: inline-flex; |
504 | align-items: center; | 504 | align-items: center; |
505 | 505 | ||
506 | .left-buttons { | ||
507 | padding-left: 15px; | ||
508 | } | ||
509 | |||
506 | .input-group-text { | 510 | .input-group-text { |
507 | background-color: transparent; | 511 | background-color: transparent; |
508 | } | 512 | } |
@@ -627,8 +631,6 @@ p-table { | |||
627 | 631 | ||
628 | .action-cell { | 632 | .action-cell { |
629 | width: 250px !important; | 633 | width: 250px !important; |
630 | padding: 0 !important; | ||
631 | text-align: center; | ||
632 | 634 | ||
633 | .dropdown-root, | 635 | .dropdown-root, |
634 | my-edit-button, | 636 | my-edit-button, |
@@ -637,7 +639,7 @@ p-table { | |||
637 | display: inline-block !important; | 639 | display: inline-block !important; |
638 | margin-left: 5px; | 640 | margin-left: 5px; |
639 | 641 | ||
640 | :first-child { | 642 | &:first-child { |
641 | margin-left: 0 | 643 | margin-left: 0 |
642 | } | 644 | } |
643 | } | 645 | } |