Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v7.0.0
  • Loading branch information
TorsteinHonsi committed Dec 11, 2018
1 parent 52c0ea9 commit a06e400
Show file tree
Hide file tree
Showing 1,416 changed files with 859,631 additions and 448,455 deletions.
5 changes: 3 additions & 2 deletions bower.json
@@ -1,6 +1,7 @@
{
"name": "highcharts",
"version": "6.2.0",
"version": "7.0.0",
"main": "highcharts.js",
"license": "https://www.highcharts.com/license"
"license": "https://www.highcharts.com/license",
"types": "highcharts.d.ts"
}
218 changes: 218 additions & 0 deletions css/annotations/popup.css
@@ -0,0 +1,218 @@
.highcharts-popup.highcharts-annotation-toolbar {
right: 10%;
left: auto;
height: 40px;
padding-right: 40px;
width: auto;
}

.highcharts-popup.highcharts-annotation-toolbar button {
margin-top: 0px;
}

.highcharts-popup.highcharts-annotation-toolbar > span {
display: block;
float: left;
padding: 12px;
}

.highcharts-popup {
background-color: #fff;
color: #666;
display: none;
font-size: 0.876em;
height: 70%;
top: 15%;
left: 25%;
position: absolute;
width: 50%;
z-index: 100;
-webkit-box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
}

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

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

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

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

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

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

.highcharts-popup-bottom-row {
float: left;
padding: 0px 20px;
width: calc(100% - 40px);
}

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

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

.highcharts-popup-rhs-col-wrapper h3 {
margin-top: 0px;
padding-bottom: 0px;
}

.highcharts-bindings-wrapper ul.highcharts-indicator-list,
.highcharts-indicator-list {
float: left;
color: #666;
height: 100%;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
margin: 0px;
padding: 0px;
}

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

.highcharts-indicator-list li:hover {
background-color: #e6ebf5;
}

.highcharts-tab-item {
background-color: #f7f7f7;
cursor: pointer;
display: block;
float: left;
padding: 10px;
height: 20px;
}

.highcharts-tab-item.highcharts-tab-item-active {
background-color: #e6ebf5;
}

.highcharts-tab-item-content {
display: none;
float: left;
height: 100%;
overflow: hidden;
width: 100%;
border-top: 1px solid #e6e6e6;
}

.highcharts-tab-item-show {
display: block;
}

.highcharts-popup-close {
background: url("https://code.highcharts.com/7.0.0/gfx/stock-icons/close.svg") no-repeat 50% 50%;
width: 20px;
height: 20px;
cursor: pointer;
position: absolute;
padding: 10px;
top: 0%;
right: 0%;
color: #333333;
}

.highcharts-popup-close:hover,
.highcharts-popup button:hover,
.highcharts-popup button.highcharts-annotation-edit-button:hover,
.highcharts-popup button.highcharts-annotation-remove-button:hover {
background-color: #e6ebf5;
}

.highcharts-popup button {
float: right;
border: none;
background: #f7f7f7;
color: #666;
margin-left: 5px;
margin-top: 12px;
}

.highcharts-tab-disabled {
color: #ccc;
}

/* annotation edit small popup */
.highcharts-popup button.highcharts-annotation-edit-button,
.highcharts-popup button.highcharts-annotation-remove-button {
width: 20px;
height: 40px;
padding: 20px;
}

.highcharts-popup button.highcharts-annotation-edit-button {
background: url("https://code.highcharts.com/7.0.0/gfx/stock-icons/edit.svg") no-repeat 50% 50% transparent;
text-indent: -9999px;
}

.highcharts-popup button.highcharts-annotation-remove-button {
background: url("https://code.highcharts.com/7.0.0/gfx/stock-icons/destroy.svg") no-repeat 50% 50% transparent;
text-indent: -9999px;
}

.highcharts-popup .highcharts-annotation-title {
display: block;
float: left;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 15px;
width: 100%;
}

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

.highcharts-indicator-title {
float: left;
padding-bottom: 15px;
}

0 comments on commit a06e400

Please sign in to comment.