hbase.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  1. /*
  2. Licensed to Cloudera, Inc. under one
  3. or more contributor license agreements. See the NOTICE file
  4. distributed with this work for additional information
  5. regarding copyright ownership. Cloudera, Inc. 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. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. */
  16. .hbase-page {
  17. display: none;
  18. }
  19. .hbase-page.active {
  20. display: block;
  21. }
  22. ul#hbase-breadcrumbs li a {
  23. line-height: 18px;
  24. }
  25. .actionbar .well,.actionbar .well-small {
  26. line-height: 30px;
  27. }
  28. .isLoading {
  29. opacity: .5 !important;
  30. background: url(/static/art/spinner.gif) center center no-repeat;
  31. }
  32. .smartview {
  33. padding:0px;
  34. }
  35. .smartview .smartview-row {
  36. padding:0px;
  37. font-size:0px;
  38. margin:0px;
  39. border: 1px solid #ccc;
  40. margin-bottom: -1px;
  41. position: relative;
  42. }
  43. .smartview .smartview-row input[type="checkbox"] {
  44. border:solid 1px #ccc;
  45. border-radius: 0px;
  46. margin: 0px;
  47. padding: 0px;
  48. }
  49. .smartview .smartview-row h5 {
  50. padding:0px 10px;
  51. line-height: 40px;
  52. background:#ddd;
  53. margin:0px;
  54. border-bottom: solid 1px #ccc;
  55. background-color: #f5f5f5;
  56. background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  57. background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  58. background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  59. background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  60. background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  61. background-repeat: repeat-x;
  62. filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  63. filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  64. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  65. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  66. box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  67. cursor:pointer;
  68. font-weight: normal;
  69. }
  70. .smartview .smartview-row.selected h5 > code {
  71. color: #355EDB;
  72. border-color: #6872AD;
  73. }
  74. .smartview .smartview-row-controls {
  75. display: none;
  76. }
  77. .smartview .smartview-row-controls.controls-hover-bottom {
  78. position: absolute;
  79. bottom: 0px;
  80. right:5px;
  81. z-index: 10;
  82. }
  83. .smartview .smartview-row.selected .smartview-row-controls, .smartview-row:hover .smartview-row-controls {
  84. display: inline;
  85. }
  86. .smartview .smartview-row.selected h5 > i {
  87. color: #355EDB;
  88. }
  89. .smartview ul.smartview-cells {
  90. border-top:solid 1px #ccc;
  91. width:100%;
  92. overflow-x:auto;
  93. overflow-y:hidden;
  94. height:auto;
  95. white-space: nowrap;
  96. list-style: none;
  97. margin: 0px;
  98. padding:0px;
  99. margin-right:-1px;
  100. display:block;
  101. background: #ddd;
  102. min-height: 68px;
  103. }
  104. .smartview ul.smartview-cells > li {
  105. position: relative;
  106. border-right:solid 1px #ccc;
  107. background: #efefef;
  108. color:#000;
  109. font-size:12px;
  110. overflow: hidden;
  111. padding:0px;
  112. height:100%;
  113. max-width:200px;
  114. max-height: 200px;
  115. display:table-cell;
  116. min-width: 140px;
  117. border-top:0px;
  118. }
  119. .smartview ul.smartview-cells > li > div {
  120. position: relative;
  121. height: 100%;
  122. }
  123. .smartview ul.smartview-cells > li.active {
  124. border-top:solid 3px #4C62E6;
  125. }
  126. .smartview ul.smartview-cells > li:hover, .smartview ul.smartview-cells > li.active {
  127. cursor: pointer;
  128. background: #fcfcfc;
  129. }
  130. .smartview ul.smartview-cells > li:hover .label.timestamp, .smartview ul.smartview-cells > li.active .label.timestamp {
  131. display: block;
  132. color:#555;
  133. border:solid 1px #ccc;
  134. }
  135. .smartview ul.smartview-cells > li:hover a.corner-btn {
  136. display: block;
  137. }
  138. .smartview ul.smartview-cells > li:hover a.corner-btn:hover {
  139. color:#000;
  140. }
  141. .smartview ul.smartview-cells > li h6 {
  142. padding:6px;
  143. margin:0px;
  144. color:#3a3a3a;
  145. background:#fafafa;
  146. border-bottom: solid 1px #ccc;
  147. white-space: nowrap;
  148. }
  149. .smartview ul.smartview-cells > li.active h6 {
  150. color:#4C62E6;
  151. }
  152. .smartview ul.smartview-cells > li .timestamp {
  153. position: absolute;
  154. bottom:-2px;
  155. right:-2px;
  156. display: none;
  157. }
  158. .smartview ul.smartview-cells > li .corner-btn {
  159. position: absolute;
  160. top:5px;
  161. right:5px;
  162. font-size:12px;
  163. color:#333;
  164. text-decoration: none;
  165. display: none;
  166. padding:0px 6px;
  167. }
  168. .smartview ul.smartview-cells > li pre {
  169. border-radius: 0px;
  170. border:none;
  171. background:transparent;
  172. display:block;
  173. padding:5px;
  174. margin: 5px;
  175. height: 100%;
  176. font-size:11px;
  177. line-height: 13px;
  178. color: #777;
  179. border: dashed 1px #ccc;
  180. }
  181. .smartview ul.smartview-cells > li > div > textarea {
  182. display: block;
  183. border-radius: 0px;
  184. outline: none;
  185. width: 100%;
  186. min-width: 200px;
  187. outline-color: transparent;
  188. outline-style: none;
  189. width: auto;
  190. border: none;
  191. }
  192. .smartview ul.smartview-cells > li pre:hover {
  193. background: #BAD0FF;
  194. }
  195. .smartview ul.smartview-cells > li > pre:hover, .smartview ul.smartview-cells > li.active pre {
  196. color:#333;
  197. }
  198. .smartview ul.smartview-cells > li .label {
  199. background:#ddd;
  200. font-size: 11px;
  201. text-shadow:none;
  202. font-weight: 400;
  203. }
  204. .smartview ul.smartview-cells li.new_column_cell {
  205. vertical-align:middle;
  206. width:120px;
  207. }
  208. .smartview ul.smartview-cells li.new_column_cell a {
  209. text-align: center;
  210. font-size:24px;
  211. display:block;
  212. width:100%;
  213. height:100%;
  214. text-decoration: none;
  215. }
  216. .subnav {
  217. padding:5px 0px;
  218. line-height:30px;
  219. border:none;
  220. }
  221. .subnav select, .subnav input, .well input, .well select, .smartview select, .smartview .smartview-row-controls input {
  222. margin:0px;
  223. }
  224. .ui-autocomplete {
  225. z-index:10000 !important;
  226. }
  227. .btn-group {
  228. display:inline-block;
  229. line-height: 1em;
  230. }
  231. .footer-slider {
  232. white-space: nowrap;
  233. overflow-x: auto;
  234. width: 70%;
  235. float:left;
  236. }
  237. .footer-slider code {
  238. cursor:pointer;
  239. }
  240. #searchbar-main {
  241. display: inline;
  242. background: #fff;
  243. line-height: 1em;
  244. margin-right: 10px;
  245. -webkit-appearance: none;
  246. -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  247. -webkit-rtl-ordering: logical;
  248. -webkit-transition-delay: 0s, 0s;
  249. -webkit-transition-duration: 0.2s, 0.2s;
  250. -webkit-transition-property: border, box-shadow;
  251. -webkit-transition-timing-function: linear, linear;
  252. -webkit-user-select: text;
  253. -webkit-writing-mode: horizontal-tb;
  254. background-color: rgb(255, 255, 255);
  255. border-bottom-color: rgb(204, 204, 204);
  256. border-bottom-left-radius: 3px;
  257. border-bottom-style: solid;
  258. border-bottom-width: 1px;
  259. border-image-outset: 0px;
  260. border-image-repeat: stretch;
  261. border-image-slice: 100%;
  262. border-image-source: none;
  263. border-image-width: 1;
  264. border-left-color: rgb(204, 204, 204);
  265. border-left-style: solid;
  266. border-left-width: 1px;
  267. border-right-color: rgb(204, 204, 204);
  268. border-right-style: solid;
  269. border-right-width: 1px;
  270. border-top-color: rgb(204, 204, 204);
  271. border-top-left-radius: 3px;
  272. border-top-style: solid;
  273. border-top-width: 1px;
  274. box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  275. color: rgb(85, 85, 85);
  276. cursor: auto;
  277. display: inline-block;
  278. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  279. font-size: 14px;
  280. font-weight: normal;
  281. height: 20px;
  282. letter-spacing: normal;
  283. line-height: 25px;
  284. margin-bottom: 0px;
  285. margin-left: 0px;
  286. margin-right: 0px;
  287. margin-top: 0px;
  288. padding-bottom: 4px;
  289. padding-left: 6px;
  290. padding-right: 6px;
  291. padding-top: 4px;
  292. text-align: start;
  293. text-indent: 0px;
  294. text-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
  295. text-transform: none;
  296. transition-delay: 0s, 0s;
  297. transition-duration: 0.2s, 0.2s;
  298. transition-property: border, box-shadow;
  299. transition-timing-function: linear, linear;
  300. vertical-align: middle;
  301. height:36px;
  302. font-size: 18px;
  303. white-space: nowrap;
  304. position: relative;
  305. overflow: hidden;
  306. }
  307. #search-tags {
  308. display: block;
  309. margin: 0px;
  310. padding: 0px;
  311. outline: none;
  312. list-style: none;
  313. width: 100%;
  314. height: 100%;
  315. }
  316. #search-tags > span {
  317. color: #d14;
  318. }
  319. #search-tags span {
  320. margin: 1px;
  321. padding: 2px;
  322. }
  323. #search-tags span:hover {
  324. margin: 0px;
  325. border: dashed 1px #5D6F8C;
  326. }
  327. #search-tags > span > span {
  328. padding: 0px 3px;
  329. border-radius: 3px;
  330. }
  331. #search-tags span.columns {
  332. color: #fff;
  333. background: #3FA3D9;
  334. }
  335. #search-tags span.scan {
  336. color: #fff;
  337. background: #EDA11F;
  338. padding: 0px 3px;
  339. border-radius: 3px;
  340. }
  341. #search-tags span.prefix {
  342. color: #fff;
  343. background: #5EB568;
  344. }
  345. #search-tags span.filter
  346. {
  347. color: #2DA2E0;
  348. }
  349. #search-tags span.filter span.compare_op
  350. {
  351. color: #8746DB;
  352. }
  353. #search-tags span.filter span.arg
  354. {
  355. color: #8746DB;
  356. }
  357. #search-tags span.filter span.linker
  358. {
  359. color: #46A35C;
  360. }
  361. #search-tags span.selection, #search-typeahead span.selection
  362. {
  363. background: yellow;
  364. border: none;
  365. border-radius: 0px;
  366. min-width: 1px;
  367. padding:0px;
  368. }
  369. #search-typeahead {
  370. position: absolute;
  371. z-index: 10000;
  372. margin: 0px;
  373. padding: 0px;
  374. padding-top: 1px;
  375. list-style: none;
  376. margin-top: 40px;
  377. }
  378. #search-typeahead li:first-child a {
  379. overflow: auto;
  380. background: #fff;
  381. color: #3a3a3a;
  382. border-top: solid 1px #ccc;
  383. background: #eee;
  384. }
  385. #search-typeahead li a {
  386. padding: 5px;
  387. background: #fff;
  388. margin-top: -1px;
  389. border:solid 1px #ccc;
  390. text-decoration: none;
  391. display:block;
  392. width: 402px;
  393. cursor: pointer;
  394. }
  395. #search-typeahead li a.active {
  396. background: rgb(1, 99, 156);
  397. color: #fff;
  398. font-weight: bold;
  399. }
  400. #searchbar-main input[type=text].tag-searchbar {
  401. border: 0px;
  402. background: transparent;
  403. box-shadow: none;
  404. border:none;
  405. msargin-right:15%;
  406. padding:0px;
  407. display: inline-block;
  408. border-radius: 0px;
  409. overflow: hidden;
  410. width:100%;
  411. }
  412. #searchbar-main input[type=text].tag-searchbar.active {
  413. color:#fff;
  414. width:1px;
  415. background: #fff;
  416. opacity: .1;
  417. }
  418. #searchbar-main small {
  419. color: #bbb;
  420. }
  421. #searchbar-main i.tagIndicator {
  422. color: #000;
  423. padding: 0px !important;
  424. border: 0px;
  425. margin: 0px;
  426. background: black !important;
  427. display: inline-block;
  428. width: 1px;
  429. height: 1em;
  430. border:none !important;
  431. animation: blink 1.5s steps(2, start) infinite;
  432. -webkit-animation: blink 1.5s steps(2, start) infinite;
  433. -moz-animation: blink 1.5s steps(2, start) infinite;
  434. font-weight: 100;
  435. }
  436. @keyframes blink {
  437. to {
  438. visibility: hidden;
  439. }
  440. }
  441. @-webkit-keyframes blink {
  442. to {
  443. visibility: hidden;
  444. }
  445. }
  446. #cluster-menu {
  447. font-size:14px;
  448. }
  449. #cell_edit_modal {
  450. width: 80%;
  451. left: 10%;
  452. margin-left: 0px;
  453. max-height:100%;
  454. top: 10%;
  455. margin-top:0px;
  456. overflow: visible;
  457. }
  458. #cell_edit_modal iframe {
  459. min-height: 600px;
  460. }
  461. #cell_edit_modal .CodeMirror {
  462. height:100%;
  463. }
  464. #cell_edit_modal .modal-body {
  465. max-height: 600px;
  466. }
  467. textarea {
  468. -webkit-box-sizing: border-box;
  469. -moz-box-sizing: border-box;
  470. box-sizing: border-box;
  471. }
  472. #column-family-selectors {
  473. margin-left: 10px;
  474. line-height: 30px;
  475. display: inline-block;
  476. }
  477. .loader-main {
  478. font-size: 50px;
  479. }
  480. #new_table_modal ul
  481. {
  482. list-style-type: none;
  483. padding: 0px;
  484. margin: 0px;
  485. }
  486. .add-on
  487. {
  488. border-radius: 1.5em;
  489. border-bottom-left-radius: 0px;
  490. border-top-left-radius: 0px;
  491. padding: .5em 1em .5em .8em;
  492. margin-left:-1px;
  493. }
  494. .add-on i
  495. {
  496. font-size: 17px;
  497. }
  498. .search-remove
  499. {
  500. position: relative;
  501. right: 25px;
  502. top: 3px;
  503. text-decoration: none;
  504. cursor: pointer;
  505. color: #ccc;
  506. z-index: 100;
  507. width: 0px;
  508. height: 0px;
  509. overflow: visible;
  510. display: block;
  511. }
  512. .search-remove:hover
  513. {
  514. color: #777;
  515. text-decoration: none;
  516. }
  517. #search-typeahead .search-suggestion a
  518. {
  519. color: #eee;
  520. background: #333;
  521. border-color: #777;
  522. }
  523. #search-typeahead .search-suggestion.active a
  524. {
  525. background: #3CA3E8;
  526. border-color: #3CA3E8;
  527. color:#fff;
  528. }
  529. #search-typeahead .search-suggestion-header a
  530. {
  531. padding: 5px;
  532. color: #4DB8EA;
  533. font-weight: bold;
  534. background: #292b2d; /* Old browsers */
  535. background: -moz-linear-gradient(top, #292b2d 0%, #000000 100%); /* FF3.6+ */
  536. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292b2d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  537. background: -webkit-linear-gradient(top, #292b2d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  538. background: -o-linear-gradient(top, #292b2d 0%,#000000 100%); /* Opera 11.10+ */
  539. background: -ms-linear-gradient(top, #292b2d 0%,#000000 100%); /* IE10+ */
  540. background: linear-gradient(to bottom, #292b2d 0%,#000000 100%); /* W3C */
  541. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292b2d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  542. border-color: #333;
  543. box-shadow: 0px 3px 5px rgba(0,0,0,.3);
  544. }