You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
573 B

  1. .channels-table {
  2. margin-top: 36px;
  3. }
  4. table.channels-table > tbody > tr > th {
  5. border-top: 0;
  6. }
  7. .channels-table .channels-add-title {
  8. border-top: 0;
  9. padding-top: 20px
  10. }
  11. .channels-table .channels-add-help {
  12. color: #888;
  13. border-top: 0;
  14. }
  15. .word-up {
  16. color: #5cb85c;
  17. font-weight: bold
  18. }
  19. .word-down {
  20. color: #d9534f;
  21. font-weight: bold
  22. }
  23. .preposition {
  24. color: #888;
  25. }
  26. .channel-unconfirmed {
  27. font-size: small;
  28. }
  29. .channels-help-hidden {
  30. display: none;
  31. }
  32. .channels-table .channels-num-checks {
  33. padding-left: 40px;
  34. }