beeswax.css 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183
  1. /* potential hue styles */
  2. div.beeswax dt.hue-dt_cap {
  3. text-shadow: 1px 1px #666;
  4. background: #999;
  5. padding: 4px 8px;
  6. border-radius: 2px 2px 0px 0px;
  7. -moz-border-radius: 2px 2px 0px 0px;
  8. -webkit-border-radius: 2px 2px 0px 0px;
  9. text-align:right;
  10. color: #fff;
  11. font-size: 12px;
  12. margin: 8px 0px 0px;
  13. }
  14. div.beeswax dd.hue-dd_bottom {
  15. border: 1px solid #999;
  16. border-radius: 0px 0px 2px 2px;
  17. -moz-border-radius: 0px 0px 2px 2px;
  18. -webkit-border-radius: 0px 0px 2px 2px;
  19. padding: 8px;
  20. font-size: 10px;
  21. background: #f3f3f3;
  22. overflow: auto;
  23. }
  24. /* global beeswax styles*/
  25. div.beeswax .beeswax_logo {
  26. position: absolute;
  27. top: 24px;
  28. left: 14px;
  29. z-index: 1;
  30. }
  31. div.beeswax .bw-nav {
  32. position: relative;
  33. top: 24px;
  34. left: 80px;
  35. }
  36. div.beeswax a.bw-nav_icon {
  37. padding: 6px 8px 6px 25px;
  38. height: 25px;
  39. }
  40. div.beeswax a.bw-new_table_nav {
  41. background: url(/static/art/icons/database_add.png) no-repeat;
  42. }
  43. div.beeswax a.bw-tables_nav {
  44. background: url(/static/art/icons/table_multiple.png) no-repeat;
  45. }
  46. div.beeswax a.bw-my_queries_nav {
  47. background: url(/static/art/led-icons/star_2.png) no-repeat;
  48. }
  49. div.beeswax a.bw-queries_nav {
  50. background: url(/static/art/icons/application_form_edit.png) no-repeat;
  51. }
  52. div.beeswax a.bw-query_nav {
  53. background: url(/static/art/icons/application_form_magnify.png) no-repeat;
  54. }
  55. div.beeswax a.bw-new_report_gen_nav {
  56. background: url(/static/art/icons/layout_add.png) no-repeat;
  57. }
  58. div.beeswax a.bw-history_nav {
  59. background: url(/static/art/led-icons/clock.png) no-repeat;
  60. }
  61. div.beeswax a.bw-config_nav {
  62. background: url(/static/art/icons/cog.png) no-repeat;
  63. }
  64. div.beeswax a.jframe-refresh.large {
  65. height: 25px;
  66. }
  67. div.beeswax .bw-nav li {
  68. float: left;
  69. }
  70. div.beeswax .bw-actions ul {
  71. margin-top: -8px;
  72. }
  73. div.beeswax .bw-actions ul li a {
  74. margin-top: 8px;
  75. color: #457396;
  76. text-shadow: 1px 1px #d0e6f7;
  77. border: 1px solid #6a8fab;
  78. background-color: #9acef5;
  79. display: block;
  80. padding: 4px 4px 4px 25px;
  81. border-radius: 5px;
  82. -moz-border-radius: 5px;
  83. -webkit-border-radius: 5px;
  84. }
  85. /* welcome screen */
  86. div.beeswax div.bw-welcome {
  87. background: url(../art/icon_huge.png) no-repeat top left;
  88. width: 520px;
  89. height: 168px;
  90. margin: 20px auto;
  91. padding-left: 140px;
  92. }
  93. div.beeswax div.bw-welcome h2 {
  94. font-size: 28px;
  95. margin: 0px 0px 5px 17px;
  96. position: relative;
  97. padding-top: 10px;
  98. }
  99. div.beeswax div.bw-welcome p {
  100. margin-left: 17px;
  101. }
  102. div.beeswax div.bw-welcome a {
  103. float: left;
  104. display: block;
  105. width: 251px;
  106. height: 75px;
  107. overflow: hidden;
  108. text-indent: -255px;
  109. margin-top: 10px;
  110. }
  111. div.beeswax div.bw-welcome a.bw-import-button {
  112. margin-left: 5px;
  113. background: url(../art/import_data.png) no-repeat;
  114. }
  115. div.beeswax div.bw-welcome a.bw-load-sample-button {
  116. background: url(../art/load_samples.png) no-repeat;
  117. }
  118. /* breadcrumb */
  119. div.beeswax ul[data-filters*=Breadcrumb] {
  120. position: absolute;
  121. top: 57px;
  122. left: 80px;
  123. margin: 0 auto;
  124. z-index: 0;
  125. }
  126. div.beeswax ul[data-filters*=Breadcrumb] li {
  127. float: left;
  128. height: 23px;
  129. background: url(../art/breadcrumb.png) top right;
  130. position: relative;
  131. margin-left: -16px;
  132. padding-left: 12px;
  133. }
  134. div.beeswax ul[data-filters*=Breadcrumb] li.tabSelected {
  135. background: url(../art/breadcrumb.png) right -23px;
  136. }
  137. div.beeswax ul[data-filters*=Breadcrumb] li.hue-bc-error {
  138. background: url(../art/breadcrumb.png) right 23px;
  139. }
  140. div.beeswax ul[data-filters*=Breadcrumb] li:first-child {
  141. margin-left: 0px;
  142. border-radius: 4px;
  143. -moz-border-radius: 4px;
  144. -webkit-border-radius: 4px;
  145. }
  146. div.beeswax ul[data-filters*=Breadcrumb] li a {
  147. line-height: 23px;
  148. color: #000;
  149. padding: 0px 16px 0px 8px;
  150. text-shadow: 0px 1px #ccc;
  151. }
  152. div.beeswax ul[data-filters*=Breadcrumb] li a:hover {
  153. text-decoration: none;
  154. }
  155. /* breadcrumb form*/
  156. div.beeswax div.hue-bc-section dt {
  157. font-size: 18px;
  158. font-weight: bold;
  159. }
  160. div.beeswax div.hue-bc-section {
  161. background: url(../art/icon_huge.png) no-repeat;
  162. min-height: 165px;
  163. padding-left: 170px;
  164. padding-top: 10px;
  165. margin-bottom:40px;
  166. }
  167. div.beeswax div.hue-bc-section dl dt {
  168. font-size: 16px;
  169. margin-top: 4px;
  170. }
  171. div.beeswax div.hue-bc-section input {
  172. font-size: 16px;
  173. width: 250px;
  174. }
  175. div.beeswax div.hue-bc-section label.overTxtLabel {
  176. font-size: 12px;
  177. margin-top: 6px;
  178. }
  179. div.beeswax .hue-select-with-other input {
  180. display: none;
  181. }
  182. div.beeswax .hue-select-with-other select {
  183. font-size: 16px;
  184. width: 250px;
  185. }
  186. /* multi-part form */
  187. div.beeswax a.hue-multipart-next, div.beeswax .bw-add_column button, div.beeswax input.bw-create_table_submit {
  188. font-size: 16px;
  189. font-weight: bold;
  190. color: #457396;
  191. text-shadow: 1px 1px #d0e6f7;
  192. border: 2px solid #6a8fab;
  193. background: #9acef5;
  194. border-radius: 12px;
  195. -moz-border-radius: 12px;
  196. -webkit-border-radius: 12px;
  197. padding: 2px 8px;
  198. position: absolute;
  199. right: 15px;
  200. margin-top: 8px;
  201. }
  202. a.hue-multipart-next:hover, div.beeswax .bw-add_column button:hover, div.beeswax input.bw-create_table_submit:hover {
  203. text-decoration: none;
  204. color: #003f6f;
  205. text-shadow: 1px 1px #d0e6f7;
  206. border: 2px solid #003f6f;
  207. background: #75bcf1;
  208. }
  209. /* create table form */
  210. div.beeswax dl.bw-table-setup .hue-help_link, div.beeswax div.bw-choose-file .hue-help_link {
  211. position: relative;
  212. top: -4px;
  213. padding-left: 1px;
  214. }
  215. div.beeswax dl.bw-table-setup, div.beeswax div.bw-choose-file, div.beeswax div.bw-choose-delimiter {
  216. width: 600px;
  217. margin: 10px auto;
  218. }
  219. div.beeswax div.bw-define-columns {
  220. width: 900px;
  221. margin: 10px auto;
  222. }
  223. div.beeswax .bw-format input {
  224. position: absolute;
  225. top: -10000px;
  226. }
  227. div.beeswax .bw-format {
  228. margin-top: 10px;
  229. }
  230. div.beeswax .bw-format dt label {
  231. clear: both;
  232. float: left;
  233. width: 90px;
  234. margin-right: 10px;
  235. cursor: pointer;
  236. position: relative;
  237. z-index: 1;
  238. }
  239. div.beeswax .bw-format dd {
  240. margin: 13px 0;
  241. }
  242. div.beeswax .bw-format .validation-advice {
  243. position:absolute;
  244. text-align:left;
  245. text-shadow:none;
  246. top:71px;
  247. left: 0px;
  248. width:400px;
  249. }
  250. div.beeswax ul.bw-config-data dl dt {
  251. margin-top: 10px;
  252. }
  253. div.beeswax .bw-delim-options input {
  254. margin: 5px 0;
  255. }
  256. div.beeswax .bw-file_formats input, div.beeswax .hue-bc-section input[type=checkbox] {
  257. position: absolute;
  258. top: -10000px;
  259. }
  260. div.beeswax .bw-file_formats ul {
  261. margin: 10px 0 0;
  262. }
  263. div.beeswax .bw-file_formats li {
  264. margin: 4px 0;
  265. width: 200px;
  266. }
  267. div.beeswax .bw-file_formats label, div.beeswax .bw-format dt label, div.beeswax .bw-default_location label, div.beeswax .bw-partition_key label, div.beeswax .bw-import_data label, div.beeswax .bw-confirm_delim label, div.beeswax .bw-show_hive label {
  268. user-select: none;
  269. -moz-user-select: none;
  270. -webkit-user-select: none;
  271. border-radius: 5px;
  272. -moz-border-radius: 5px;
  273. -webkit-border-radius: 5px;
  274. background: #9ACEF5 url(../art/checkback.png) 6px -29px no-repeat;
  275. border: 1px solid #457396;
  276. clear: both;
  277. color: #457396;
  278. display: block;
  279. font-size: 16px;
  280. font-weight: bold;
  281. padding: 0 8px 0 24px;
  282. text-shadow: 1px 1px #D0E6F7;
  283. margin-right: 10px;
  284. line-height: 29px;
  285. cursor: pointer;
  286. position: relative;
  287. z-index: 1;
  288. }
  289. div.beeswax div.bw-confirm_delim label {
  290. background: #9ACEF5;
  291. padding:5px;
  292. clear: none;
  293. }
  294. div.beeswax p.delimiter_confirmation {
  295. background: lightYellow;
  296. -moz-border-radius: 5px;
  297. padding: 5px;
  298. border: solid 1px black;
  299. margin: 5px 0px;
  300. font-weight: normal;
  301. }
  302. div.beeswax div.delimiter_preview_holder {
  303. max-width: 600px;
  304. height: auto;
  305. float: left;
  306. clear: both;
  307. margin-top: 20px;
  308. overflow-x: auto;
  309. border: gray solid 1px;
  310. }
  311. div.beeswax table.delimiter_preview thead tr th {
  312. background-color: white;
  313. color: black;
  314. font-weight: bold;
  315. border: 2px solid black;
  316. padding: 2px;
  317. }
  318. div.beeswax table.delimiter_preview tbody td {
  319. border: 2px solid black;
  320. padding: 2px;
  321. background-color: white;
  322. color: black;
  323. font-weight: normal;
  324. }
  325. div.beeswax .bw-select_delim dt {
  326. padding: 5px 0px;
  327. }
  328. div.beeswax .bw-select_delim a.hue-help_link {
  329. margin-bottom: 4px;
  330. }
  331. div.beeswax .bw-default_location label, div.beeswax .bw-import_data label, div.beeswax .bw-confirm_delim label, div.beeswax .bw-show_hive label {
  332. float: left;
  333. }
  334. div.beeswax .bw-default_location, div.beeswax .bw-external_loc, div.beeswax .bw-import_data {
  335. margin: 15px 0;
  336. }
  337. div.beeswax .bw-default_location a {
  338. margin-top: 10px;
  339. }
  340. div.beeswax .bw-import_data a {
  341. margin-top: 12px;
  342. }
  343. div.beeswax .bw-show_hive a {
  344. margin-top: 8px;
  345. }
  346. div.beeswax .bw-file_formats label.hue-bw-selected, div.beeswax .bw-format dt.hue-bw-selected label, div.beeswax .bw-default_location .hue-bw-selected, div.beeswax .bw-partition_key label.hue-bw-selected, div.beeswax .bw-show_hive label.hue-bw-selected, div.beeswax .bw-import_data label.hue-bw-selected {
  347. color: #003f6f;
  348. text-shadow: 1px 1px #d0e6f7;
  349. border: 1px solid #003f6f;
  350. background: #75bcf1 url(../art/checkback.png) 6px 8px no-repeat;
  351. }
  352. div.beeswax .bw-partition_key label.hue-bw-selected {
  353. background: #75bcf1 url(../art/checkback.png) 6px 3px no-repeat;;
  354. }
  355. div.beeswax .bw-file_formats dt {
  356. visibility: hidden;
  357. }
  358. div.beeswax .bw-external_loc {
  359. clear: both;
  360. }
  361. /* define columns table styling */
  362. div.beeswax div.bw-define-columns td {
  363. padding: 5px 5px 5px 10px;
  364. border-right: 5px solid white;
  365. margin-right: 2px;
  366. }
  367. div.beeswax table.data_table td {
  368. white-space: nowrap;
  369. }
  370. div.beeswax div.bw-define-columns table tr:first-child, div.beeswax div.bw-define-columns table tr:first-child + tr {
  371. background: white;
  372. }
  373. div.beeswax div.bw-define-columns table tr:first-child + tr {
  374. margin-bottom: 10px;
  375. }
  376. div.beeswax div.bw-define-columns table tr:first-child td, div.beeswax div.bw-define-columns table tr:first-child + tr td {
  377. border: solid black 1px;
  378. }
  379. div.beeswax div.bw-define-columns table tr:first-child + tr + tr {
  380. background: white;
  381. border: 1px solid white;
  382. }
  383. div.beeswax div.bw-define-columns td:last-child {
  384. border: none;
  385. margin: none;
  386. }
  387. div.beeswax div.bw-define-columns table.data_table dt label {
  388. font-size: 12px;
  389. }
  390. div.beeswax div.bw-define-columns table.row_headers td.input_row_header {
  391. padding-bottom: 15px;
  392. padding-top: 16px;
  393. }
  394. div.beeswax div.bw-define-columns .row_headers {
  395. font-weight: bold;
  396. float: left;
  397. width: 65px;
  398. margin-right: 10px;
  399. }
  400. div.beeswax div.bw-define-columns input, div.beeswax div.bw-define-columns select {
  401. background-color: #9ACEF5;
  402. border: gray inset 1px;
  403. width: 90px;
  404. }
  405. div.beeswax div.bw-define-columns table {
  406. background: lightGray;
  407. -moz-border-radius: 5px;
  408. -webkit-border-radius: 5px;
  409. }
  410. div.beeswax div.table_holder {
  411. width: 600px;
  412. overflow-x: auto;
  413. float: left;
  414. margin-bottom: 10px;
  415. }
  416. div.beeswax div.bw-show_hive {
  417. clear: both;
  418. }
  419. /* create table choice */
  420. div.beeswax ul.creation_choices {
  421. margin: 20px auto;
  422. width: 300px;
  423. padding-left: 250px;
  424. }
  425. div.beeswax ul.creation_choices a {
  426. float: left;
  427. background: #9ACEF5;
  428. color: black;
  429. margin:10px;
  430. padding: 10px;
  431. -webkit-border-radius: 10px;
  432. -moz-border-radius: 10px;
  433. font-size: 16px;
  434. text-shadow: 1px 1px #d0e6f7;
  435. border: 2px solid black;
  436. display: block;
  437. }
  438. div.beeswax ul.creation_choices a:hover {
  439. text-decoration: none;
  440. background: #51AFF5;
  441. }
  442. div.beeswax div.bw-create_table_choice {
  443. width: 600px;
  444. height: 220px;
  445. margin: 0 auto;
  446. background: url(../art/icon_huge.png) no-repeat 15% 100%;
  447. position: relative;
  448. }
  449. div.beeswax h1 {
  450. padding-top: 25px;
  451. }
  452. /* columns */
  453. /* headers */
  454. div.beeswax .bw-columns {
  455. width: 430px;
  456. }
  457. div.beeswax .bw-columns p {
  458. margin: 10px 0;
  459. }
  460. div.beeswax .bw-columns .bw-column_header input.bw-column_name {
  461. border: 0px;
  462. color: #457396;
  463. padding: 4px 25px 4px 4px;
  464. width: 360px;
  465. cursor: pointer;
  466. background: #9ACEF5;
  467. border-radius: 5px;
  468. -moz-border-radius: 5px;
  469. -webkit-border-radius: 5px;
  470. }
  471. div.beeswax .bw-columns .bw-column_header input.bw-focused, div.beeswax .bw-columns .bw-filled input.bw-column_name, div.beeswax .bw-columns .bw-column_header input.bw-column_name:hover {
  472. color: #003f6f;
  473. background: #75bcf1;
  474. font-weight: bold;
  475. }
  476. div.beeswax .bw-columns .bw-column_header label.overTxtLabel {
  477. color: #457396;
  478. margin-top: 0;
  479. }
  480. div.beeswax .bw-columns .bw-inactive a.hue-help_link {
  481. display: none;
  482. }
  483. /* body */
  484. div.beeswax div.hue-bc-section .bw-column dt, div.beeswax div.hue-bc-section .bw-column input, div.beeswax div.hue-bc-section .bw-column label {
  485. font-size: 12px;
  486. }
  487. div.beeswax div.hue-bc-section .bw-column .hue-help_link {
  488. top: -2px;
  489. }
  490. div.beeswax .bw-array_type {
  491. visibility: hidden;
  492. }
  493. div.beeswax .bw-col_type, div.beeswax .bw-array_type, div.beeswax .bw-map_key_type, div.beeswax .bw-map_value_type {
  494. width: 172px;
  495. margin-bottom: 12px;
  496. }
  497. div.beeswax .bw-map_data {
  498. clear: both;
  499. display: none;
  500. }
  501. div.beeswax .bw-column dl {
  502. width: 350px;
  503. margin: 0 auto;
  504. }
  505. div.beeswax .bw-column dl dd select {
  506. width: 150px;
  507. }
  508. div.beeswax .bw-column .validation-advice {
  509. background-color: #999;
  510. background-position: 4px 50%;
  511. margin-left: 4px;
  512. padding: 5px 20px;
  513. width: 337px;
  514. }
  515. div.beeswax .bw-inactive .validation-advice {
  516. border-radius: 0 0 2px 2px;
  517. -moz-border-radius:0 0 2px 2px;
  518. -webkit-border-radius: 0 0 2px 2px;
  519. }
  520. div.beeswax .bw-column dt {
  521. clear: both;
  522. margin: 4px 0px;
  523. }
  524. div.beeswax dd.bw-column {
  525. border-radius: 0 0 2px 2px;
  526. -moz-border-radius:0 0 2px 2px;
  527. -webkit-border-radius: 0 0 2px 2px;
  528. background: #999;
  529. margin-left:4px;
  530. padding:0px 8px;
  531. top:-5px;
  532. width:361px;
  533. }
  534. div.beeswax .bw-partition_key label {
  535. background: #9ACEF5 url(../art/checkback.png) 6px -34px no-repeat;
  536. height:20px;
  537. line-height:19px;
  538. width:150px;
  539. margin: 8px 0 !important;
  540. }
  541. div.beeswax .bw-partition_key a.hue-help_link {
  542. left: 190px;
  543. margin-top: 4px;
  544. position: absolute;
  545. }
  546. div.beeswax .bw-add_column label {
  547. display: none;
  548. }
  549. div.beeswax .bw-add_column button {
  550. outline: none !important;
  551. outline-style:none !important;
  552. outline-width:0 !important;
  553. padding: 0;
  554. display: block;
  555. left: 257px;
  556. margin: 10px 0;
  557. position: relative;
  558. text-align: center;
  559. width: 132px;
  560. }
  561. div.beeswax .bw-add_column button:hover {
  562. text-decoration: none;
  563. }
  564. div.beeswax input.bw-create_table_submit {
  565. position: relative;
  566. left: 75px;
  567. }
  568. div.bw-remove_column {
  569. position: absolute;
  570. top: 5px;
  571. width: 12px;
  572. height: 12px;
  573. left: 371px;
  574. }
  575. div.beeswax .bw-remove_column button {
  576. border: none;
  577. background: url("/static/art/close.png") no-repeat 0 -13px;
  578. display: block;
  579. width: 12px;
  580. height: 12px;
  581. overflow: hidden;
  582. text-indent: -1000px;
  583. cursor: pointer;
  584. }
  585. div.beeswax .bw-remove_column button:hover {
  586. background: url(/static/art/close.png) no-repeat 0 0;
  587. }
  588. /* tables list */
  589. div.beeswax td.bw-tables_table {
  590. background-image: url(/static/art/icons/table.png) !important;
  591. background-repeat: no-repeat !important;
  592. background-position: 8px 50% !important;
  593. padding-left: 30px !important;
  594. }
  595. div.beeswax .show_tables td {
  596. height: 25px;
  597. }
  598. div.beeswax .show_tables td a {
  599. font-size: 14px;
  600. display: block;
  601. }
  602. div.beeswax .show_tables td a:hover {
  603. text-decoration: none;
  604. }
  605. div.beeswax td.bw-tables_browse {
  606. background-image: url(/static/art/icons/application_go.png) !important;
  607. background-repeat: no-repeat !important;
  608. background-position: 8px 50% !important;
  609. padding-left: 30px !important;
  610. width: 100px;
  611. }
  612. div.beeswax .hue-help_links_small a.hue-help_link {
  613. /* float: right;
  614. font-size: 9px;
  615. width: 10px;
  616. height: 11px;
  617. line-height: 11px;
  618. top: 3px;
  619. color: #457396
  620. */}
  621. div.bw-show_tables_subnav {
  622. left: 80px;
  623. top: 60px;
  624. }
  625. div.beeswax a.bw-install_samples, div.beeswax a.bw-new_table {
  626. background: url(/static/art/icons/bullet_add.png) no-repeat;
  627. padding: 4px 8px 4px 20px;
  628. height: 18px;
  629. }
  630. /* table page */
  631. div.beeswax .bw-col_table_wrapper, div.beeswax .bw-table_sample {
  632. }
  633. div.beeswax .describe_table .tabs {
  634. margin: 10px 10px 0px 0px;
  635. }
  636. div.beeswax .bw-location_link a:hover {
  637. text-decoration: none;
  638. }
  639. div.beeswax .bw-actions ul li a.bw-location_link {
  640. background: #9acef5 url(/static/art/icons/folder.png) no-repeat 4px 1px;
  641. display: block;
  642. padding-left: 22px;
  643. }
  644. div.beeswax .bw-actions ul li a.bw-load_data {
  645. background: #9acef5 url(/static/art/icons/table_row_insert.png) no-repeat 4px 50%;
  646. }
  647. div.beeswax .bw-actions ul li a.bw-browse_data {
  648. background: #9acef5 url(/static/art/icons/application_view_detail.png) no-repeat 4px 50%;
  649. }
  650. div.beeswax .bw-actions ul li a.bw-drop_table {
  651. background: #9acef5 url(/static/art/icons/table_delete.png) no-repeat 4px 50%;
  652. }
  653. div.beeswax .bw-actions ul li a.bw-hadoop_job {
  654. background: #9acef5 url(/static/art/hadoop_job_16x16.gif) no-repeat 4px 50%;
  655. }
  656. div.beeswax .bw-actions ul li a:hover {
  657. text-decoration: none;
  658. color: #003f6f;
  659. text-shadow: 1px 1px #d0e6f7;
  660. border: 1px solid #003f6f;
  661. background-color: #75bcf1;
  662. }
  663. div.beeswax a.hue-choose_file {
  664. margin-top: 5px;
  665. padding: 6px 10px 6px 25px;
  666. height: 20px;
  667. background: url(/static/art/icons/folder.png);
  668. border: none !important;
  669. }
  670. div.beeswax input.bw-loadPath {
  671. width: 90%;
  672. }
  673. div.beeswax .bw-dataNote {
  674. background-color: lightYellow;
  675. border: 1px solid lightGray;
  676. -moz-border-radius: 5px;
  677. -webkit-border-radius: 5px;
  678. padding: 5px;
  679. margin: 4px 0;
  680. }
  681. div.beeswax .bw-overwriteLabel {
  682. padding: 3px 0px 0px 4px;
  683. margin: 4px 0;
  684. }
  685. div.beeswax .bw-overwriteCheckbox {
  686. margin-left: 3px;
  687. margin-top: 2px;
  688. }
  689. div.beeswax .bw-pathLabel {
  690. padding: 2px;
  691. }
  692. div.beeswax .bw-loadSubmit {
  693. margin-top: 8px;
  694. padding: 4px 8px;
  695. height: 20px;
  696. }
  697. /* results page */
  698. div.beeswax .bw-result_warning {
  699. font-weight: bold;
  700. padding: 8px;
  701. color: #900;
  702. background: #fdd !important;
  703. }
  704. div.beeswax .bw-view_result {
  705. padding: 5px 4px 3px 22px;
  706. height: 20px;
  707. background: url(/static/art/icons/magnifier.png);
  708. margin: 2px 0;
  709. }
  710. div.beeswax .tabs li {
  711. margin: 0px 2px;
  712. }
  713. div.beeswax .watch_results .bw-result_nav {
  714. position: absolute;
  715. top: 69px;
  716. left: 498px;
  717. width: 100px;
  718. }
  719. div.beeswax .watch_results .bw-result_nav a {
  720. float: right;
  721. text-indent: -500px;
  722. overflow: hidden;
  723. width: 16px;
  724. height: 16px;
  725. padding: 3px;
  726. display: block;
  727. padding: 0px;
  728. }
  729. div.beeswax .watch_results .bw-result_nav .bw-firstBlock {
  730. background: transparent url(/static/art/icons/control_start.png) no-repeat scroll;
  731. }
  732. div.beeswax .watch_results .bw-result_nav .bw-nextBlock {
  733. background: transparent url(/static/art/icons/control_play.png) no-repeat scroll;
  734. }
  735. div.beeswax .left_col h2 {
  736. font-size: 10px;
  737. padding: 8px;
  738. color: #457396;
  739. text-shadow: 1px 1px #d0e6f7;
  740. border-bottom: 2px solid #6a8fab;
  741. background: #9acef5;
  742. }
  743. div.beeswax .left_col h2 a.bw-query_link {
  744. display: block;
  745. padding-right: 22px;
  746. line-height: 18px;
  747. background: url(/static/art/icons/pencil.png) no-repeat right 50%;
  748. }
  749. div.beeswax .left_col h2 a.bw-query_link:hover {
  750. text-decoration: none;
  751. color: #003f6f;
  752. }
  753. div.beeswax .bw-no_jobs {
  754. color: #666;
  755. padding-top: 8px;
  756. }
  757. div.beeswax .bw-actions ul li a.bw-download_csv {
  758. background: #9acef5 url(/static/art/led-icons/doc_excel_csv.png) no-repeat 4px 50%;
  759. }
  760. div.beeswax .bw-actions ul li a.bw-download_xls {
  761. background: #9acef5 url(/static/art/led-icons/doc_excel_table.png) no-repeat 4px 50%;
  762. }
  763. div.beeswax .jframe-window-toolbar .tabs {
  764. right: 7px;
  765. position: absolute;
  766. top: 69px;
  767. margin: 0;
  768. }
  769. div.beeswax .bw-save_query_results input[type=radio] {
  770. float: left;
  771. clear: both;
  772. }
  773. div.beeswax .watch_results .bw-save_query_results [data-filters*=Accordion] .target {
  774. clear: both;
  775. }
  776. div.beeswax .watch_results .bw-save_query_results {
  777. padding: 5px;
  778. }
  779. div.beeswax .watch_results .bw-save_query_results div {
  780. padding: 5px 0px;
  781. }
  782. div.beeswax .watch_results .bw-save_query_results label {
  783. padding-left: 5px;
  784. }
  785. div.beeswax .watch_results .bw-save_query_results label.overTxtLabel {
  786. padding: 0px;
  787. }
  788. div.beeswax .watch_results .bw-save_query_results input[type=text]{
  789. margin-left: 17px;
  790. }
  791. div.beeswax .watch_results .bw-save_query_results a[data-filters*=ArtButton] {
  792. margin-left: 17px;
  793. }
  794. div.beeswax .watch_results .bw-save_query_results div[data-filters*=ArtButton] {
  795. margin-top: 5px;
  796. }
  797. div.beeswax .watch_results .bw-save_query_results a.hue-choose_file {
  798. background: url(/static/art/icons/folder.png);
  799. }
  800. div.beeswax .bw-save {
  801. background: #9acef5 url(/static/art/icons/525_floppy.gif) no-repeat 4px 50%;
  802. }
  803. /* query page */
  804. div.beeswax .bw-query_error {
  805. width: 400px;
  806. min-height: 100px;
  807. }
  808. div.beeswax .bw-results_log {
  809. background: #fff;
  810. }
  811. div.beeswax .bw-query-field {
  812. width: 100%;
  813. margin: 0px auto;
  814. border: none;
  815. font-family: monaco, courier;
  816. font-size: 12px;
  817. color: #fff;
  818. background: #333;
  819. padding: 0;
  820. outline:none
  821. }
  822. div.beeswax .bw-query dd.bw-query_bottom {
  823. background: #333;
  824. border: 1px solid #333;
  825. padding: 0px 0px 0px 10px;
  826. }
  827. div.beeswax .bw-query div.validation-advice {
  828. background-color: lightYellow;
  829. background-position: 8px 50%;
  830. bottom: 10px;
  831. padding: 8px 8px 8px 26px;
  832. position: absolute;
  833. width: 90%;
  834. border-radius: 8px;
  835. -moz-border-radius: 8px;
  836. -webkit-border-radius: 8px;
  837. }
  838. div.beeswax .bw-query .jframe-error {
  839. background-color: lightYellow !important;
  840. }
  841. div.beeswax .bw-error_tab_msg {
  842. padding-left: 22px;
  843. }
  844. div.beeswax .bw-query_save_buttons input, div.beeswax .bw-query_save_buttons a {
  845. padding: 6px 7px 6px 25px;
  846. height: 23px;
  847. }
  848. div.beeswax .query_edit_actions input.bw-query_save, div.beeswax .query_edit_actions input.bw-query_save_as {
  849. padding: 6px 11px 6px 29px;
  850. height: 23px;
  851. background: url(/static/art/icons/525_floppy.gif);
  852. }
  853. div.beeswax .bw-query_save_buttons input.bw-query_execute {
  854. padding: 6px 27px 6px 7px;
  855. background: url(/static/art/led-icons/arrow_right.png);
  856. }
  857. div.beeswax .bw-query_save_buttons input.bw-query_explain {
  858. padding: 6px 7px 6px 27px;
  859. background: url(/static/art/icons/explain.gif);
  860. }
  861. div.beeswax .bw-query_save_buttons a.bw-query_new {
  862. padding: 6px 7px 6px 27px;
  863. background: url(/static/art/led-icons/add.png);
  864. }
  865. div.beeswax .query_edit_actions {
  866. float: right;
  867. }
  868. div.beeswax .query_edit_actions li {
  869. margin-left: 10px;
  870. }
  871. div.beeswax .bw-query_header label {
  872. line-height: 20px;
  873. float: left;
  874. font-size: 14px;
  875. }
  876. div.beeswax .bw-query_header a.hue-help_link {
  877. margin-left: 4px;
  878. }
  879. div.beeswax .bw-query_header {
  880. padding: 4px 8px;
  881. color: #003f6f;
  882. text-shadow: 1px 1px #d0e6f7;
  883. border-bottom: 2px solid #6a8fab;
  884. background: #9acef5;
  885. font-size: 12px;
  886. }
  887. div.beeswax .bw-query_save_buttons div {
  888. float: left;
  889. }
  890. div.beeswax .bw-query_save_form {
  891. display: none;
  892. }
  893. div.beeswax .bw-query_save_form * {
  894. text-align: left;
  895. }
  896. div.beeswax .bw-query_save_form dt {
  897. font-weight: bold;
  898. margin-bottom: 4px;
  899. }
  900. div.beeswax .bw-query_save_form dd {
  901. margin-bottom: 4px;
  902. }
  903. div.beeswax .bw-query_save_form input {
  904. width: 240px;
  905. }
  906. div.beeswax .bw-query_settings {
  907. min-width: 180px;
  908. }
  909. div.beeswax .bw-query_settings input, div.beeswax .bw-query_settings select {
  910. width: 90%;
  911. width: -moz-available;
  912. }
  913. div.beeswax .bw-query_settings a.hue-choose_file {
  914. position: relative;
  915. top: -1px;
  916. }
  917. div.beeswax .bw-query_settings .errorlist {
  918. border: #999 solid;
  919. border-width: 0 1px 1px;
  920. padding: 4px;
  921. background: lightyellow;
  922. }
  923. div.beeswax .bw-query_settings hr {
  924. clear: both;
  925. color: #333;
  926. background-color: #333;
  927. height: 1px;
  928. border: none;
  929. margin: 6px 0;
  930. }
  931. div.beeswax .bw-query_settings dt label {
  932. background: #999;
  933. border-radius: 4px 4px 0px 0px;
  934. -moz-border-radius: 4px 4px 0px 0px;
  935. -webkit-border-radius: 4px 4px 0px 0px;
  936. padding: 2px 4px;
  937. }
  938. div.beeswax .bw-query_settings dd dl {
  939. margin-top: -10px;
  940. position: relative;
  941. }
  942. div.beeswax .bw-query_settings dd dt {
  943. margin-top: 10px;
  944. }
  945. div.beeswax .bw-query_settings .bw-query_settings_delete {
  946. position: absolute;
  947. right: 0px;
  948. top: -1px;
  949. width: 12px;
  950. height: 12px;
  951. }
  952. div.beeswax .bw-query_settings .bw-query_settings_delete button {
  953. border: none;
  954. text-indent: -10000px;
  955. background: url(/static/art/close.png) no-repeat 0 0;
  956. width: 12px;
  957. height: 12px;
  958. cursor: pointer;
  959. }
  960. div.beeswax .bw-query_settings .bw-query_settings_add {
  961. height: 16px;
  962. }
  963. div.beeswax .bw-query_settings .bw-query_settings_add button {
  964. border: none;
  965. text-indent: -10000px;
  966. background: url(/static/art/icons/add.png) no-repeat 0 0;
  967. width: 16px;
  968. height: 16px;
  969. cursor: pointer;
  970. position: absolute;
  971. top: 4px;
  972. right: -1px;
  973. }
  974. div.beeswax .hue-bw_parameters {
  975. margin-top: 0px !important;
  976. }
  977. div.beeswax .hue-bw_parameters input {
  978. width: auto;
  979. margin-right: 10px;
  980. }
  981. /* saved queries */
  982. div.beeswax .bw-query_actions {
  983. width: 90px;
  984. }
  985. div.beeswax .bw-query_actions a {
  986. display: block;
  987. float: left;
  988. width: 16px;
  989. height: 16px;
  990. overflow: hidden;
  991. text-indent: -300px;
  992. margin-right: 5px;
  993. }
  994. div.beeswax .bw-query_edit {
  995. background: url(/static/art/icons/page_edit.png) no-repeat;
  996. }
  997. div.beeswax .bw-query_delete {
  998. background: url(/static/art/icons/page_delete.png) no-repeat;
  999. }
  1000. div.beeswax .bw-query_history {
  1001. background: url(/static/art/icons/time.png) no-repeat;
  1002. }
  1003. div.beeswax .bw-query_clone {
  1004. background: url(/static/art/icons/page_copy.png) no-repeat;
  1005. }
  1006. div.beeswax div.bw-designs_toolbar {
  1007. position: absolute;
  1008. top: 60px;
  1009. left: 80px;
  1010. }
  1011. div.beeswax .bw-navigation a {
  1012. float: left;
  1013. text-indent: -500px;
  1014. overflow: hidden;
  1015. width: 16px;
  1016. height: 16px;
  1017. padding: 3px;
  1018. display: block;
  1019. padding: 0px;
  1020. }
  1021. div.beeswax .bw-navigation p {
  1022. color: #333;
  1023. }
  1024. div.beeswax .bw-navigation .bw-firstBlock {
  1025. background: transparent url(/static/art/icons/control_start.png) no-repeat scroll;
  1026. }
  1027. div.beeswax .bw-navigation .bw-prevBlock {
  1028. background: transparent url(/static/art/icons/control_previous.png) no-repeat scroll;
  1029. }
  1030. div.beeswax .bw-navigation .bw-nextBlock {
  1031. background: transparent url(/static/art/icons/control_play.png) no-repeat scroll;
  1032. }
  1033. div.beeswax .bw-navigation .bw-lastBlock {
  1034. background: transparent url(/static/art/icons/control_end.png) no-repeat scroll;
  1035. }
  1036. div.beeswax .bw-navigation .bw-nav_links {
  1037. position: absolute;
  1038. left: 381px;
  1039. top: 0px;
  1040. width: 220px;
  1041. }
  1042. div.beeswax .bw-navigation .bw-nav_links p {
  1043. float: left;
  1044. padding: 0 10px;
  1045. }
  1046. /* context menu */
  1047. div.beeswax .context-menu {
  1048. border-radius: 2px;
  1049. -moz-border-radius: 2px;
  1050. -webkit-border-radius: 2px;
  1051. background: #fff;
  1052. border: solid #777;
  1053. border-width: 1px;
  1054. position: absolute;
  1055. z-index: 1;
  1056. display: none;
  1057. overflow: visible;
  1058. }
  1059. div.beeswax .context-menu * {
  1060. white-space: nowrap;
  1061. }
  1062. div.beeswax .context-menu li {
  1063. border-bottom: 1px solid #ccc;
  1064. padding: 3px;
  1065. }
  1066. div.beeswax .context-menu li a {
  1067. padding-left: 20px;
  1068. display: block;
  1069. height: 18px;
  1070. }
  1071. div.beeswax table[data-filters*=HtmlTable] tr.table-tr-selected td .context-menu li a {
  1072. color: #000;
  1073. text-decoration: none;
  1074. }
  1075. div.beeswax .context-menu li:hover, div.beeswax .context-menu li:hover a {
  1076. text-decoration: none;
  1077. background-color: #3875D7 !important;
  1078. color: #fff !important;
  1079. }
  1080. div.beeswax .context-menu li:last-child {
  1081. border: none;
  1082. }
  1083. div.beeswax .bw-options {
  1084. background: url(/static/art/led-icons/ui_combo_box.png) no-repeat;
  1085. display: block;
  1086. width: 16px;
  1087. height: 16px;
  1088. text-indent: -500px;
  1089. overflow: hidden;
  1090. float: right;
  1091. }
  1092. /*
  1093. my queries
  1094. */
  1095. div.beeswax .jframe-window-toolbar ul.bw-my_queries_tabs {
  1096. left: 77px;
  1097. }
  1098. div.beeswax .bw-view_more {
  1099. margin: 8px auto 0;
  1100. color: #457396;
  1101. text-shadow: 1px 1px #d0e6f7;
  1102. border: 1px solid #6a8fab;
  1103. background-color: #9acef5;
  1104. display: block;
  1105. padding: 4px 4px 4px 25px;
  1106. border-radius: 5px;
  1107. -moz-border-radius: 5px;
  1108. -webkit-border-radius: 5px;
  1109. text-align: center;
  1110. width: 200px;
  1111. font-size: 12px;
  1112. }
  1113. div.beeswax .bw-view_more:hover {
  1114. text-decoration: none;
  1115. color: #003f6f;
  1116. text-shadow: 1px 1px #d0e6f7;
  1117. border: 1px solid #003f6f;
  1118. background: #75bcf1;
  1119. }
  1120. div.beeswax .bw-query_settings_toggle {
  1121. padding: 8px 8px 8px 25px;
  1122. height: 25px;
  1123. background: url(/static/art/icons/cog.png) no-repeat;
  1124. }
  1125. /* history page */
  1126. div.beeswax .list_history .bw-showing_msg {
  1127. display: none;
  1128. }
  1129. div.beeswax .list_history .bw-show_group {
  1130. position: absolute;
  1131. top: 60px;
  1132. left: 80px;
  1133. }
  1134. div.beeswax .list_history .bw-show_group a {
  1135. background:url("/static/art/icons/bullet_add.png") no-repeat scroll 0 0 transparent;
  1136. height:18px;
  1137. padding:4px 8px;
  1138. }
  1139. /* header */
  1140. div.beeswax div.bw-input-filter {
  1141. position: absolute;
  1142. right: 16px;
  1143. top: 57px;
  1144. }