collections.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  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 #collections
  16. {
  17. position: relative;
  18. }
  19. #content #collections #ui-block
  20. {
  21. background-color: #fff;
  22. height: 200px;
  23. position: absolute;
  24. left: -5px;
  25. top: 35px;
  26. width: 500px;
  27. }
  28. #content #collections #frame
  29. {
  30. float: right;
  31. width: 86%;
  32. }
  33. #content #collections #navigation
  34. {
  35. padding-top: 50px;
  36. width: 12%;
  37. }
  38. #content #collections #navigation a
  39. {
  40. padding-left: 5px;
  41. }
  42. #content #collections #frame .actions
  43. {
  44. margin-bottom: 20px;
  45. min-height: 30px;
  46. }
  47. #content #collections .actions div.action
  48. {
  49. width: 320px;
  50. }
  51. #content #collections .actions div.action .cloud
  52. {
  53. }
  54. #content #collections .actions form .directory-note
  55. {
  56. background-image: url( ../../img/ico/information-white.png );
  57. background-position: 22% 1px;
  58. color: #4D4D4D;
  59. }
  60. #content #collections .actions form .error
  61. {
  62. background-image: url( ../../img/ico/cross-button.png );
  63. background-position: 22% 1px;
  64. color: #c00;
  65. font-weight: bold;
  66. }
  67. #content #collections .actions form p
  68. {
  69. padding-bottom: 8px;
  70. }
  71. #content #collections .actions form label
  72. {
  73. float: left;
  74. padding-top: 3px;
  75. padding-bottom: 3px;
  76. text-align: right;
  77. width: 25%;
  78. }
  79. #content #collections .actions form input,
  80. #content #collections .actions form select,
  81. #content #collections .actions form .chosen-container
  82. #content #collections .actions form .buttons,
  83. #content #collections .actions form .note span
  84. {
  85. float: right;
  86. width: 71%;
  87. }
  88. #content #collections .actions form .note span
  89. {
  90. padding-left: 3px;
  91. padding-right: 3px;
  92. }
  93. #content #collections .actions form .buttons
  94. {
  95. padding-top: 10px;
  96. }
  97. #content #collections .actions form button.submit
  98. {
  99. margin-right: 20px;
  100. }
  101. #content #collections .actions form button.submit span
  102. {
  103. background-image: url( ../../img/ico/tick.png );
  104. }
  105. #content #collections .actions form button.reset span
  106. {
  107. background-image: url( ../../img/ico/cross.png );
  108. }
  109. #content #collections .actions #add
  110. {
  111. left: 0;
  112. position: absolute;
  113. }
  114. #content #collections .actions #add span
  115. {
  116. background-image: url( ../../img/ico/plus-button.png );
  117. }
  118. #content #collections .actions #delete
  119. {
  120. margin-right: 20px;
  121. }
  122. #content #collections .actions #delete span
  123. {
  124. background-image: url( ../../img/ico/cross.png );
  125. }
  126. #content #collections .actions #reload span
  127. {
  128. background-image: url( ../../img/ico/arrow-circle.png );
  129. }
  130. #content #collections .actions #rename span
  131. {
  132. background-image: url( ../../img/ico/ui-text-field-select.png );
  133. }
  134. #content #collections .actions #create-alias span
  135. {
  136. background-image: url( ../../img/ico/arrow-switch.png );
  137. }
  138. #content #collections .actions #delete-alias span
  139. {
  140. background-image: url( ../../img/ico/cross-button.png );
  141. }
  142. #content #collections .actions div.action
  143. {
  144. background-color: #fff;
  145. border: 1px solid #f0f0f0;
  146. box-shadow: 5px 5px 10px #c0c0c0;
  147. -moz-box-shadow: 5px 5px 10px #c0c0c0;
  148. -webkit-box-shadow: 5px 5px 10px #c0c0c0;
  149. position: absolute;
  150. left: 50px;
  151. top: 40px;
  152. padding: 10px;
  153. }
  154. #content #collections .actions #add-replica span
  155. {
  156. background-image: url( ../../img/ico/plus-button.png );
  157. }
  158. #content #collections div.action.add-replica {
  159. border: 1px solid #f0f0f0;
  160. width: 400px;
  161. margin-right: 0px;
  162. padding: 10px;
  163. float: right;
  164. }
  165. #content #collections div.action.add-replica p {
  166. padding-bottom: 8px;
  167. }
  168. #content #collections div.action.add-replica .buttons {
  169. float: right;
  170. }
  171. #content #collections div.action.add-replica .buttons .submit span {
  172. background-image: url( ../../img/ico/tick.png );
  173. background-position: 0% 50%;
  174. }
  175. #content #collections div.action.add-replica .buttons .reset span {
  176. background-image: url( ../../img/ico/cross.png );
  177. background-position: 0% 50%;
  178. }
  179. #content #collections #data #collection-data h2 { background-image: url( ../../img/ico/box.png ); }
  180. #content #collections #data #shard-data h2 { background-image: url( ../../img/ico/sitemap.png ); }
  181. #content #collections #data #shard-data .replica h2 { background-image: url( ../../img/ico/node-slave.png ); }
  182. #content #collections #data #index-data
  183. {
  184. margin-top: 10px;
  185. }
  186. #content #collections #data li
  187. {
  188. padding-bottom: 3px;
  189. padding-top: 3px;
  190. }
  191. #content #collections #data li.odd
  192. {
  193. background-color: #f8f8f8;
  194. }
  195. #content #collections #data li dt
  196. {
  197. float: left;
  198. width: 50%;
  199. }
  200. #content #collections #data li dd
  201. {
  202. float: right;
  203. width: 50%;
  204. }
  205. #content #collections #data li dd.ico
  206. {
  207. background-image: url( ../../img/ico/slash.png );
  208. height: 20px;
  209. }
  210. #content #collections #data li dd.ico.ico-1
  211. {
  212. background-image: url( ../../img/ico/tick.png );
  213. }
  214. #content #collections #data li dd.ico span
  215. {
  216. }
  217. #content #collections #add_advanced {
  218. background-image: url( ../../img/ico/chevron-small-expand.png );
  219. background-position: 100% 50%;
  220. cursor: pointer;
  221. padding-right: 21px;
  222. }
  223. #content #collections #add_advanced.open {
  224. background-image: url( ../../img/ico/chevron-small.png );
  225. }
  226. #content #collections .shard {
  227. margin-left: 40px;
  228. }
  229. #content #collections .replica {
  230. margin-left: 40px;
  231. }
  232. #content #collections .shard h2 span.openReplica {
  233. background-image: url( ../../img/ico/chevron-small-expand.png );
  234. background-position: 100% 50%;
  235. cursor: pointer;
  236. padding-right: 21px;
  237. }
  238. #content #collections .shard h2 span.openReplica .open {
  239. background-image: url( ../../img/ico/chevron-small.png );
  240. }
  241. #content #collections .replica h2 span {
  242. background-image: url( ../../img/ico/chevron-small-expand.png );
  243. background-position: 100% 50%;
  244. cursor: pointer;
  245. padding-right: 21px;
  246. }
  247. #content #collections .replica h2 span.rem {
  248. background-image: url( ../../img/ico/cross.png );
  249. background-position: 100% 50%;
  250. cursor: pointer;
  251. padding-right: 21px;
  252. right:10px;
  253. }
  254. #content #collections .shard h2 span.rem {
  255. background-image: url( ../../img/ico/cross.png );
  256. background-position: 100% 50%;
  257. cursor: pointer;
  258. padding-right: 21px;
  259. right:10px;
  260. }
  261. #content #collections .replica h2 span .open {
  262. background-image: url( ../../img/ico/chevron-small.png );
  263. }
  264. #content #collections #add-replica {
  265. float: right;
  266. }
  267. #content #collections .add select {
  268. width: 100%;
  269. }
  270. #content #collections .chosen-container ul {
  271. width: 100%;
  272. padding: 5px;
  273. }
  274. #content #collections .delete-replica span
  275. {
  276. background-image: url( ../../img/ico/cross.png );
  277. }
  278. #content #collections .delete-replica button.submit span
  279. {
  280. background-image: url( ../../img/ico/tick.png );
  281. }
  282. #content #collections .delete-shard span
  283. {
  284. background-image: url( ../../img/ico/cross.png );
  285. }
  286. #content #collections .delete-shard button.submit span
  287. {
  288. background-image: url( ../../img/ico/tick.png );
  289. }
  290. #content #collections #node-name .chosen-container
  291. {
  292. width: 100% !important;
  293. }
  294. #content #collections #collection-data {
  295. float: left;
  296. width: 35%;
  297. }
  298. #content #collections #shard-data {
  299. float: left;
  300. width: 65%;
  301. }