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.

73 lines
1.0 KiB

  1. #checks-table {
  2. margin-top: 36px;
  3. }
  4. .my-checks-name.unnamed {
  5. color: #999;
  6. font-style: italic;
  7. }
  8. table.table tr > th.th-name {
  9. padding-left: 21px;
  10. }
  11. #checks-table .indicator-cell {
  12. text-align: center;
  13. }
  14. #checks-table th {
  15. border-top: 0;
  16. }
  17. #checks-table td {
  18. vertical-align: middle;
  19. }
  20. #checks-table .my-checks-name {
  21. border: 1px solid rgba(0, 0, 0, 0);
  22. padding: 6px;
  23. display: block;
  24. }
  25. #checks-table tr:hover .my-checks-name {
  26. border: 1px dotted #AAA;
  27. }
  28. .url-cell {
  29. font-size: small;
  30. position: relative;
  31. }
  32. #checks-table > tbody > tr > th.th-period {
  33. padding-left: 15px;
  34. }
  35. #checks-table .timeout-grace {
  36. border: 1px solid rgba(0, 0, 0, 0);
  37. padding: 6px;
  38. display: block;
  39. }
  40. #checks-table tr:hover .timeout-grace {
  41. border: 1px dotted #AAA;
  42. }
  43. .checks-subline {
  44. color: #888;
  45. }
  46. .check-menu {
  47. visibility: hidden;
  48. }
  49. tr:hover .check-menu {
  50. visibility: visible;
  51. }
  52. #show-urls.active, #show-emails.active {
  53. color: #333;
  54. }
  55. .my-checks-email {
  56. display: none;
  57. }