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.

159 lines
2.1 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
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 {
  2. position: relative;
  3. min-height: 100%;
  4. }
  5. body {
  6. /* Margin bottom by footer height */
  7. margin-bottom: 60px;
  8. }
  9. .footer {
  10. position: absolute;
  11. bottom: 0;
  12. width: 100%;
  13. /* Set the fixed height of the footer here */
  14. height: 60px;
  15. line-height: 60px;
  16. color: #AAA;
  17. text-align: center;
  18. }
  19. .page-welcome .navbar {
  20. margin-bottom: 0;
  21. }
  22. .navbar-nav {
  23. text-transform: uppercase;
  24. font-size: small;
  25. }
  26. .navbar-text {
  27. font-size: small;
  28. }
  29. .index-bleed {
  30. background: #e5ece5;
  31. padding-bottom: 2em;
  32. }
  33. #pitch {
  34. text-align: center;
  35. padding: 72px 0;
  36. margin: 0;
  37. }
  38. #pitch-subtitle {
  39. margin-top: 0;
  40. text-align: center;
  41. }
  42. #pitch-url {
  43. text-align: center;
  44. font-family: monospace;
  45. padding-bottom: 72px;
  46. }
  47. .nav-tabs {
  48. margin-bottom: 0;
  49. }
  50. .page-welcome .highlight pre {
  51. background: #FFF;
  52. border-top: 0;
  53. border-radius: 0;
  54. border-color: #dddddd;
  55. }
  56. #welcome-status, #get-started {
  57. margin-top: 4em;
  58. }
  59. .welcome-browser-controls {
  60. text-align: right;
  61. }
  62. .glyphicon.up, .glyphicon.new, .glyphicon.down {
  63. font-size: 22px;
  64. }
  65. .glyphicon.up {
  66. color: #5cb85c;
  67. }
  68. .glyphicon.new {
  69. color: #AAA;
  70. }
  71. .glyphicon.down {
  72. color: #d9534f;
  73. }
  74. #login_dialog {
  75. background: #FFF;
  76. padding: 2em;
  77. margin-top: 100px;
  78. }
  79. #login_dialog h1 {
  80. margin: 0;
  81. }
  82. /* Checks */
  83. table.table tr > th.th-name {
  84. padding-left: 21px;
  85. }
  86. .setup-link {
  87. opacity: 0;
  88. }
  89. #checks-table .indicator-cell {
  90. text-align: center;
  91. }
  92. #checks-table td {
  93. vertical-align: middle;
  94. }
  95. .checks-row:hover .setup-link {
  96. opacity: 1;
  97. }
  98. .name-edit.inactive .input-name {
  99. border: 1px solid rgba(0, 0, 0, 0);
  100. background: none;
  101. box-shadow: none;
  102. }
  103. .name-edit.inactive button {
  104. opacity: 0;
  105. }
  106. .name-edit button {
  107. opacity: 1;
  108. }
  109. .url-cell {
  110. font-size: small;
  111. }
  112. td.inactive .popover {
  113. visibility: hidden;
  114. }
  115. .popover.timeout-dialog.bottom {
  116. display: block;
  117. position: absolute;
  118. top: auto;
  119. left: auto;
  120. margin-top: 32px;
  121. margin-left: -77px;
  122. }
  123. .timeout:hover {
  124. color: #337ab7;
  125. text-decoration: underline;
  126. cursor: pointer;
  127. }