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.

167 lines
2.2 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
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-status th {
  60. border-top: 0;
  61. }
  62. .welcome-browser-controls {
  63. text-align: right;
  64. }
  65. .glyphicon.up, .glyphicon.new, .glyphicon.down {
  66. font-size: 22px;
  67. }
  68. .glyphicon.up {
  69. color: #5cb85c;
  70. }
  71. .glyphicon.new {
  72. color: #AAA;
  73. }
  74. .glyphicon.down {
  75. color: #d9534f;
  76. }
  77. #login_dialog {
  78. background: #FFF;
  79. padding: 2em;
  80. margin-top: 100px;
  81. }
  82. #login_dialog h1 {
  83. margin: 0;
  84. }
  85. /* Checks */
  86. table.table tr > th.th-name {
  87. padding-left: 21px;
  88. }
  89. .setup-link {
  90. opacity: 0;
  91. }
  92. #checks-table .indicator-cell {
  93. text-align: center;
  94. }
  95. #checks-table th {
  96. border-top: 0;
  97. }
  98. #checks-table td {
  99. vertical-align: middle;
  100. }
  101. .checks-row:hover .setup-link {
  102. opacity: 1;
  103. }
  104. .name-edit.inactive .input-name {
  105. border: 1px solid rgba(0, 0, 0, 0);
  106. background: none;
  107. box-shadow: none;
  108. }
  109. .name-edit.inactive button {
  110. opacity: 0;
  111. }
  112. .name-edit button {
  113. opacity: 1;
  114. }
  115. .url-cell {
  116. font-size: small;
  117. }
  118. td.inactive .popover {
  119. visibility: hidden;
  120. }
  121. .popover.timeout-dialog.bottom {
  122. display: block;
  123. position: absolute;
  124. top: auto;
  125. left: auto;
  126. margin-top: 32px;
  127. margin-left: -77px;
  128. }
  129. .timeout:hover {
  130. color: #337ab7;
  131. text-decoration: underline;
  132. cursor: pointer;
  133. }