Skip to content

Commit

Permalink
v9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Jun 16, 2021
1 parent e480545 commit 536f2ca
Show file tree
Hide file tree
Showing 424 changed files with 4,665 additions and 4,092 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highcharts",
"version": "9.1.1",
"version": "9.1.2",
"main": "highcharts.js",
"license": "https://www.highcharts.com/license",
"types": "highcharts.d.ts"
Expand Down
57 changes: 29 additions & 28 deletions css/annotations/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
top: 5%;
left: 15%;
overflow-x: hidden;
overflow-y: auto;
overflow-y: hidden;
width: 75%;
min-width: 300px;
max-width: 600px;
Expand All @@ -39,64 +39,64 @@
}

.highcharts-popup div, .highcharts-popup span {
box-sizing: content-box;
box-sizing: border-box;
}

.highcharts-popup input, .highcharts-popup label, .highcharts-popup select {
clear: both;
float: left;
width: 100%;
margin-bottom: 10px;
box-sizing: border-box;
}

.highcharts-popup input {
border: 1px solid #e6e6e6;
padding: 5px;
width: calc(100% - 12px);
width: 100%;
}

.highcharts-popup-lhs-col, .highcharts-popup-rhs-col {
padding: 20px;
height: calc(100% - 84px);
/* 44px - padding, 40px - tabs*/
height: 100%;
float: left;
overflow-y: auto;
}

.highcharts-popup-lhs-col.highcharts-popup-lhs-full {
width: calc(100% - 52px);
overflow-y: auto;
width: 100%;
overflow-x: hidden;
height: calc(100% - 140px);
height: calc(100% - 104px);
border: none;
padding: 0px 20px 20px 20px;
padding: 20px;
padding-bottom: 10px;
}

.highcharts-popup-lhs-col.highcharts-popup-lhs-full + .highcharts-popup-bottom-row {
width: calc(100% - 32px);
width: 100%;
}

.highcharts-popup-lhs-col {
clear: both;
width: calc(30% - 44px);
width: 30%;
border-right: 1px solid #e6e6e6;
}

.highcharts-popup-bottom-row {
float: left;
padding: 0px 20px;
width: calc(100% - 40px);
padding-bottom: 12px;
width: 100%;
border-top: 1px solid #e6e6e6;
}

.highcharts-popup-rhs-col {
width: calc(70% - 40px);
width: 70%;
height: calc(100% - 40px);
padding: 20px;
}

.highcharts-popup-rhs-col-wrapper {
float: left;
width: calc(100% - 20px);
padding-right: 20px;
height: calc(100% - 40px);
overflow-y: auto;
width: 100%;
overflow-x: hidden;
}

Expand All @@ -109,22 +109,22 @@
.highcharts-indicator-list {
float: left;
color: #666;
height: 100%;
height: calc(100% - 70px);
width: 100%;
overflow-y: auto;
overflow-x: hidden;
margin: 0px;
padding: 0px;
padding: 15px 0px;
}

.highcharts-indicator-list li {
cursor: pointer;
padding: 0px 0px 5px 0px;
padding: 5px 20px;
margin: 0px;
width: 100%;
height: auto;
overflow: hidden;
word-break: break-all;
box-sizing: border-box;
}

.highcharts-indicator-list li:hover {
Expand All @@ -136,8 +136,9 @@
cursor: pointer;
display: block;
float: left;
padding: 10px;
height: 20px;
padding: 0px 10px;
height: 40px;
line-height: 40px;
}

