From eb7e2ac02d652ac1ec9c842b14e1efbc27e852fc Mon Sep 17 00:00:00 2001 From: AndreaChirulescu Date: Fri, 9 Apr 2021 16:53:04 +0200 Subject: Beuatified files after using editconfig with notepad++ --- includes/css/main.css | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'includes/css') diff --git a/includes/css/main.css b/includes/css/main.css index bf2ca4a..56fb365 100644 --- a/includes/css/main.css +++ b/includes/css/main.css @@ -18,20 +18,20 @@ input[name="assignitem"] background: transparent; - border: none; - + border: none; + font-size: small; padding: none; background-image: url('/wp-content/plugins/giglogadmin/assets/images/checkedbox.png'); - + background-repeat: no-repeat; background-size: 15px 15px; - + width: 20px; - + height: 20px; vertical-align: center; @@ -59,8 +59,8 @@ input[name="unassignitem"] background: transparent; - border: none; - + border: none; + font-size: small; padding: none; @@ -70,9 +70,9 @@ input[name="unassignitem"] background-repeat: no-repeat; background-size: 15px 15px; - + width: 20px; - + height: 20px; vertical-align: center; @@ -82,7 +82,8 @@ input[name="unassignitem"] .adminbuttons form { display: flex; /* 2. display flex to the rescue */ - flex-direction: row; + + flex-direction: row; } .adminbuttons input { width: 80px; -- cgit v1.2.3