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.

69 lines
948 B

  1. .channels-table {
  2. margin-top: 36px;
  3. }
  4. .channels-table .channel-row > td {
  5. line-height: 40px;
  6. }
  7. .channels-table .channel-row:hover > td {
  8. background: #f5f5f5;
  9. }
  10. table.channels-table > tbody > tr > th {
  11. border-top: 0;
  12. }
  13. .channels-table .channels-add-title {
  14. border-top: 0;
  15. padding-top: 20px
  16. }
  17. .channels-table .channels-add-help {
  18. color: #888;
  19. border-top: 0;
  20. }
  21. .word-up {
  22. color: #5cb85c;
  23. font-weight: bold
  24. }
  25. .word-down {
  26. color: #d9534f;
  27. font-weight: bold
  28. }
  29. .preposition {
  30. color: #888;
  31. }
  32. .channel-unconfirmed {
  33. font-size: small;
  34. }
  35. .channels-help-hidden {
  36. display: none;
  37. }
  38. .edit-checks {
  39. display: inline-block;
  40. width: 120px;
  41. padding: 6px;
  42. text-align: center;
  43. line-height: 28px;
  44. border: 1px solid #FFF;
  45. color: #333;
  46. }
  47. .edit-checks:hover {
  48. text-decoration: none;
  49. color: #000;
  50. }
  51. .channel-row:hover .edit-checks {
  52. border: 1px dotted #AAA;
  53. }