dashboard.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. /*
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. */
  15. #content #dashboard .block
  16. {
  17. background-image: none;
  18. width: 49%;
  19. }
  20. #content #dashboard .fieldlist
  21. {
  22. float: left;
  23. }
  24. #content #dashboard .fieldlist dt,
  25. #content #dashboard .fieldlist dd
  26. {
  27. display: block;
  28. float: left;
  29. }
  30. #content #dashboard .fieldlist dt
  31. {
  32. clear: left;
  33. margin-right: 2%;
  34. text-align: right;
  35. width: 23%;
  36. }
  37. #content #dashboard .fieldlist dd
  38. {
  39. width: 74%;
  40. }
  41. #content #dashboard .fieldlist .index_optimized
  42. {
  43. margin-top: 10px;
  44. }
  45. #content #dashboard .fieldlist .ico
  46. {
  47. background-image: url( ../../img/ico/slash.png );
  48. height: 20px;
  49. }
  50. #content #dashboard .fieldlist .ico.ico-1
  51. {
  52. background-image: url( ../../img/ico/tick.png );
  53. }
  54. #content #dashboard .fieldlist .ico span
  55. {
  56. display: none;
  57. }
  58. #content #dashboard #statistics .index_optimized.value a
  59. {
  60. display: none;
  61. }
  62. #content #dashboard #statistics .index_optimized.value.ico-0 a
  63. {
  64. background-color: #f0f0f0;
  65. background-image: url( ../../img/ico/hammer-screwdriver.png );
  66. background-position: 5px 50%;
  67. border: 1px solid #c0c0c0;
  68. display: block;
  69. float: left;
  70. margin-left: 50px;
  71. padding: 1px 5px;
  72. padding-left: 26px;
  73. }
  74. #content #dashboard #statistics .index_has-deletions
  75. {
  76. display: none;
  77. }
  78. #content #dashboard #statistics .index_has-deletions.value.ico-0
  79. {
  80. background-image: url( ../../img/ico/tick-red.png );
  81. }
  82. #content #dashboard #replication
  83. {
  84. float: left;
  85. }
  86. #content #dashboard #replication .is-replicating
  87. {
  88. background-position: 99% 50%;
  89. display: block;
  90. }
  91. #content #dashboard #replication #details table thead td span
  92. {
  93. display: none;
  94. }
  95. #content #dashboard #instance
  96. {
  97. float: right;
  98. }
  99. #content #dashboard #instance .dir_impl
  100. {
  101. margin-top: 10px;
  102. }
  103. #content #dashboard #healthcheck
  104. {
  105. float: right;
  106. }
  107. #content #dashboard #healthcheck .ico
  108. {
  109. background-image: url( ../../img/ico/slash.png );
  110. height: 20px;
  111. padding-left: 20px;
  112. width: 60%;
  113. }
  114. #content #dashboard #healthcheck .ico.ico-1
  115. {
  116. background-image: url( ../../img/ico/tick.png );
  117. }
  118. #content #dashboard #system h2 { background-image: url( ../../img/ico/server.png ); }
  119. #content #dashboard #statistics h2 { background-image: url( ../../img/ico/chart.png ); }
  120. #content #dashboard #replication h2 { background-image: url( ../../img/ico/node.png ); }
  121. #content #dashboard #replication.master h2 { background-image: url( ../../img/ico/node-master.png ); }
  122. #content #dashboard #replication.slave h2 { background-image: url( ../../img/ico/node-slave.png ); }
  123. #content #dashboard #instance h2 { background-image: url( ../../img/ico/server.png ); }
  124. #content #dashboard #collection h2 { background-image: url( ../../img/ico/book-open-text.png ); }
  125. #content #dashboard #shards h2 { background-image: url( ../../img/ico/documents-stack.png ); }
  126. #content #dashboard #shards { margin-left: 20px;}
  127. #dashboard #shards .shard h3.shard-title {
  128. display: block;
  129. background-color: #c8c8c8;
  130. font-weight: bold;
  131. padding: 3px;
  132. padding-left: 30px;
  133. margin-left: 20px;
  134. margin-top: 20px;
  135. background-image: url( ../../img/ico/document-text.png );
  136. background-position-x: 10px;
  137. background-position-y: 3px;
  138. }
  139. #dashboard #shards .shard .shard-detail {
  140. margin-bottom: 25px;
  141. margin-top: 7px;
  142. }
  143. #dashboard #shards .shard .replica {
  144. background-color: #e4e4e4;
  145. }
  146. #dashboard #shards .shard .replica.odd {
  147. background-color: #fff;
  148. }