.highcharts-tab-item.highcharts-tab-item-active {
Expand All @@ -160,8 +161,8 @@
.highcharts-popup-close {
background-repeat: no-repeat;
background-position: 50% 50%;
width: 20px;
height: 20px;
width: 40px;
height: 40px;
cursor: pointer;
position: absolute;
padding: 10px;
Expand Down Expand Up @@ -225,7 +226,7 @@

.highcharts-popup .highcharts-popup-main-title {
border-bottom: 1px solid #e6e6e6;
margin: 0px 0px 20px 0px;
margin: 0px;
padding: 8px 0px 6px 20px;
}

Expand Down
56 changes: 29 additions & 27 deletions css/annotations/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $button-hover-color: #e6ebf5;
top: 5%;
left: 15%;
overflow-x: hidden;
overflow-y: auto;
overflow-y: hidden;
width: 75%;
min-width: 300px;
max-width: 600px;
Expand All @@ -45,63 +45,64 @@ $button-hover-color: #e6ebf5;
}

.highcharts-popup div, .highcharts-popup span {
box-sizing: content-box;
box-sizing: border-box;
}

.highcharts-popup input, .highcharts-popup label, .highcharts-popup select {
clear: both;
float: left;
width: 100%;
margin-bottom: 10px;
box-sizing: border-box;
}

.highcharts-popup input {
border: 1px solid #e6e6e6;
padding: 5px;
width: calc(100% - 12px);
width: 100%;
}

.highcharts-popup-lhs-col, .highcharts-popup-rhs-col {
padding: 20px;
height: calc(100% - 84px); /* 44px - padding, 40px - tabs*/
height: 100%;
float: left;
overflow-y: auto;
}

.highcharts-popup-lhs-col.highcharts-popup-lhs-full {
width: calc(100% - 52px);
overflow-y: auto;
width: 100%;
overflow-x: hidden;
height: calc(100% - 140px);
height: calc(100% - 104px);
border: none;
padding: 0px 20px 20px 20px;
padding: 20px;
padding-bottom: 10px;
}

.highcharts-popup-lhs-col.highcharts-popup-lhs-full + .highcharts-popup-bottom-row {
width: calc(100% - 32px);
width: 100%;
}

.highcharts-popup-lhs-col {
clear: both;
width: calc(30% - 44px);
width: 30%;
border-right: 1px solid #e6e6e6;
}

.highcharts-popup-bottom-row {
float: left;
padding: 0px 20px;
width: calc(100% - 40px);
padding-bottom: 12px;
width: 100%;
border-top: 1px solid #e6e6e6;
}

.highcharts-popup-rhs-col {
width: calc(70% - 40px);
width: 70%;
height: calc(100% - 40px);
padding: 20px;
}

.highcharts-popup-rhs-col-wrapper {
float: left;
width: calc(100% - 20px);
padding-right: 20px;
height: calc(100% - 40px);
overflow-y: auto;
width: 100%;
overflow-x: hidden;
}

Expand All @@ -114,22 +115,22 @@ $button-hover-color: #e6ebf5;
.highcharts-indicator-list {
float: left;
color: #666;
height: 100%;
height: calc(100% - 70px);
width: 100%;
overflow-y: auto;
overflow-x: hidden;
margin: 0px;
padding: 0px;
padding: 15px 0px;
}

.highcharts-indicator-list li {
cursor: pointer;
padding: 0px 0px 5px 0px;
padding: 5px 20px;
margin: 0px;
width: 100%;
height: auto;
overflow: hidden;
word-break: break-all;
box-sizing: border-box;
}

.highcharts-indicator-list li:hover {
Expand All @@ -141,8 +142,9 @@ $button-hover-color: #e6ebf5;
cursor: pointer;
display: block;
float:left;
padding: 10px;
height: 20px;
padding: 0px 10px;
height: 40px;
line-height: 40px;
}

.highcharts-tab-item.highcharts-tab-item-active {
Expand All @@ -165,8 +167,8 @@ $button-hover-color: #e6ebf5;
.highcharts-popup-close {
background-repeat: no-repeat;
background-position: 50% 50%;
width: 20px;
height: 20px;
width: 40px;
height: 40px;
cursor: pointer;
position: absolute;
padding: 10px;
Expand Down Expand Up @@ -229,7 +231,7 @@ $button-hover-color: #e6ebf5;

.highcharts-popup .highcharts-popup-main-title {
border-bottom: 1px solid #e6e6e6;
margin: 0px 0px 20px 0px;
margin: 0px;
padding: 8px 0px 6px 20px;
}

Expand Down

0 comments on commit 536f2ca

Please sign in to comment.