diff options
author | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-04-09 16:53:04 +0200 |
---|---|---|
committer | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-04-09 16:53:04 +0200 |
commit | eb7e2ac02d652ac1ec9c842b14e1efbc27e852fc (patch) | |
tree | f1cb187d07f00f2ebbf12c7d900fb3d7a4c91157 /includes/css | |
parent | 7dfafd9381435df08b1467b18f27fb4b2e7251e0 (diff) | |
download | gigologadmin-eb7e2ac02d652ac1ec9c842b14e1efbc27e852fc.tar.gz gigologadmin-eb7e2ac02d652ac1ec9c842b14e1efbc27e852fc.tar.bz2 gigologadmin-eb7e2ac02d652ac1ec9c842b14e1efbc27e852fc.zip |
Beuatified files after using editconfig with notepad++
Diffstat (limited to 'includes/css')
-rw-r--r-- | includes/css/main.css | 21 |
1 files changed, 11 insertions, 10 deletions
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; |