style.css (615B)
1 .ko-progress-unknown { 2 display: inline-block; 3 height: 26px; 4 width: 26px; 5 background-position: 50% 50%; 6 background-repeat: no-repeat; 7 border-radius: 4px 4px 4px 4px; 8 border: 1px solid #ccc; 9 margin-bottom: -5px; 10 } 11 12 .ko-progress { 13 border-radius: 4px 4px 4px 4px; 14 border: 1px solid #ccc; 15 height: 26px; 16 line-height: 26px; 17 vertical-align: middle; 18 padding: 0 4px; 19 } 20 21 .ko-progress-bkg { 22 display: inline-block; 23 width: 100%; 24 background-color: #ccc; 25 height: 10px; 26 } 27 28 .ko-progress-bar { 29 width: 30%; 30 background-color: #888; 31 height: 100% ; 32 }