Fixed edit icon position
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
da4c6ab326
commit
23dc0aae87
|
@ -399,7 +399,7 @@ table.grid th, table.grid td {
|
|||
font-weight: normal;
|
||||
}
|
||||
td.name, td.password { padding-left:.8em; }
|
||||
td.password>img,td.displayName>img, td.remove>a, td.quota>img { visibility:hidden; }
|
||||
td.password>img,td.displayName>img, td.remove>a, td.quota>img { visibility:hidden; vertical-align: middle;}
|
||||
td.password, td.quota, td.displayName { width:12em; cursor:pointer; }
|
||||
td.password>span, td.quota>span, rd.displayName>span { margin-right: 1.2em; color: #C7C7C7; }
|
||||
span.usersLastLoginTooltip { white-space: nowrap; }
|
||||
|
|
Loading…
Reference in New Issue