popup.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. .highcharts-popup.highcharts-annotation-toolbar {
  2. right: 10%;
  3. left: auto;
  4. height: 40px;
  5. overflow: hidden;
  6. padding-right: 40px;
  7. width: auto;
  8. min-width: 0;
  9. }
  10. .highcharts-popup.highcharts-annotation-toolbar button {
  11. margin-top: 0px;
  12. }
  13. .highcharts-popup.highcharts-annotation-toolbar > span {
  14. display: block;
  15. float: left;
  16. padding: 12px;
  17. }
  18. .highcharts-popup {
  19. background-color: #fff;
  20. color: #666;
  21. display: none;
  22. font-size: 0.876em;
  23. max-height: 90%;
  24. top: 5%;
  25. left: 15%;
  26. overflow-x: hidden;
  27. overflow-y: auto;
  28. width: 75%;
  29. min-width: 300px;
  30. max-width: 600px;
  31. position: absolute;
  32. z-index: 100;
  33. -webkit-box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
  34. -moz-box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
  35. box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
  36. }
  37. .highcharts-popup div, .highcharts-popup span {
  38. box-sizing: content-box;
  39. }
  40. .highcharts-popup input, .highcharts-popup label, .highcharts-popup select {
  41. clear: both;
  42. float: left;
  43. width: 100%;
  44. margin-bottom: 10px;
  45. }
  46. .highcharts-popup input {
  47. border: 1px solid #e6e6e6;
  48. padding: 5px;
  49. width: calc(100% - 12px);
  50. }
  51. .highcharts-popup-lhs-col, .highcharts-popup-rhs-col {
  52. padding: 20px;
  53. height: calc(100% - 84px);
  54. /* 44px - padding, 40px - tabs*/
  55. float: left;
  56. }
  57. .highcharts-popup-lhs-col.highcharts-popup-lhs-full {
  58. width: calc(100% - 52px);
  59. overflow-y: auto;
  60. overflow-x: hidden;
  61. height: calc(100% - 140px);
  62. border: none;
  63. padding: 0px 20px 20px 20px;
  64. }
  65. .highcharts-popup-lhs-col.highcharts-popup-lhs-full + .highcharts-popup-bottom-row {
  66. width: calc(100% - 32px);
  67. }
  68. .highcharts-popup-lhs-col {
  69. clear: both;
  70. width: calc(30% - 44px);
  71. border-right: 1px solid #e6e6e6;
  72. }
  73. .highcharts-popup-bottom-row {
  74. float: left;
  75. padding: 0px 20px;
  76. width: calc(100% - 40px);
  77. }
  78. .highcharts-popup-rhs-col {
  79. width: calc(70% - 40px);
  80. }
  81. .highcharts-popup-rhs-col-wrapper {
  82. float: left;
  83. width: calc(100% - 20px);
  84. padding-right: 20px;
  85. height: calc(100% - 40px);
  86. overflow-y: auto;
  87. overflow-x: hidden;
  88. }
  89. .highcharts-popup-rhs-col-wrapper h3 {
  90. margin-top: 0px;
  91. padding-bottom: 0px;
  92. }
  93. .highcharts-bindings-wrapper ul.highcharts-indicator-list,
  94. .highcharts-indicator-list {
  95. float: left;
  96. color: #666;
  97. height: 100%;
  98. width: 100%;
  99. overflow-y: auto;
  100. overflow-x: hidden;
  101. margin: 0px;
  102. padding: 0px;
  103. }
  104. .highcharts-indicator-list li {
  105. cursor: pointer;
  106. padding: 0px 0px 5px 0px;
  107. margin: 0px;
  108. width: 100%;
  109. height: auto;
  110. overflow: hidden;
  111. word-break: break-all;
  112. }
  113. .highcharts-indicator-list li:hover {
  114. background-color: #e6ebf5;
  115. }
  116. .highcharts-tab-item {
  117. background-color: #f7f7f7;
  118. cursor: pointer;
  119. display: block;
  120. float: left;
  121. padding: 10px;
  122. height: 20px;
  123. }
  124. .highcharts-tab-item.highcharts-tab-item-active {
  125. background-color: #e6ebf5;
  126. }
  127. .highcharts-tab-item-content {
  128. display: none;
  129. float: left;
  130. height: 100%;
  131. overflow: hidden;
  132. width: 100%;
  133. border-top: 1px solid #e6e6e6;
  134. }
  135. .highcharts-tab-item-show {
  136. display: block;
  137. }
  138. .highcharts-popup-close {
  139. background-repeat: no-repeat;
  140. background-position: 50% 50%;
  141. width: 20px;
  142. height: 20px;
  143. cursor: pointer;
  144. position: absolute;
  145. padding: 10px;
  146. top: 0%;
  147. right: 0%;
  148. color: #333333;
  149. }
  150. .highcharts-popup-close:hover,
  151. .highcharts-popup button:hover,
  152. .highcharts-popup button.highcharts-annotation-edit-button:hover,
  153. .highcharts-popup button.highcharts-annotation-remove-button:hover {
  154. background-color: #e6ebf5;
  155. }
  156. .highcharts-popup button {
  157. float: right;
  158. border: none;
  159. background: #f7f7f7;
  160. color: #666;
  161. margin-left: 5px;
  162. margin-top: 12px;
  163. }
  164. .highcharts-popup button:first-child {
  165. margin-left: 0;
  166. }
  167. .highcharts-tab-disabled {
  168. color: #ccc;
  169. }
  170. /* annotation edit small popup */
  171. .highcharts-popup button.highcharts-annotation-edit-button,
  172. .highcharts-popup button.highcharts-annotation-remove-button {
  173. width: 20px;
  174. height: 40px;
  175. padding: 20px;
  176. }
  177. .highcharts-popup button.highcharts-annotation-edit-button {
  178. background-repeat: no-repeat;
  179. background-position: 50% 50%;
  180. text-indent: -9999px;
  181. }
  182. .highcharts-popup button.highcharts-annotation-remove-button {
  183. background-repeat: no-repeat;
  184. background-position: 50% 50%;
  185. text-indent: -9999px;
  186. }
  187. .highcharts-popup .highcharts-annotation-title {
  188. display: block;
  189. float: left;
  190. font-size: 1.2em;
  191. font-weight: bold;
  192. margin-bottom: 15px;
  193. width: 100%;
  194. }
  195. .highcharts-popup .highcharts-popup-main-title {
  196. border-bottom: 1px solid #e6e6e6;
  197. margin: 0px 0px 20px 0px;
  198. padding: 8px 0px 6px 20px;
  199. }
  200. .highcharts-indicator-title {
  201. float: left;
  202. padding-bottom: 15px;
  203. }