From cfcfe8564688aee9bcd2169a3a9235de23082ac0 Mon Sep 17 00:00:00 2001 From: Paul Bid <45032974+hide-me@users.noreply.github.com> Date: Fri, 26 Feb 2021 16:46:45 +0300 Subject: [PATCH] For correct view "edit" column & "delete user" --- system/author/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/author/css/style.css b/system/author/css/style.css index 7f115df..99fc247 100644 --- a/system/author/css/style.css +++ b/system/author/css/style.css @@ -701,7 +701,7 @@ a.openModal:link,a.openModal:active,a.openModal:visited{ display: block; margin: auto; text-align: center; - width: 100px; + width: 30%; } a.openModal:focus,a.openModal:hover{ text-decoration: underline; @@ -2831,10 +2831,10 @@ footer a:focus, footer a:hover, footer a:active margin: 0px; } .col.username,.col.email,.col.userrole{ - width: 30%; + width: 28%; } .col.edit{ - width: 10%; + width: 16%; } li.col.username{ border-top: 0px;