mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 19:00:12 +01:00
91 lines
1.3 KiB
CSS
91 lines
1.3 KiB
CSS
.main-body {
|
|
overflow: scroll;
|
|
}
|
|
table {
|
|
color: #000;
|
|
}
|
|
table td,
|
|
table th {
|
|
border: 1px solid #d2d0d0;
|
|
text-align: left;
|
|
padding: 8px;
|
|
}
|
|
table tr:nth-child(even) {
|
|
background-color: #ddd;
|
|
}
|
|
.ext-box {
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 34px;
|
|
}
|
|
.ext-box .ext-box-left {
|
|
display: flex;
|
|
width: 100%;
|
|
gap: 10px;
|
|
}
|
|
.ext-box span {
|
|
vertical-align: center;
|
|
line-height: 34px;
|
|
}
|
|
.ext-box input,
|
|
.ext-box button {
|
|
padding: 0;
|
|
}
|
|
.ext-box button {
|
|
min-width: 90px;
|
|
}
|
|
.content-wrapper {
|
|
margin-top: 10px;
|
|
}
|
|
.buttonsContainer {
|
|
display: flex;
|
|
}
|
|
.buttonsContainer input {
|
|
margin: 0;
|
|
}
|
|
.buttonsContainer div {
|
|
margin: auto;
|
|
}
|
|
.more-settings-user,
|
|
.more-settings-team,
|
|
.more-settings-org {
|
|
margin-left: 10px;
|
|
}
|
|
.js-orgs,
|
|
.js-orgsNewUser {
|
|
display: none;
|
|
}
|
|
.js-teams,
|
|
.js-teamsNewUser {
|
|
display: none;
|
|
}
|
|
.selectUserChkBox,
|
|
.allUserChkBox {
|
|
position: static !important;
|
|
visibility: visible !important;
|
|
left: 0 !important;
|
|
display: block !important;
|
|
}
|
|
#divAddOrRemoveTeam {
|
|
background: #008000;
|
|
display: none;
|
|
}
|
|
#addOrRemoveTeam {
|
|
background: #008000;
|
|
color: #fff;
|
|
}
|
|
#divAddOrRemoveTeamContainer {
|
|
display: none;
|
|
margin: auto;
|
|
width: 50%;
|
|
border: 3px solid #008000;
|
|
padding: 10px;
|
|
}
|
|
#cancelBtn {
|
|
margin-left: 5% !important;
|
|
background: #ffa500;
|
|
color: #fff;
|
|
}
|
|
#deleteAction {
|
|
margin-left: 5% !important;
|
|
}
|