beeswax.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181
  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. }
  821. div.beeswax .bw-query dd.bw-query_bottom {
  822. background: #333;
  823. border: 1px solid #333;
  824. padding: 0px 0px 0px 10px;
  825. }
  826. div.beeswax .bw-query div.validation-advice {
  827. background-color: lightYellow;
  828. background-position: 8px 50%;
  829. bottom: 10px;
  830. padding: 8px 8px 8px 26px;
  831. position: absolute;
  832. width: 90%;
  833. border-radius: 8px;
  834. -moz-border-radius: 8px;
  835. -webkit-border-radius: 8px;
  836. }
  837. div.beeswax .bw-query .jframe-error {
  838. background-color: lightYellow !important;
  839. }
  840. div.beeswax .bw-error_tab_msg {
  841. padding-left: 22px;
  842. }
  843. div.beeswax .bw-query_save_buttons input, div.beeswax .bw-query_save_buttons a {
  844. padding: 6px 7px 6px 25px;
  845. height: 23px;
  846. }
  847. div.beeswax .query_edit_actions input.bw-query_save, div.beeswax .query_edit_actions input.bw-query_save_as {
  848. padding: 6px 11px 6px 29px;
  849. height: 23px;
  850. background: url(/static/art/icons/525_floppy.gif);
  851. }
  852. div.beeswax .bw-query_save_buttons input.bw-query_execute {
  853. padding: 6px 27px 6px 7px;
  854. background: url(/static/art/led-icons/arrow_right.png);
  855. }
  856. div.beeswax .bw-query_save_buttons input.bw-query_explain {
  857. padding: 6px 7px 6px 27px;
  858. background: url(/static/art/icons/explain.gif);
  859. }
  860. div.beeswax .bw-query_save_buttons a.bw-query_new {
  861. padding: 6px 7px 6px 27px;
  862. background: url(/static/art/led-icons/add.png);
  863. }
  864. div.beeswax .query_edit_actions {
  865. float: right;
  866. }
  867. div.beeswax .query_edit_actions li {
  868. margin-left: 10px;
  869. }
  870. div.beeswax .bw-query_header label {
  871. line-height: 20px;
  872. float: left;
  873. font-size: 14px;
  874. }
  875. div.beeswax .bw-query_header a.hue-help_link {
  876. margin-left: 4px;
  877. }
  878. div.beeswax .bw-query_header {
  879. padding: 4px 8px;
  880. color: #003f6f;
  881. text-shadow: 1px 1px #d0e6f7;
  882. border-bottom: 2px solid #6a8fab;
  883. background: #9acef5;
  884. font-size: 12px;
  885. }
  886. div.beeswax .bw-query_save_buttons div {
  887. float: left;
  888. }
  889. div.beeswax .bw-query_save_form {
  890. display: none;
  891. }
  892. div.beeswax .bw-query_save_form * {
  893. text-align: left;
  894. }
  895. div.beeswax .bw-query_save_form dt {
  896. font-weight: bold;
  897. margin-bottom: 4px;
  898. }
  899. div.beeswax .bw-query_save_form dd {
  900. margin-bottom: 4px;
  901. }
  902. div.beeswax .bw-query_save_form input {
  903. width: 240px;
  904. }
  905. div.beeswax .bw-query_settings {
  906. min-width: 180px;
  907. }
  908. div.beeswax .bw-query_settings input, div.beeswax .bw-query_settings select {
  909. width: 90%;
  910. width: -moz-available;
  911. }
  912. div.beeswax .bw-query_settings a.hue-choose_file {
  913. position: relative;
  914. top: -1px;
  915. }
  916. div.beeswax .bw-query_settings .errorlist {
  917. border: #999 solid;
  918. border-width: 0 1px 1px;
  919. padding: 4px;
  920. background: lightyellow;
  921. }
  922. div.beeswax .bw-query_settings hr {
  923. clear: both;
  924. color: #333;
  925. background-color: #333;
  926. height: 1px;
  927. border: none;
  928. margin: 6px 0;
  929. }
  930. div.beeswax .bw-query_settings dt label {
  931. background: #999;
  932. border-radius: 4px 4px 0px 0px;
  933. -moz-border-radius: 4px 4px 0px 0px;
  934. -webkit-border-radius: 4px 4px 0px 0px;
  935. padding: 2px 4px;
  936. }
  937. div.beeswax .bw-query_settings dd dl {
  938. margin-top: -10px;
  939. position: relative;
  940. }
  941. div.beeswax .bw-query_settings dd dt {
  942. margin-top: 10px;
  943. }
  944. div.beeswax .bw-query_settings .bw-query_settings_delete {
  945. position: absolute;
  946. right: 0px;
  947. top: -1px;
  948. width: 12px;
  949. height: 12px;
  950. }
  951. div.beeswax .bw-query_settings .bw-query_settings_delete button {
  952. border: none;
  953. text-indent: -10000px;
  954. background: url(/static/art/close.png) no-repeat 0 0;
  955. width: 12px;
  956. height: 12px;
  957. cursor: pointer;
  958. }
  959. div.beeswax .bw-query_settings .bw-query_settings_add {
  960. height: 16px;
  961. }
  962. div.beeswax .bw-query_settings .bw-query_settings_add button {
  963. border: none;
  964. text-indent: -10000px;
  965. background: url(/static/art/icons/add.png) no-repeat 0 0;
  966. width: 16px;
  967. height: 16px;
  968. cursor: pointer;
  969. position: absolute;
  970. top: 4px;
  971. right: -1px;
  972. }
  973. div.beeswax .hue-bw_parameters {
  974. margin-top: 0px !important;
  975. }
  976. div.beeswax .hue-bw_parameters input {
  977. width: auto;
  978. margin-right: 10px;
  979. }
  980. /* saved queries */
  981. div.beeswax .bw-query_actions {
  982. width: 90px;
  983. }
  984. div.beeswax .bw-query_actions a {
  985. display: block;
  986. float: left;
  987. width: 16px;
  988. height: 16px;
  989. overflow: hidden;
  990. text-indent: -300px;
  991. margin-right: 5px;
  992. }
  993. div.beeswax .bw-query_edit {
  994. background: url(/static/art/icons/page_edit.png) no-repeat;
  995. }
  996. div.beeswax .bw-query_delete {
  997. background: url(/static/art/icons/page_delete.png) no-repeat;
  998. }
  999. div.beeswax .bw-query_history {
  1000. background: url(/static/art/icons/time.png) no-repeat;
  1001. }
  1002. div.beeswax .bw-query_clone {
  1003. background: url(/static/art/icons/page_copy.png) no-repeat;
  1004. }
  1005. div.beeswax div.bw-designs_toolbar {
  1006. position: absolute;
  1007. top: 60px;
  1008. left: 80px;
  1009. }
  1010. div.beeswax .bw-navigation a {
  1011. float: left;
  1012. text-indent: -500px;
  1013. overflow: hidden;
  1014. width: 16px;
  1015. height: 16px;
  1016. padding: 3px;
  1017. display: block;
  1018. padding: 0px;
  1019. }
  1020. div.beeswax .bw-navigation p {
  1021. color: #333;
  1022. }
  1023. div.beeswax .bw-navigation .bw-firstBlock {
  1024. background: transparent url(/static/art/icons/control_start.png) no-repeat scroll;
  1025. }
  1026. div.beeswax .bw-navigation .bw-prevBlock {
  1027. background: transparent url(/static/art/icons/control_previous.png) no-repeat scroll;
  1028. }
  1029. div.beeswax .bw-navigation .bw-nextBlock {
  1030. background: transparent url(/static/art/icons/control_play.png) no-repeat scroll;
  1031. }
  1032. div.beeswax .bw-navigation .bw-lastBlock {
  1033. background: transparent url(/static/art/icons/control_end.png) no-repeat scroll;
  1034. }
  1035. div.beeswax .bw-navigation .bw-nav_links {
  1036. position: absolute;
  1037. left: 381px;
  1038. top: 0px;
  1039. width: 220px;
  1040. }
  1041. div.beeswax .bw-navigation .bw-nav_links p {
  1042. float: left;
  1043. padding: 0 10px;
  1044. }
  1045. /* context menu */
  1046. div.beeswax .context-menu {
  1047. border-radius: 2px;
  1048. -moz-border-radius: 2px;
  1049. -webkit-border-radius: 2px;
  1050. background: #fff;
  1051. border: solid #777;
  1052. border-width: 1px;
  1053. position: absolute;
  1054. z-index: 1;
  1055. display: none;
  1056. overflow: visible;
  1057. }
  1058. div.beeswax .context-menu * {
  1059. white-space: nowrap;
  1060. }
  1061. div.beeswax .context-menu li {
  1062. border-bottom: 1px solid #ccc;
  1063. padding: 3px;
  1064. }
  1065. div.beeswax .context-menu li a {
  1066. padding-left: 20px;
  1067. display: block;
  1068. height: 18px;
  1069. }
  1070. div.beeswax table[data-filters*=HtmlTable] tr.table-tr-selected td .context-menu li a {
  1071. color: #000;
  1072. text-decoration: none;
  1073. }
  1074. div.beeswax .context-menu li:hover, div.beeswax .context-menu li:hover a {
  1075. text-decoration: none;
  1076. background-color: #3875D7 !important;
  1077. color: #fff !important;
  1078. }
  1079. div.beeswax .context-menu li:last-child {
  1080. border: none;
  1081. }
  1082. div.beeswax .bw-options {
  1083. background: url(/static/art/led-icons/ui_combo_box.png) no-repeat;
  1084. display: block;
  1085. width: 16px;
  1086. height: 16px;
  1087. text-indent: -500px;
  1088. overflow: hidden;
  1089. float: right;
  1090. }
  1091. /*
  1092. my queries
  1093. */
  1094. div.beeswax .jframe-window-toolbar ul.bw-my_queries_tabs {
  1095. left: 77px;
  1096. }
  1097. div.beeswax .bw-view_more {
  1098. margin: 8px auto 0;
  1099. color: #457396;
  1100. text-shadow: 1px 1px #d0e6f7;
  1101. border: 1px solid #6a8fab;
  1102. background-color: #9acef5;
  1103. display: block;
  1104. padding: 4px 4px 4px 25px;
  1105. border-radius: 5px;
  1106. -moz-border-radius: 5px;
  1107. -webkit-border-radius: 5px;
  1108. text-align: center;
  1109. width: 200px;
  1110. font-size: 12px;
  1111. }
  1112. div.beeswax .bw-view_more:hover {
  1113. text-decoration: none;
  1114. color: #003f6f;
  1115. text-shadow: 1px 1px #d0e6f7;
  1116. border: 1px solid #003f6f;
  1117. background: #75bcf1;
  1118. }
  1119. div.beeswax .bw-query_settings_toggle {
  1120. padding: 8px 8px 8px 25px;
  1121. height: 25px;
  1122. background: url(/static/art/icons/cog.png) no-repeat;
  1123. }
  1124. /* history page */
  1125. div.beeswax .list_history .bw-showing_msg {
  1126. display: none;
  1127. }
  1128. div.beeswax .list_history .bw-show_group {
  1129. position: absolute;
  1130. top: 60px;
  1131. left: 80px;
  1132. }
  1133. div.beeswax .list_history .bw-show_group a {
  1134. background:url("/static/art/icons/bullet_add.png") no-repeat scroll 0 0 transparent;
  1135. height:18px;
  1136. padding:4px 8px;
  1137. }
  1138. /* header */
  1139. div.beeswax div.bw-input-filter {
  1140. position: absolute;
  1141. right: 16px;
  1142. top: 57px;
  1143. }