diff --git a/themes/zuitedesk/css/global.css b/themes/zuitedesk/css/global.css index 26490c6..b07afdc 100644 --- a/themes/zuitedesk/css/global.css +++ b/themes/zuitedesk/css/global.css @@ -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 { diff --git a/themes/zuitedesk/css/suitedesk.css b/themes/zuitedesk/css/suitedesk.css index f7e51cd..a3bec37 100644 --- a/themes/zuitedesk/css/suitedesk.css +++ b/themes/zuitedesk/css/suitedesk.css @@ -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.