1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-17 13:28:19 +01:00

For correct view "edit" column & "delete user"

This commit is contained in:
Paul Bid 2021-02-26 16:46:45 +03:00 committed by GitHub
parent 5a162b7135
commit cfcfe85646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;