app.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. /**
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. */
  18. .navbar {
  19. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  20. }
  21. .navbar .brand {
  22. color: #666666;
  23. display: block;
  24. font-size: 16px;
  25. font-weight: normal;
  26. line-height: 1;
  27. margin-left: 0;
  28. margin-right: 40px;
  29. margin-top: 3px;
  30. padding: 14px 10px;
  31. }
  32. .navbar-inner {
  33. background: linear-gradient(#FAFAFA, #EAEAEA) repeat scroll 0 0 transparent;
  34. background: -moz-linear-gradient(#FAFAFA, #EAEAEA) repeat scroll 0 0 transparent;
  35. background: -webkit-linear-gradient(#FAFAFA, #EAEAEA) repeat scroll 0 0 transparent;
  36. border-radius: 0;
  37. border: 1px solid #bbb;
  38. border-width: 0 0 1px 0;
  39. }
  40. .navbar .nav {
  41. float: none;
  42. overflow: hidden;
  43. }
  44. .navbar .nav .active > a, .navbar .nav .active > a:hover {
  45. background-color: #999999;
  46. color: #FFFFFF;
  47. text-decoration: none;
  48. }
  49. .navbar .nav > li > a {
  50. border-radius: 8px;
  51. -webkit-border-radius: 8px;
  52. -moz-border-radius: 8px;
  53. font-size: 13px;
  54. font-weight: bold;
  55. line-height: 19px;
  56. margin: 6px 10px 6px 0;
  57. padding: 8px 14px;
  58. text-decoration: none;
  59. text-shadow: none;
  60. }
  61. .navbar .nav > li > a:hover {
  62. background-color: transparent;
  63. color: #999999;
  64. text-decoration: none;
  65. }
  66. .navbar .brand {
  67. margin-right: 40px;
  68. }
  69. .navbar #logo {
  70. float: left;
  71. padding-top: 7px;
  72. height: 36px;
  73. }
  74. .navbar .nav > li.right {
  75. float: right;
  76. }
  77. /*Box styles*/
  78. .box {
  79. border: 1px solid #5fa3c3;
  80. margin-bottom: 20px;
  81. }
  82. .box-header,
  83. .box-footer {
  84. padding: 10px;
  85. background: #dedede;
  86. }
  87. .box-footer hr {
  88. margin: 0px;
  89. }
  90. .box-header:after,
  91. .box-footer:after {
  92. content: "";
  93. display: table;
  94. clear: both;
  95. }
  96. .box-header .btn-group {
  97. float: right;
  98. }
  99. .box-header h4 {
  100. float: left;
  101. }
  102. .alerts {
  103. margin: 0px;
  104. }
  105. .alerts li {
  106. border-bottom: 1px solid #b7b9bb;
  107. list-style: none;
  108. padding: 5px 10px 5px 43px;
  109. }
  110. .alerts li.status-ok {
  111. background: url("../img/status-ok.jpg") no-repeat 14px 9px;
  112. }
  113. .alerts li.status-corrupt {
  114. background: url("../img/status-corrupt.jpg") no-repeat 14px 9px;
  115. }
  116. .alerts li .date-time {
  117. float: right;
  118. }
  119. .go-to {
  120. float: right;
  121. background: url("../img/arrow-right.png") no-repeat right center;
  122. padding-right: 40px;
  123. margin-top: 20px;
  124. }
  125. /*Services*/
  126. .service-summary {
  127. background: #F6FAFD;
  128. }
  129. .service-block {
  130. padding: 10px;
  131. }
  132. .service-configuration {
  133. padding: 10px;
  134. }
  135. .service-summary .service-block.span8{
  136. margin-left: 0;
  137. border-right: 1px solid #5fa3c3;
  138. }
  139. .service-summary .service-block.span3{
  140. padding-left: 0;
  141. }
  142. .service-summary .service-content{
  143. padding: 5px 0 0 10px;
  144. }
  145. .service-summary h5{
  146. color: #0088CC;
  147. font-size: 14px;
  148. }
  149. .service-summary .service-links{
  150. padding: 5px 0 10px 0;
  151. }
  152. .service-summary .service-content .service-links{
  153. padding: 5px 0;
  154. }
  155. .service-configuration .dl-horizontal dt{
  156. width: 90px;
  157. line-height: 19px;
  158. }
  159. .service-configuration .dl-horizontal dd{
  160. margin-left: 100px;
  161. line-height: 19px;
  162. }
  163. .service-button {
  164. text-align: right;
  165. margin-bottom: 5px;
  166. }
  167. .add-service-button {
  168. position: relative;
  169. }
  170. .add-service-button a{
  171. position: absolute;
  172. right: 0;
  173. top: -55px;
  174. }
  175. /*End Services*/
  176. /*Hosts*/
  177. #hosts .box-header .btn-group {
  178. float: left;
  179. }
  180. #hosts .box-header .btn.decommission{
  181. margin-left: 5px;
  182. }
  183. #hosts .box-header .btn.add-host-button{
  184. float: right;
  185. }
  186. #hosts .table{
  187. margin-bottom: 0;
  188. }
  189. #hosts .table thead{
  190. background: #EDF5FC;
  191. }
  192. #hosts .nav-pills li.disabled{
  193. display: block;
  194. margin: 2px 0;
  195. padding: 8px 12px;
  196. line-height: 14px;
  197. }
  198. #hosts .box-footer .footer-pagination{
  199. float: right;
  200. }
  201. /*End Hosts*/