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.

107 lines
1.4 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. html, body {
  2. background: #EEE;
  3. }
  4. #pitch {
  5. text-align: center;
  6. padding: 2em 0 2em 0;
  7. }
  8. #pitch-subtitle {
  9. text-align: center;
  10. }
  11. #pitch-url {
  12. text-align: center;
  13. font-family: monospace;
  14. padding-bottom: 2em;
  15. }
  16. #welcome-status, #get-started {
  17. margin-top: 4em;
  18. }
  19. .glyphicon.up, .glyphicon.new, .glyphicon.down {
  20. font-size: 22px;
  21. }
  22. .glyphicon.up {
  23. color: #5cb85c;
  24. }
  25. .glyphicon.new {
  26. color: #AAA;
  27. }
  28. .glyphicon.down {
  29. color: #d9534f;
  30. }
  31. #login_dialog {
  32. background: #FFF;
  33. padding: 2em;
  34. margin-top: 100px;
  35. }
  36. #login_dialog h1 {
  37. margin: 0;
  38. }
  39. /* Checks */
  40. table.table tr > th.th-name {
  41. padding-left: 21px;
  42. }
  43. .setup-link {
  44. opacity: 0;
  45. }
  46. #checks-table .indicator-cell {
  47. text-align: center;
  48. }
  49. #checks-table td {
  50. vertical-align: middle;
  51. }
  52. .checks-row:hover .setup-link {
  53. opacity: 1;
  54. }
  55. .name-edit.inactive .input-name {
  56. border: 1px solid rgba(0, 0, 0, 0);
  57. background: none;
  58. box-shadow: none;
  59. }
  60. .name-edit.inactive button {
  61. opacity: 0;
  62. }
  63. .name-edit button {
  64. opacity: 1;
  65. }
  66. .url-cell {
  67. font-size: small;
  68. }
  69. td.inactive .popover {
  70. visibility: hidden;
  71. }
  72. .popover.timeout-dialog.bottom {
  73. display: block;
  74. position: absolute;
  75. top: auto;
  76. left: auto;
  77. margin-top: 32px;
  78. margin-left: -77px;
  79. }
  80. .timeout:hover {
  81. color: #337ab7;
  82. text-decoration: underline;
  83. cursor: pointer;
  84. }