| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183 |
- /* potential hue styles */
- div.beeswax dt.hue-dt_cap {
- text-shadow: 1px 1px #666;
- background: #999;
- padding: 4px 8px;
- border-radius: 2px 2px 0px 0px;
- -moz-border-radius: 2px 2px 0px 0px;
- -webkit-border-radius: 2px 2px 0px 0px;
- text-align:right;
- color: #fff;
- font-size: 12px;
- margin: 8px 0px 0px;
- }
- div.beeswax dd.hue-dd_bottom {
- border: 1px solid #999;
- border-radius: 0px 0px 2px 2px;
- -moz-border-radius: 0px 0px 2px 2px;
- -webkit-border-radius: 0px 0px 2px 2px;
- padding: 8px;
- font-size: 10px;
- background: #f3f3f3;
- overflow: auto;
- }
- /* global beeswax styles*/
- div.beeswax .beeswax_logo {
- position: absolute;
- top: 24px;
- left: 14px;
- z-index: 1;
- }
- div.beeswax .bw-nav {
- position: relative;
- top: 24px;
- left: 80px;
- }
- div.beeswax a.bw-nav_icon {
- padding: 6px 8px 6px 25px;
- height: 25px;
- }
- div.beeswax a.bw-new_table_nav {
- background: url(/static/art/icons/database_add.png) no-repeat;
- }
- div.beeswax a.bw-tables_nav {
- background: url(/static/art/icons/table_multiple.png) no-repeat;
- }
- div.beeswax a.bw-my_queries_nav {
- background: url(/static/art/led-icons/star_2.png) no-repeat;
- }
- div.beeswax a.bw-queries_nav {
- background: url(/static/art/icons/application_form_edit.png) no-repeat;
- }
- div.beeswax a.bw-query_nav {
- background: url(/static/art/icons/application_form_magnify.png) no-repeat;
- }
- div.beeswax a.bw-new_report_gen_nav {
- background: url(/static/art/icons/layout_add.png) no-repeat;
- }
- div.beeswax a.bw-history_nav {
- background: url(/static/art/led-icons/clock.png) no-repeat;
- }
- div.beeswax a.bw-config_nav {
- background: url(/static/art/icons/cog.png) no-repeat;
- }
- div.beeswax a.jframe-refresh.large {
- height: 25px;
- }
- div.beeswax .bw-nav li {
- float: left;
- }
- div.beeswax .bw-actions ul {
- margin-top: -8px;
- }
- div.beeswax .bw-actions ul li a {
- margin-top: 8px;
- color: #457396;
- text-shadow: 1px 1px #d0e6f7;
- border: 1px solid #6a8fab;
- background-color: #9acef5;
- display: block;
- padding: 4px 4px 4px 25px;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- /* welcome screen */
- div.beeswax div.bw-welcome {
- background: url(../art/icon_huge.png) no-repeat top left;
- width: 520px;
- height: 168px;
- margin: 20px auto;
- padding-left: 140px;
- }
- div.beeswax div.bw-welcome h2 {
- font-size: 28px;
- margin: 0px 0px 5px 17px;
- position: relative;
- padding-top: 10px;
- }
- div.beeswax div.bw-welcome p {
- margin-left: 17px;
- }
- div.beeswax div.bw-welcome a {
- float: left;
- display: block;
- width: 251px;
- height: 75px;
- overflow: hidden;
- text-indent: -255px;
- margin-top: 10px;
- }
- div.beeswax div.bw-welcome a.bw-import-button {
- margin-left: 5px;
- background: url(../art/import_data.png) no-repeat;
- }
- div.beeswax div.bw-welcome a.bw-load-sample-button {
- background: url(../art/load_samples.png) no-repeat;
- }
- /* breadcrumb */
- div.beeswax ul[data-filters*=Breadcrumb] {
- position: absolute;
- top: 57px;
- left: 80px;
- margin: 0 auto;
- z-index: 0;
- }
- div.beeswax ul[data-filters*=Breadcrumb] li {
- float: left;
- height: 23px;
- background: url(../art/breadcrumb.png) top right;
- position: relative;
- margin-left: -16px;
- padding-left: 12px;
- }
- div.beeswax ul[data-filters*=Breadcrumb] li.tabSelected {
- background: url(../art/breadcrumb.png) right -23px;
- }
- div.beeswax ul[data-filters*=Breadcrumb] li.hue-bc-error {
- background: url(../art/breadcrumb.png) right 23px;
- }
- div.beeswax ul[data-filters*=Breadcrumb] li:first-child {
- margin-left: 0px;
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- }
- div.beeswax ul[data-filters*=Breadcrumb] li a {
- line-height: 23px;
- color: #000;
- padding: 0px 16px 0px 8px;
- text-shadow: 0px 1px #ccc;
- }
- div.beeswax ul[data-filters*=Breadcrumb] li a:hover {
- text-decoration: none;
- }
- /* breadcrumb form*/
- div.beeswax div.hue-bc-section dt {
- font-size: 18px;
- font-weight: bold;
- }
- div.beeswax div.hue-bc-section {
- background: url(../art/icon_huge.png) no-repeat;
- min-height: 165px;
- padding-left: 170px;
- padding-top: 10px;
- margin-bottom:40px;
- }
- div.beeswax div.hue-bc-section dl dt {
- font-size: 16px;
- margin-top: 4px;
- }
- div.beeswax div.hue-bc-section input {
- font-size: 16px;
- width: 250px;
- }
- div.beeswax div.hue-bc-section label.overTxtLabel {
- font-size: 12px;
- margin-top: 6px;
- }
- div.beeswax .hue-select-with-other input {
- display: none;
- }
- div.beeswax .hue-select-with-other select {
- font-size: 16px;
- width: 250px;
- }
- /* multi-part form */
- div.beeswax a.hue-multipart-next, div.beeswax .bw-add_column button, div.beeswax input.bw-create_table_submit {
- font-size: 16px;
- font-weight: bold;
- color: #457396;
- text-shadow: 1px 1px #d0e6f7;
- border: 2px solid #6a8fab;
- background: #9acef5;
- border-radius: 12px;
- -moz-border-radius: 12px;
- -webkit-border-radius: 12px;
- padding: 2px 8px;
- position: absolute;
- right: 15px;
- margin-top: 8px;
- }
- a.hue-multipart-next:hover, div.beeswax .bw-add_column button:hover, div.beeswax input.bw-create_table_submit:hover {
- text-decoration: none;
- color: #003f6f;
- text-shadow: 1px 1px #d0e6f7;
- border: 2px solid #003f6f;
- background: #75bcf1;
- }
- /* create table form */
- div.beeswax dl.bw-table-setup .hue-help_link, div.beeswax div.bw-choose-file .hue-help_link {
- position: relative;
- top: -4px;
- padding-left: 1px;
- }
- div.beeswax dl.bw-table-setup, div.beeswax div.bw-choose-file, div.beeswax div.bw-choose-delimiter {
- width: 600px;
- margin: 10px auto;
- }
- div.beeswax div.bw-define-columns {
- width: 900px;
- margin: 10px auto;
- }
- div.beeswax .bw-format input {
- position: absolute;
- top: -10000px;
- }
- div.beeswax .bw-format {
- margin-top: 10px;
- }
- div.beeswax .bw-format dt label {
- clear: both;
- float: left;
- width: 90px;
- margin-right: 10px;
- cursor: pointer;
- position: relative;
- z-index: 1;
- }
- div.beeswax .bw-format dd {
- margin: 13px 0;
- }
- div.beeswax .bw-format .validation-advice {
- position:absolute;
- text-align:left;
- text-shadow:none;
- top:71px;
- left: 0px;
- width:400px;
- }
- div.beeswax ul.bw-config-data dl dt {
- margin-top: 10px;
- }
- div.beeswax .bw-delim-options input {
- margin: 5px 0;
- }
- div.beeswax .bw-file_formats input, div.beeswax .hue-bc-section input[type=checkbox] {
- position: absolute;
- top: -10000px;
- }
- div.beeswax .bw-file_formats ul {
- margin: 10px 0 0;
- }
- div.beeswax .bw-file_formats li {
- margin: 4px 0;
- width: 200px;
- }
- 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 {
- user-select: none;
- -moz-user-select: none;
- -webkit-user-select: none;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #9ACEF5 url(../art/checkback.png) 6px -29px no-repeat;
- border: 1px solid #457396;
- clear: both;
- color: #457396;
- display: block;
- font-size: 16px;
- font-weight: bold;
- padding: 0 8px 0 24px;
- text-shadow: 1px 1px #D0E6F7;
- margin-right: 10px;
- line-height: 29px;
- cursor: pointer;
- position: relative;
- z-index: 1;
- }
- div.beeswax div.bw-confirm_delim label {
- background: #9ACEF5;
- padding:5px;
- clear: none;
- }
- div.beeswax p.delimiter_confirmation {
- background: lightYellow;
- -moz-border-radius: 5px;
- padding: 5px;
- border: solid 1px black;
- margin: 5px 0px;
- font-weight: normal;
- }
- div.beeswax div.delimiter_preview_holder {
- max-width: 600px;
- height: auto;
- float: left;
- clear: both;
- margin-top: 20px;
- overflow-x: auto;
- border: gray solid 1px;
- }
- div.beeswax table.delimiter_preview thead tr th {
- background-color: white;
- color: black;
- font-weight: bold;
- border: 2px solid black;
- padding: 2px;
- }
- div.beeswax table.delimiter_preview tbody td {
- border: 2px solid black;
- padding: 2px;
- background-color: white;
- color: black;
- font-weight: normal;
- }
- div.beeswax .bw-select_delim dt {
- padding: 5px 0px;
- }
- div.beeswax .bw-select_delim a.hue-help_link {
- margin-bottom: 4px;
- }
- div.beeswax .bw-default_location label, div.beeswax .bw-import_data label, div.beeswax .bw-confirm_delim label, div.beeswax .bw-show_hive label {
- float: left;
- }
- div.beeswax .bw-default_location, div.beeswax .bw-external_loc, div.beeswax .bw-import_data {
- margin: 15px 0;
- }
- div.beeswax .bw-default_location a {
- margin-top: 10px;
- }
- div.beeswax .bw-import_data a {
- margin-top: 12px;
- }
- div.beeswax .bw-show_hive a {
- margin-top: 8px;
- }
- 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 {
- color: #003f6f;
- text-shadow: 1px 1px #d0e6f7;
- border: 1px solid #003f6f;
- background: #75bcf1 url(../art/checkback.png) 6px 8px no-repeat;
- }
- div.beeswax .bw-partition_key label.hue-bw-selected {
- background: #75bcf1 url(../art/checkback.png) 6px 3px no-repeat;;
- }
- div.beeswax .bw-file_formats dt {
- visibility: hidden;
- }
- div.beeswax .bw-external_loc {
- clear: both;
- }
- /* define columns table styling */
- div.beeswax div.bw-define-columns td {
- padding: 5px 5px 5px 10px;
- border-right: 5px solid white;
- margin-right: 2px;
- }
- div.beeswax table.data_table td {
- white-space: nowrap;
- }
- div.beeswax div.bw-define-columns table tr:first-child, div.beeswax div.bw-define-columns table tr:first-child + tr {
- background: white;
- }
- div.beeswax div.bw-define-columns table tr:first-child + tr {
- margin-bottom: 10px;
- }
- div.beeswax div.bw-define-columns table tr:first-child td, div.beeswax div.bw-define-columns table tr:first-child + tr td {
- border: solid black 1px;
- }
- div.beeswax div.bw-define-columns table tr:first-child + tr + tr {
- background: white;
- border: 1px solid white;
- }
- div.beeswax div.bw-define-columns td:last-child {
- border: none;
- margin: none;
- }
- div.beeswax div.bw-define-columns table.data_table dt label {
- font-size: 12px;
- }
- div.beeswax div.bw-define-columns table.row_headers td.input_row_header {
- padding-bottom: 15px;
- padding-top: 16px;
- }
- div.beeswax div.bw-define-columns .row_headers {
- font-weight: bold;
- float: left;
- width: 65px;
- margin-right: 10px;
- }
- div.beeswax div.bw-define-columns input, div.beeswax div.bw-define-columns select {
- background-color: #9ACEF5;
- border: gray inset 1px;
- width: 90px;
- }
- div.beeswax div.bw-define-columns table {
- background: lightGray;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- div.beeswax div.table_holder {
- width: 600px;
- overflow-x: auto;
- float: left;
- margin-bottom: 10px;
- }
- div.beeswax div.bw-show_hive {
- clear: both;
- }
- /* create table choice */
- div.beeswax ul.creation_choices {
- margin: 20px auto;
- width: 300px;
- padding-left: 250px;
- }
- div.beeswax ul.creation_choices a {
- float: left;
- background: #9ACEF5;
- color: black;
- margin:10px;
- padding: 10px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- font-size: 16px;
- text-shadow: 1px 1px #d0e6f7;
- border: 2px solid black;
- display: block;
- }
- div.beeswax ul.creation_choices a:hover {
- text-decoration: none;
- background: #51AFF5;
- }
- div.beeswax div.bw-create_table_choice {
- width: 600px;
- height: 220px;
- margin: 0 auto;
- background: url(../art/icon_huge.png) no-repeat 15% 100%;
- position: relative;
- }
- div.beeswax h1 {
- padding-top: 25px;
- }
- /* columns */
- /* headers */
- div.beeswax .bw-columns {
- width: 430px;
- }
- div.beeswax .bw-columns p {
- margin: 10px 0;
- }
- div.beeswax .bw-columns .bw-column_header input.bw-column_name {
- border: 0px;
- color: #457396;
- padding: 4px 25px 4px 4px;
- width: 360px;
- cursor: pointer;
- background: #9ACEF5;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- 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 {
- color: #003f6f;
- background: #75bcf1;
- font-weight: bold;
- }
- div.beeswax .bw-columns .bw-column_header label.overTxtLabel {
- color: #457396;
- margin-top: 0;
- }
- div.beeswax .bw-columns .bw-inactive a.hue-help_link {
- display: none;
- }
- /* body */
- 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 {
- font-size: 12px;
- }
- div.beeswax div.hue-bc-section .bw-column .hue-help_link {
- top: -2px;
- }
- div.beeswax .bw-array_type {
- visibility: hidden;
- }
- div.beeswax .bw-col_type, div.beeswax .bw-array_type, div.beeswax .bw-map_key_type, div.beeswax .bw-map_value_type {
- width: 172px;
- margin-bottom: 12px;
- }
- div.beeswax .bw-map_data {
- clear: both;
- display: none;
- }
- div.beeswax .bw-column dl {
- width: 350px;
- margin: 0 auto;
- }
- div.beeswax .bw-column dl dd select {
- width: 150px;
- }
- div.beeswax .bw-column .validation-advice {
- background-color: #999;
- background-position: 4px 50%;
- margin-left: 4px;
- padding: 5px 20px;
- width: 337px;
- }
- div.beeswax .bw-inactive .validation-advice {
- border-radius: 0 0 2px 2px;
- -moz-border-radius:0 0 2px 2px;
- -webkit-border-radius: 0 0 2px 2px;
- }
- div.beeswax .bw-column dt {
- clear: both;
- margin: 4px 0px;
- }
- div.beeswax dd.bw-column {
- border-radius: 0 0 2px 2px;
- -moz-border-radius:0 0 2px 2px;
- -webkit-border-radius: 0 0 2px 2px;
- background: #999;
- margin-left:4px;
- padding:0px 8px;
- top:-5px;
- width:361px;
- }
- div.beeswax .bw-partition_key label {
- background: #9ACEF5 url(../art/checkback.png) 6px -34px no-repeat;
- height:20px;
- line-height:19px;
- width:150px;
- margin: 8px 0 !important;
- }
- div.beeswax .bw-partition_key a.hue-help_link {
- left: 190px;
- margin-top: 4px;
- position: absolute;
- }
- div.beeswax .bw-add_column label {
- display: none;
- }
- div.beeswax .bw-add_column button {
- outline: none !important;
- outline-style:none !important;
- outline-width:0 !important;
- padding: 0;
- display: block;
- left: 257px;
- margin: 10px 0;
- position: relative;
- text-align: center;
- width: 132px;
- }
- div.beeswax .bw-add_column button:hover {
- text-decoration: none;
- }
- div.beeswax input.bw-create_table_submit {
- position: relative;
- left: 75px;
- }
- div.bw-remove_column {
- position: absolute;
- top: 5px;
- width: 12px;
- height: 12px;
- left: 371px;
- }
- div.beeswax .bw-remove_column button {
- border: none;
- background: url("/static/art/close.png") no-repeat 0 -13px;
- display: block;
- width: 12px;
- height: 12px;
- overflow: hidden;
- text-indent: -1000px;
- cursor: pointer;
- }
- div.beeswax .bw-remove_column button:hover {
- background: url(/static/art/close.png) no-repeat 0 0;
- }
- /* tables list */
- div.beeswax td.bw-tables_table {
- background-image: url(/static/art/icons/table.png) !important;
- background-repeat: no-repeat !important;
- background-position: 8px 50% !important;
- padding-left: 30px !important;
- }
- div.beeswax .show_tables td {
- height: 25px;
- }
- div.beeswax .show_tables td a {
- font-size: 14px;
- display: block;
- }
- div.beeswax .show_tables td a:hover {
- text-decoration: none;
- }
- div.beeswax td.bw-tables_browse {
- background-image: url(/static/art/icons/application_go.png) !important;
- background-repeat: no-repeat !important;
- background-position: 8px 50% !important;
- padding-left: 30px !important;
- width: 100px;
- }
- div.beeswax .hue-help_links_small a.hue-help_link {
- /* float: right;
- font-size: 9px;
- width: 10px;
- height: 11px;
- line-height: 11px;
- top: 3px;
- color: #457396
- */}
- div.bw-show_tables_subnav {
- left: 80px;
- top: 60px;
- }
- div.beeswax a.bw-install_samples, div.beeswax a.bw-new_table {
- background: url(/static/art/icons/bullet_add.png) no-repeat;
- padding: 4px 8px 4px 20px;
- height: 18px;
- }
- /* table page */
- div.beeswax .bw-col_table_wrapper, div.beeswax .bw-table_sample {
- }
- div.beeswax .describe_table .tabs {
- margin: 10px 10px 0px 0px;
- }
- div.beeswax .bw-location_link a:hover {
- text-decoration: none;
- }
- div.beeswax .bw-actions ul li a.bw-location_link {
- background: #9acef5 url(/static/art/icons/folder.png) no-repeat 4px 1px;
- display: block;
- padding-left: 22px;
- }
- div.beeswax .bw-actions ul li a.bw-load_data {
- background: #9acef5 url(/static/art/icons/table_row_insert.png) no-repeat 4px 50%;
- }
- div.beeswax .bw-actions ul li a.bw-browse_data {
- background: #9acef5 url(/static/art/icons/application_view_detail.png) no-repeat 4px 50%;
- }
- div.beeswax .bw-actions ul li a.bw-drop_table {
- background: #9acef5 url(/static/art/icons/table_delete.png) no-repeat 4px 50%;
- }
- div.beeswax .bw-actions ul li a.bw-hadoop_job {
- background: #9acef5 url(/static/art/hadoop_job_16x16.gif) no-repeat 4px 50%;
- }
- div.beeswax .bw-actions ul li a:hover {
- text-decoration: none;
- color: #003f6f;
- text-shadow: 1px 1px #d0e6f7;
- border: 1px solid #003f6f;
- background-color: #75bcf1;
- }
- div.beeswax a.hue-choose_file {
- margin-top: 5px;
- padding: 6px 10px 6px 25px;
- height: 20px;
- background: url(/static/art/icons/folder.png);
- border: none !important;
- }
- div.beeswax input.bw-loadPath {
- width: 90%;
- }
- div.beeswax .bw-dataNote {
- background-color: lightYellow;
- border: 1px solid lightGray;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- padding: 5px;
- margin: 4px 0;
- }
- div.beeswax .bw-overwriteLabel {
- padding: 3px 0px 0px 4px;
- margin: 4px 0;
- }
- div.beeswax .bw-overwriteCheckbox {
- margin-left: 3px;
- margin-top: 2px;
- }
- div.beeswax .bw-pathLabel {
- padding: 2px;
- }
- div.beeswax .bw-loadSubmit {
- margin-top: 8px;
- padding: 4px 8px;
- height: 20px;
- }
- /* results page */
- div.beeswax .bw-result_warning {
- font-weight: bold;
- padding: 8px;
- color: #900;
- background: #fdd !important;
- }
- div.beeswax .bw-view_result {
- padding: 5px 4px 3px 22px;
- height: 20px;
- background: url(/static/art/icons/magnifier.png);
- margin: 2px 0;
- }
- div.beeswax .tabs li {
- margin: 0px 2px;
- }
- div.beeswax .watch_results .bw-result_nav {
- position: absolute;
- top: 69px;
- left: 498px;
- width: 100px;
- }
- div.beeswax .watch_results .bw-result_nav a {
- float: right;
- text-indent: -500px;
- overflow: hidden;
- width: 16px;
- height: 16px;
- padding: 3px;
- display: block;
- padding: 0px;
- }
- div.beeswax .watch_results .bw-result_nav .bw-firstBlock {
- background: transparent url(/static/art/icons/control_start.png) no-repeat scroll;
- }
- div.beeswax .watch_results .bw-result_nav .bw-nextBlock {
- background: transparent url(/static/art/icons/control_play.png) no-repeat scroll;
- }
- div.beeswax .left_col h2 {
- font-size: 10px;
- padding: 8px;
- color: #457396;
- text-shadow: 1px 1px #d0e6f7;
- border-bottom: 2px solid #6a8fab;
- background: #9acef5;
- }
- div.beeswax .left_col h2 a.bw-query_link {
- display: block;
- padding-right: 22px;
- line-height: 18px;
- background: url(/static/art/icons/pencil.png) no-repeat right 50%;
- }
- div.beeswax .left_col h2 a.bw-query_link:hover {
- text-decoration: none;
- color: #003f6f;
- }
- div.beeswax .bw-no_jobs {
- color: #666;
- padding-top: 8px;
- }
- div.beeswax .bw-actions ul li a.bw-download_csv {
- background: #9acef5 url(/static/art/led-icons/doc_excel_csv.png) no-repeat 4px 50%;
- }
- div.beeswax .bw-actions ul li a.bw-download_xls {
- background: #9acef5 url(/static/art/led-icons/doc_excel_table.png) no-repeat 4px 50%;
- }
- div.beeswax .jframe-window-toolbar .tabs {
- right: 7px;
- position: absolute;
- top: 69px;
- margin: 0;
- }
- div.beeswax .bw-save_query_results input[type=radio] {
- float: left;
- clear: both;
- }
- div.beeswax .watch_results .bw-save_query_results [data-filters*=Accordion] .target {
- clear: both;
- }
- div.beeswax .watch_results .bw-save_query_results {
- padding: 5px;
- }
- div.beeswax .watch_results .bw-save_query_results div {
- padding: 5px 0px;
- }
- div.beeswax .watch_results .bw-save_query_results label {
- padding-left: 5px;
- }
- div.beeswax .watch_results .bw-save_query_results label.overTxtLabel {
- padding: 0px;
- }
- div.beeswax .watch_results .bw-save_query_results input[type=text]{
- margin-left: 17px;
- }
- div.beeswax .watch_results .bw-save_query_results a[data-filters*=ArtButton] {
- margin-left: 17px;
- }
- div.beeswax .watch_results .bw-save_query_results div[data-filters*=ArtButton] {
- margin-top: 5px;
- }
- div.beeswax .watch_results .bw-save_query_results a.hue-choose_file {
- background: url(/static/art/icons/folder.png);
- }
- div.beeswax .bw-save {
- background: #9acef5 url(/static/art/icons/525_floppy.gif) no-repeat 4px 50%;
- }
- /* query page */
- div.beeswax .bw-query_error {
- width: 400px;
- min-height: 100px;
- }
- div.beeswax .bw-results_log {
- background: #fff;
- }
- div.beeswax .bw-query-field {
- width: 100%;
- margin: 0px auto;
- border: none;
- font-family: monaco, courier;
- font-size: 12px;
- color: #fff;
- background: #333;
- padding: 0;
- outline:none
- }
- div.beeswax .bw-query dd.bw-query_bottom {
- background: #333;
- border: 1px solid #333;
- padding: 0px 0px 0px 10px;
- }
- div.beeswax .bw-query div.validation-advice {
- background-color: lightYellow;
- background-position: 8px 50%;
- bottom: 10px;
- padding: 8px 8px 8px 26px;
- position: absolute;
- width: 90%;
- border-radius: 8px;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- }
- div.beeswax .bw-query .jframe-error {
- background-color: lightYellow !important;
- }
- div.beeswax .bw-error_tab_msg {
- padding-left: 22px;
- }
- div.beeswax .bw-query_save_buttons input, div.beeswax .bw-query_save_buttons a {
- padding: 6px 7px 6px 25px;
- height: 23px;
- }
- div.beeswax .query_edit_actions input.bw-query_save, div.beeswax .query_edit_actions input.bw-query_save_as {
- padding: 6px 11px 6px 29px;
- height: 23px;
- background: url(/static/art/icons/525_floppy.gif);
- }
- div.beeswax .bw-query_save_buttons input.bw-query_execute {
- padding: 6px 27px 6px 7px;
- background: url(/static/art/led-icons/arrow_right.png);
- }
- div.beeswax .bw-query_save_buttons input.bw-query_explain {
- padding: 6px 7px 6px 27px;
- background: url(/static/art/icons/explain.gif);
- }
- div.beeswax .bw-query_save_buttons a.bw-query_new {
- padding: 6px 7px 6px 27px;
- background: url(/static/art/led-icons/add.png);
- }
- div.beeswax .query_edit_actions {
- float: right;
- }
- div.beeswax .query_edit_actions li {
- margin-left: 10px;
- }
- div.beeswax .bw-query_header label {
- line-height: 20px;
- float: left;
- font-size: 14px;
- }
- div.beeswax .bw-query_header a.hue-help_link {
- margin-left: 4px;
- }
- div.beeswax .bw-query_header {
- padding: 4px 8px;
- color: #003f6f;
- text-shadow: 1px 1px #d0e6f7;
- border-bottom: 2px solid #6a8fab;
- background: #9acef5;
- font-size: 12px;
- }
- div.beeswax .bw-query_save_buttons div {
- float: left;
- }
- div.beeswax .bw-query_save_form {
- display: none;
- }
- div.beeswax .bw-query_save_form * {
- text-align: left;
- }
- div.beeswax .bw-query_save_form dt {
- font-weight: bold;
- margin-bottom: 4px;
- }
- div.beeswax .bw-query_save_form dd {
- margin-bottom: 4px;
- }
- div.beeswax .bw-query_save_form input {
- width: 240px;
- }
- div.beeswax .bw-query_settings {
- min-width: 180px;
- }
- div.beeswax .bw-query_settings input, div.beeswax .bw-query_settings select {
- width: 90%;
- width: -moz-available;
- }
- div.beeswax .bw-query_settings a.hue-choose_file {
- position: relative;
- top: -1px;
- }
- div.beeswax .bw-query_settings .errorlist {
- border: #999 solid;
- border-width: 0 1px 1px;
- padding: 4px;
- background: lightyellow;
- }
- div.beeswax .bw-query_settings hr {
- clear: both;
- color: #333;
- background-color: #333;
- height: 1px;
- border: none;
- margin: 6px 0;
- }
- div.beeswax .bw-query_settings dt label {
- background: #999;
- border-radius: 4px 4px 0px 0px;
- -moz-border-radius: 4px 4px 0px 0px;
- -webkit-border-radius: 4px 4px 0px 0px;
- padding: 2px 4px;
- }
- div.beeswax .bw-query_settings dd dl {
- margin-top: -10px;
- position: relative;
- }
- div.beeswax .bw-query_settings dd dt {
- margin-top: 10px;
- }
- div.beeswax .bw-query_settings .bw-query_settings_delete {
- position: absolute;
- right: 0px;
- top: -1px;
- width: 12px;
- height: 12px;
- }
- div.beeswax .bw-query_settings .bw-query_settings_delete button {
- border: none;
- text-indent: -10000px;
- background: url(/static/art/close.png) no-repeat 0 0;
- width: 12px;
- height: 12px;
- cursor: pointer;
- }
- div.beeswax .bw-query_settings .bw-query_settings_add {
- height: 16px;
- }
- div.beeswax .bw-query_settings .bw-query_settings_add button {
- border: none;
- text-indent: -10000px;
- background: url(/static/art/icons/add.png) no-repeat 0 0;
- width: 16px;
- height: 16px;
- cursor: pointer;
- position: absolute;
- top: 4px;
- right: -1px;
- }
- div.beeswax .hue-bw_parameters {
- margin-top: 0px !important;
- }
- div.beeswax .hue-bw_parameters input {
- width: auto;
- margin-right: 10px;
- }
- /* saved queries */
- div.beeswax .bw-query_actions {
- width: 90px;
- }
- div.beeswax .bw-query_actions a {
- display: block;
- float: left;
- width: 16px;
- height: 16px;
- overflow: hidden;
- text-indent: -300px;
- margin-right: 5px;
- }
- div.beeswax .bw-query_edit {
- background: url(/static/art/icons/page_edit.png) no-repeat;
- }
- div.beeswax .bw-query_delete {
- background: url(/static/art/icons/page_delete.png) no-repeat;
- }
- div.beeswax .bw-query_history {
- background: url(/static/art/icons/time.png) no-repeat;
- }
- div.beeswax .bw-query_clone {
- background: url(/static/art/icons/page_copy.png) no-repeat;
- }
- div.beeswax div.bw-designs_toolbar {
- position: absolute;
- top: 60px;
- left: 80px;
- }
- div.beeswax .bw-navigation a {
- float: left;
- text-indent: -500px;
- overflow: hidden;
- width: 16px;
- height: 16px;
- padding: 3px;
- display: block;
- padding: 0px;
- }
- div.beeswax .bw-navigation p {
- color: #333;
- }
- div.beeswax .bw-navigation .bw-firstBlock {
- background: transparent url(/static/art/icons/control_start.png) no-repeat scroll;
- }
- div.beeswax .bw-navigation .bw-prevBlock {
- background: transparent url(/static/art/icons/control_previous.png) no-repeat scroll;
- }
- div.beeswax .bw-navigation .bw-nextBlock {
- background: transparent url(/static/art/icons/control_play.png) no-repeat scroll;
- }
- div.beeswax .bw-navigation .bw-lastBlock {
- background: transparent url(/static/art/icons/control_end.png) no-repeat scroll;
- }
- div.beeswax .bw-navigation .bw-nav_links {
- position: absolute;
- left: 381px;
- top: 0px;
- width: 220px;
- }
- div.beeswax .bw-navigation .bw-nav_links p {
- float: left;
- padding: 0 10px;
- }
- /* context menu */
- div.beeswax .context-menu {
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- background: #fff;
- border: solid #777;
- border-width: 1px;
- position: absolute;
- z-index: 1;
- display: none;
- overflow: visible;
- }
- div.beeswax .context-menu * {
- white-space: nowrap;
- }
- div.beeswax .context-menu li {
- border-bottom: 1px solid #ccc;
- padding: 3px;
- }
- div.beeswax .context-menu li a {
- padding-left: 20px;
- display: block;
- height: 18px;
- }
- div.beeswax table[data-filters*=HtmlTable] tr.table-tr-selected td .context-menu li a {
- color: #000;
- text-decoration: none;
- }
- div.beeswax .context-menu li:hover, div.beeswax .context-menu li:hover a {
- text-decoration: none;
- background-color: #3875D7 !important;
- color: #fff !important;
- }
- div.beeswax .context-menu li:last-child {
- border: none;
- }
- div.beeswax .bw-options {
- background: url(/static/art/led-icons/ui_combo_box.png) no-repeat;
- display: block;
- width: 16px;
- height: 16px;
- text-indent: -500px;
- overflow: hidden;
- float: right;
- }
- /*
- my queries
- */
- div.beeswax .jframe-window-toolbar ul.bw-my_queries_tabs {
- left: 77px;
- }
- div.beeswax .bw-view_more {
- margin: 8px auto 0;
- color: #457396;
- text-shadow: 1px 1px #d0e6f7;
- border: 1px solid #6a8fab;
- background-color: #9acef5;
- display: block;
- padding: 4px 4px 4px 25px;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- text-align: center;
- width: 200px;
- font-size: 12px;
- }
- div.beeswax .bw-view_more:hover {
- text-decoration: none;
- color: #003f6f;
- text-shadow: 1px 1px #d0e6f7;
- border: 1px solid #003f6f;
- background: #75bcf1;
- }
- div.beeswax .bw-query_settings_toggle {
- padding: 8px 8px 8px 25px;
- height: 25px;
- background: url(/static/art/icons/cog.png) no-repeat;
- }
- /* history page */
- div.beeswax .list_history .bw-showing_msg {
- display: none;
- }
- div.beeswax .list_history .bw-show_group {
- position: absolute;
- top: 60px;
- left: 80px;
- }
- div.beeswax .list_history .bw-show_group a {
- background:url("/static/art/icons/bullet_add.png") no-repeat scroll 0 0 transparent;
- height:18px;
- padding:4px 8px;
- }
- /* header */
- div.beeswax div.bw-input-filter {
- position: absolute;
- right: 16px;
- top: 57px;
- }
|