Skip to content

Commit ae52d6f

Browse files
committed
re-updating BokehJS release to 0.5.0
1 parent 9df4a32 commit ae52d6f

File tree

3 files changed

+325
-327
lines changed

3 files changed

+325
-327
lines changed

bokehjs/release/css/bokeh.css

Lines changed: 162 additions & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,10 +1814,6 @@ input.ui-editRangeSlider-inputValue{
18141814
display: block;
18151815
clear: both;
18161816
}
1817-
.bokeh_canvas_wrapper_outer,
1818-
.bokeh_canvas_wrapper {
1819-
overflow: auto;
1820-
}
18211817
.bokeh_canvas_wrapper .resize_bokeh_plot {
18221818
position: absolute;
18231819
right: 40px;
@@ -4927,6 +4923,165 @@ textarea.bk-widget-form-input {
49274923
width: 50px;
49284924
min-height: 200px;
49294925
}
4926+
.bk-crossfilter-row {
4927+
margin-left: -15px;
4928+
margin-right: -15px;
4929+
height: 100%;
4930+
width: 100%;
4931+
margin: 0px;
4932+
}
4933+
.bk-crossfilter-panel-heading {
4934+
padding-top: 5px;
4935+
padding-bottom: 5px;
4936+
}
4937+
.aligntable {
4938+
vertical-align: top;
4939+
}
4940+
.bk-crossfilter-container {
4941+
height: 100%;
4942+
width: 100%;
4943+
whitespace: nowrap;
4944+
display: inline-block;
4945+
overflow: auto;
4946+
}
4947+
.bk-crossfilter-configuration {
4948+
overflow: auto;
4949+
float: left;
4950+
padding-right: 0px !important;
4951+
padding-left: 15px !important;
4952+
margin-left: 0px !important;
4953+
margin-right: 0px !important;
4954+
}
4955+
.bk-column-list {
4956+
overflow-y: auto;
4957+
height: 100%;
4958+
padding-right: 0px;
4959+
padding-left: 0px;
4960+
}
4961+
.bk-table {
4962+
width: 100%;
4963+
margin-bottom: 20px;
4964+
border-top: none;
4965+
margin-bottom: 0px;
4966+
text-algin: left;
4967+
}
4968+
.bk-table > thead > tr > th,
4969+
.bk-table > tbody > tr > th,
4970+
.bk-table > tfoot > tr > th,
4971+
.bk-table > thead > tr > td,
4972+
.bk-table > tbody > tr > td,
4973+
.bk-table > tfoot > tr > td {
4974+
padding: 8px;
4975+
line-height: 1.42857143;
4976+
vertical-align: top;
4977+
border-top: 1px solid #dddddd;
4978+
}
4979+
.bk-table > thead > tr > th {
4980+
vertical-align: bottom;
4981+
border-bottom: 2px solid #dddddd;
4982+
}
4983+
.bk-table > caption + thead > tr:first-child > th,
4984+
.bk-table > colgroup + thead > tr:first-child > th,
4985+
.bk-table > thead:first-child > tr:first-child > th,
4986+
.bk-table > caption + thead > tr:first-child > td,
4987+
.bk-table > colgroup + thead > tr:first-child > td,
4988+
.bk-table > thead:first-child > tr:first-child > td {
4989+
border-top: 0;
4990+
}
4991+
.bk-table > tbody + tbody {
4992+
border-top: 2px solid #dddddd;
4993+
}
4994+
.bk-table .bk-bs-table {
4995+
background-color: #ffffff;
4996+
}
4997+
.bk-table > thead > tr > th,
4998+
.bk-table > tbody > tr > th,
4999+
.bk-table > tfoot > tr > th,
5000+
.bk-table > thead > tr > td,
5001+
.bk-table > tbody > tr > td,
5002+
.bk-table > tfoot > tr > td {
5003+
padding: 5px;
5004+
}
5005+
.bk-filters-facets {
5006+
height: 100%;
5007+
padding-left: 0px;
5008+
padding-right: 0px;
5009+
}
5010+
.bk-filters {
5011+
height: 45%;
5012+
overflow: hidden;
5013+
position: relative;
5014+
}
5015+
.bk-filters-selections {
5016+
position: absolute;
5017+
top: 30px;
5018+
left: 0px;
5019+
right: 0px;
5020+
bottom: 0px;
5021+
overflow-y: auto;
5022+
padding-top: 0px;
5023+
padding-bottom: 0px;
5024+
padding: 5px !important;
5025+
}
5026+
.bk-facet {
5027+
height: 14%;
5028+
position: relative;
5029+
}
5030+
.bk-facets-selections {
5031+
position: absolute;
5032+
top: 30px;
5033+
left: 0px;
5034+
right: 0px;
5035+
bottom: 0px;
5036+
}
5037+
.bk-plot-selection {
5038+
padding-right: 0px;
5039+
padding-left: 0px;
5040+
}
5041+
.bk-plot {
5042+
float: left;
5043+
display: inline-block;
5044+
}
5045+
.bk-facet-label {
5046+
display: inline;
5047+
padding: .2em .6em .3em;
5048+
font-size: 75%;
5049+
font-weight: bold;
5050+
line-height: 1;
5051+
color: #ffffff;
5052+
text-align: center;
5053+
white-space: nowrap;
5054+
vertical-align: baseline;
5055+
border-radius: .25em;
5056+
background-color: #5bc0de;
5057+
margin-left: 5px;
5058+
display: inline-block;
5059+
cursor: pointer;
5060+
}
5061+
.bk-facet-label[href]:hover,
5062+
.bk-facet-label[href]:focus {
5063+
color: #ffffff;
5064+
text-decoration: none;
5065+
cursor: pointer;
5066+
}
5067+
.bk-facet-label:empty {
5068+
display: none;
5069+
}
5070+
.bk-bs-btn .bk-facet-label {
5071+
position: relative;
5072+
top: -1px;
5073+
}
5074+
.bk-facet-label[href]:hover,
5075+
.bk-facet-label[href]:focus {
5076+
background-color: #31b0d5;
5077+
}
5078+
.bk-filters-selections .bk-sidebar {
5079+
-webkit-transform: scale(0.5, 0.5) !important;
5080+
transform: scale(0.5, 0.5) !important;
5081+
}
5082+
.bk-crossfilter .bk-widget-form {
5083+
padding: 5px;
5084+
}
49305085
svg {
49315086
font: 12px sans-serif;
49325087
margin: 0;
@@ -5056,6 +5211,9 @@ fieldset[disabled] .bk-toolbar-button.bk-bs-active {
50565211
.grid_plot .button_bar {
50575212
display: none;
50585213
}
5214+
.grid_plot .bk-logo {
5215+
display: none;
5216+
}
50595217
.bokeh_canvas_wrapper {
50605218
position: relative;
50615219
font-size: 12pt;
@@ -5247,162 +5405,3 @@ fieldset[disabled] .bk-toolbar-button.bk-bs-active {
52475405
.jsp {
52485406
overflow: hidden;
52495407
}
5250-
.bk-crossfilter-row {
5251-
margin-left: -15px;
5252-
margin-right: -15px;
5253-
height: 100%;
5254-
width: 100%;
5255-
margin: 0px;
5256-
}
5257-
.bk-crossfilter-panel-heading {
5258-
padding-top: 5px;
5259-
padding-bottom: 5px;
5260-
}
5261-
.aligntable {
5262-
vertical-align: top;
5263-
}
5264-
.bk-crossfilter-container {
5265-
height: 100%;
5266-
width: 100%;
5267-
whitespace: nowrap;
5268-
display: inline-block;
5269-
overflow: auto;
5270-
}
5271-
.bk-crossfilter-configuration {
5272-
overflow: auto;
5273-
float: left;
5274-
padding-right: 0px !important;
5275-
padding-left: 15px !important;
5276-
margin-left: 0px !important;
5277-
margin-right: 0px !important;
5278-
}
5279-
.bk-column-list {
5280-
overflow-y: auto;
5281-
height: 100%;
5282-
padding-right: 0px;
5283-
padding-left: 0px;
5284-
}
5285-
.bk-table {
5286-
width: 100%;
5287-
margin-bottom: 20px;
5288-
border-top: none;
5289-
margin-bottom: 0px;
5290-
text-algin: left;
5291-
}
5292-
.bk-table > thead > tr > th,
5293-
.bk-table > tbody > tr > th,
5294-
.bk-table > tfoot > tr > th,
5295-
.bk-table > thead > tr > td,
5296-
.bk-table > tbody > tr > td,
5297-
.bk-table > tfoot > tr > td {
5298-
padding: 8px;
5299-
line-height: 1.42857143;
5300-
vertical-align: top;
5301-
border-top: 1px solid #dddddd;
5302-
}
5303-
.bk-table > thead > tr > th {
5304-
vertical-align: bottom;
5305-
border-bottom: 2px solid #dddddd;
5306-
}
5307-
.bk-table > caption + thead > tr:first-child > th,
5308-
.bk-table > colgroup + thead > tr:first-child > th,
5309-
.bk-table > thead:first-child > tr:first-child > th,
5310-
.bk-table > caption + thead > tr:first-child > td,
5311-
.bk-table > colgroup + thead > tr:first-child > td,
5312-
.bk-table > thead:first-child > tr:first-child > td {
5313-
border-top: 0;
5314-
}
5315-
.bk-table > tbody + tbody {
5316-
border-top: 2px solid #dddddd;
5317-
}
5318-
.bk-table .bk-bs-table {
5319-
background-color: #ffffff;
5320-
}
5321-
.bk-table > thead > tr > th,
5322-
.bk-table > tbody > tr > th,
5323-
.bk-table > tfoot > tr > th,
5324-
.bk-table > thead > tr > td,
5325-
.bk-table > tbody > tr > td,
5326-
.bk-table > tfoot > tr > td {
5327-
padding: 5px;
5328-
}
5329-
.bk-filters-facets {
5330-
height: 100%;
5331-
padding-left: 0px;
5332-
padding-right: 0px;
5333-
}
5334-
.bk-filters {
5335-
height: 45%;
5336-
overflow: hidden;
5337-
position: relative;
5338-
}
5339-
.bk-filters-selections {
5340-
position: absolute;
5341-
top: 30px;
5342-
left: 0px;
5343-
right: 0px;
5344-
bottom: 0px;
5345-
overflow-y: auto;
5346-
padding-top: 0px;
5347-
padding-bottom: 0px;
5348-
padding: 5px !important;
5349-
}
5350-
.bk-facet {
5351-
height: 14%;
5352-
position: relative;
5353-
}
5354-
.bk-facets-selections {
5355-
position: absolute;
5356-
top: 30px;
5357-
left: 0px;
5358-
right: 0px;
5359-
bottom: 0px;
5360-
}
5361-
.bk-plot-selection {
5362-
padding-right: 0px;
5363-
padding-left: 0px;
5364-
}
5365-
.bk-plot {
5366-
float: left;
5367-
display: inline-block;
5368-
}
5369-
.bk-facet-label {
5370-
display: inline;
5371-
padding: .2em .6em .3em;
5372-
font-size: 75%;
5373-
font-weight: bold;
5374-
line-height: 1;
5375-
color: #ffffff;
5376-
text-align: center;
5377-
white-space: nowrap;
5378-
vertical-align: baseline;
5379-
border-radius: .25em;
5380-
background-color: #5bc0de;
5381-
margin-left: 5px;
5382-
display: inline-block;
5383-
cursor: pointer;
5384-
}
5385-
.bk-facet-label[href]:hover,
5386-
.bk-facet-label[href]:focus {
5387-
color: #ffffff;
5388-
text-decoration: none;
5389-
cursor: pointer;
5390-
}
5391-
.bk-facet-label:empty {
5392-
display: none;
5393-
}
5394-
.bk-bs-btn .bk-facet-label {
5395-
position: relative;
5396-
top: -1px;
5397-
}
5398-
.bk-facet-label[href]:hover,
5399-
.bk-facet-label[href]:focus {
5400-
background-color: #31b0d5;
5401-
}
5402-
.bk-filters-selections .bk-sidebar {
5403-
-webkit-transform: scale(0.5, 0.5) !important;
5404-
transform: scale(0.5, 0.5) !important;
5405-
}
5406-
.bk-crossfilter .bk-widget-form {
5407-
padding: 5px;
5408-
}

bokehjs/release/css/bokeh.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)