9 lines
545 B
CSS
9 lines
545 B
CSS
#linkButton {border-radius: 4px !important;}
|
|
tbody > tr > td > .btn-icon {margin-right: 4px;}
|
|
.table td.c-estimate {padding-right: 12px;}
|
|
#modules a.active {color: #0c64eb;}
|
|
@media (max-width: 1200px) {#storyList .c-user, #storyList .c-estimate {display: none !important;};}
|
|
@media (max-width: 1000px) {#storyList .c-status, #storyList .c-pri {display: none !important;};}
|
|
@media (max-width: 820px) {#storyList .c-sort, #storyList .c-stage {display: none !important;};}
|
|
#batchToTask .checkbox-primary {display: inline-block; margin-left: 10px;}
|