diff --git a/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.css b/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.css index 66a34fa8f..f0017c134 100644 --- a/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.css +++ b/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.css @@ -41,36 +41,17 @@ div.jquery-drag-to-select.active { } .bigscatterchart .config .input { - width:50px;font-size:10px;padding:4px 2px;border:solid 1px #aacfe4;margin:2px 0 10px 10px; - height:12px; + width:50px;font-size:10px;padding:4px 2px;border:solid 1px #aacfe4;margin:2px 0 2px 10px; + height:16px; } .bigscatterchart .config .apply { - margin-left:48px; + margin-left:40px; } .bigscatterchart .config .cancel { margin-left:10px } -.bigscatterchart .config .button { - display:inline-block;outline:none;padding:.1em .7em;cursor:pointer;font-size:11px; - text-shadow:0 1px 1px rgba(0,0,0,.3);-webkit-border-radius:.5em;-moz-border-radius:.5em; - border-radius:.5em;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2); - box-shadow:0 1px 2px rgba(0,0,0,.2);color: #d9eef7;border: solid 1px #0076a3;background: #0095cd; - background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5)); - background: -moz-linear-gradient(top, #00adee, #0078a5); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5'); -} - -.bigscatterchart .config .button:hover { - background: #007ead; - background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e)); - background: -moz-linear-gradient(top, #0095cc, #00678e); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e'); -} -.bigscatterchart .config .button:active { - color: #80bed6; - background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee)); - background: -moz-linear-gradient(top, #0078a5, #00adee); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee'); +.bigscatterchart .config .btn { + margin-top: 5px; } \ No newline at end of file diff --git a/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.js b/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.js index 0a26506ea..aea83d562 100644 --- a/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.js +++ b/src/main/webapp/components/pinpoint-scatter/jquery.BigScatterChart.js @@ -526,8 +526,8 @@ var BigScatterChart = $.Class({ .append('') .append('') .append('') - .append(this._welConfigApply = $('')) - .append(this._welConfigCancel = $('')); + .append(this._welConfigApply = $('')) + .append(this._welConfigCancel = $('')); this._welConfigApply.click(function () { var nYMin = parseInt($('#' + sYMin).val(), 10),