From 9c1a88e3a1dc2a9d97ba0d798c664234541f1dba Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Jan 2021 10:39:26 +0100 Subject: Move orange admin buttons on the left side --- client/src/sass/primeng-custom.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'client/src/sass') 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 { display: inline-flex; align-items: center; + .left-buttons { + padding-left: 15px; + } + .input-group-text { background-color: transparent; } @@ -627,8 +631,6 @@ p-table { .action-cell { width: 250px !important; - padding: 0 !important; - text-align: center; .dropdown-root, my-edit-button, @@ -637,7 +639,7 @@ p-table { display: inline-block !important; margin-left: 5px; - :first-child { + &:first-child { margin-left: 0 } } -- cgit v1.2.3