progress-box.css 632 B

12345678910111213141516171819202122232425262728293031323334
  1. /* Progress List */
  2. .progress-box li {
  3. font-size: 12px;
  4. white-space: nowrap;
  5. border-bottom: #ddd solid 1px;
  6. }
  7. .progress-box li a {
  8. padding: 10px 15px 15px !important;
  9. }
  10. .progress-box li:last-child {
  11. border-bottom: 0;
  12. }
  13. .progress-box .progress-title {
  14. margin: 0 0 5px;
  15. color: #888;
  16. }
  17. .progress-box li a:hover { text-decoration:none !important; }
  18. .progress-box .progress-title b {
  19. float: right;
  20. color: #666;
  21. }
  22. .progress-box .progress-time {
  23. float: right;
  24. opacity: .70;
  25. -moz-opacity: .70;
  26. filter: alpha(opacity: 70);
  27. }
  28. .progress-box-alt li {
  29. padding: 10px 0;
  30. border: 0;
  31. }