mirror of https://github.com/wekan/wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
972 B
67 lines
972 B
.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-translation {
|
|
margin-left: 10px;
|
|
}
|
|
#cancelBtn {
|
|
margin-left: 5% !important;
|
|
background: #ffa500;
|
|
color: #fff;
|
|
}
|
|
#deleteAction {
|
|
margin-left: 5% !important;
|
|
}
|
|
p.js-translation-language {
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
p.js-translation-text {
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
|