????
Current Path : C:/inetpub/vhost/redmine/public/themes/openmind/scss/application/ |
Current File : C:/inetpub/vhost/redmine/public/themes/openmind/scss/application/_progressbar.scss |
/***** Progress bar *****/ table.progress { border-collapse: collapse; border-spacing: 0pt; empty-cells: show; text-align: center; float: left; margin: 1px 6px 1px 0px; width: 80px; td { height: 1em; &.closed { background: #86da86 none repeat scroll 0%; } &.done { background: #D3EDD3 none repeat scroll 0%; } &.todo { background: #ccc none repeat scroll 0%; } } } p { &.percent { font-size: 80%; margin: 0; } &.progress-info { clear: left; font-size: 80%; margin-top: -4px; color: #777; } } .version-overview table.progress { width: 40em; td { height: 1.2em; } }