beeswax.css 27 KB

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