Last active
June 4, 2020 16:17
-
-
Save nateroling/7f776ad7bc48df5efece34f7bf15f7ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#taskboard-table-body, #taskboard-table-header { margin: 0 auto; } | |
.taskboard-cell { width: 196px !important } | |
tbody .taskboard-cell:nth-child(4) { background-color: #baeff5; } | |
tbody .taskboard-cell:nth-child(5) { background-color: #baf5ba; } | |
tbody .tbTile { | |
border-left-width: 1px; border-color: #bbb !important; | |
margin-bottom: 5px; | |
} | |
tbody .taskboard-cell .tbTile div.id { display: none } | |
tbody .taskboard-cell .tbTile .work-item-type-icon-host { display: none; } | |
th.taskboard-expander.header-row { | |
width: 30px !important; | |
max-width: 30px !important; | |
min-width: 30px !important; | |
} | |
.expand-collapse-text { | |
display: none; | |
} | |
.taskboard-parent { | |
width: 30px !important; | |
} | |
.parentTbTile { | |
transform: rotate(-90deg) translate(-100%); | |
transform-origin: top left; | |
text-align: right; | |
} | |
.parentTbTile, .parentTbTile .tbTileContent { | |
border: none; | |
} | |
.parentTbTile .title { | |
font-size: 20px !important; | |
} | |
.taskboard-parent .container.witExtra, | |
.taskboard-parent .field-container | |
{ display: none; } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment