2012-09-20 14:01:21 +12:00
|
|
|
#page-report-completion-index table#completion-progress {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-report-completion-index .export-actions {
|
|
|
|
text-align: center;
|
2015-11-17 15:32:12 +00:00
|
|
|
list-style: none;
|
2012-09-20 14:01:21 +12:00
|
|
|
}
|
2016-12-23 15:06:12 +00:00
|
|
|
|
|
|
|
#page-report-completion-index .criterianame,
|
|
|
|
#page-report-completion-index .criteriaicon,
|
|
|
|
#page-report-completion-index .completion-progresscell {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Custom CSS for rotated header.. */
|
|
|
|
#page-report-completion-index .rotated-text-container {
|
|
|
|
display: inline-block;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*rtl:begin:ignore*/
|
|
|
|
#page-report-completion-index .rotated-text {
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
transform: translate(0, 100%) rotate(-90deg);
|
|
|
|
transform-origin: 0 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-report-completion-index .rotated-text:after {
|
|
|
|
content: "";
|
|
|
|
float: left;
|
|
|
|
margin-top: 100%;
|
2014-04-22 15:06:23 +08:00
|
|
|
}
|
2016-12-23 15:06:12 +00:00
|
|
|
/*rtl:end:ignore*/
|