mirror of
https://github.com/wekan/wekan.git
synced 2026-02-18 14:08:06 +01:00
Fix Admin Panel / People editing and layout.
Thanks to xet7 ! Fixes #5961
This commit is contained in:
parent
8d3b53f51d
commit
7a585a3dfb
5 changed files with 67 additions and 65 deletions
|
|
@ -71,6 +71,13 @@ table tr:nth-child(even) {
|
|||
left: 0 !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/* Make checkbox column fit content */
|
||||
table th:first-child,
|
||||
table td:first-child {
|
||||
width: auto;
|
||||
min-width: auto;
|
||||
}
|
||||
#divAddOrRemoveTeam {
|
||||
background: #008000;
|
||||
display: none;
|
||||
|
|
@ -141,7 +148,7 @@ table tr:nth-child(even) {
|
|||
}
|
||||
|
||||
.account-active-status {
|
||||
width: 20px;
|
||||
width: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
@ -170,7 +177,7 @@ table tr:nth-child(even) {
|
|||
}
|
||||
|
||||
.account-status {
|
||||
width: 20px;
|
||||
width: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue