Improved project tasks rendering
This commit is contained in:
parent
6a9423006b
commit
db7151fff6
2 changed files with 14 additions and 5 deletions
|
@ -131,7 +131,7 @@ tr.drag-previous {
|
|||
float: left;
|
||||
height: 1.7em;
|
||||
margin: -0.4em 0 -0.4em -0.5em;
|
||||
padding: 0.42em 0.72em 0.42em 0.5em;
|
||||
padding: 0.42em 0.72em 0.42em 0.15em;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.tabledrag-handle:hover {
|
||||
|
|
|
@ -565,17 +565,17 @@ table#tasks tbody tr td:first-child {
|
|||
text-overflow: ellipsis;
|
||||
position: relative;
|
||||
}
|
||||
table#tasks tbody tr td:first-child > div.indentation + a {
|
||||
table#tasks tr td:first-child > div.indentation + a {
|
||||
margin-right: -48px;
|
||||
}
|
||||
table#tasks tbody tr td:first-child > a.tabledrag-handle {
|
||||
table#tasks tr td:first-child > a.tabledrag-handle {
|
||||
position: absolute;
|
||||
margin-left: -2px;
|
||||
}
|
||||
table#tasks tbody tr td:first-child > a:not([class]) {
|
||||
table#tasks tr td:first-child > a:not([class]) {
|
||||
display: inline-block;
|
||||
}
|
||||
table#tasks tbody tr td:first-child > a.tabledrag-handle + a {
|
||||
table#tasks tr td:first-child > a.tabledrag-handle + a {
|
||||
margin-left: 24px;
|
||||
margin-right: -150px;
|
||||
}
|
||||
|
@ -586,6 +586,15 @@ table#tasks tr.row-group td:first-child a {
|
|||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
table#tasks tr td > div.form-item {
|
||||
margin: 0;
|
||||
}
|
||||
table#tasks tr td > div.form-item > select.form-control {
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
height: auto;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/*
|
||||
* "SuiteDesk Tasks" Kanban.
|
||||
|
|
Reference in a new issue