Skip to content

Commit

Permalink
ajust some style
Browse files Browse the repository at this point in the history
  • Loading branch information
hpyhacking committed Oct 25, 2014
1 parent 153ee6a commit b78a4b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/component_ui/candlestick.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RANGE_DEFAULT =
shared: true
headerFormat: "<div class='chart-ticker'><span class='tooltip-title'>{point.key}</span><br />"
footerFormat: '</div>'
positioner: -> {x: 10, y: 0}
positioner: -> {x: 0, y: 0}

plotOptions:
candlestick:
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/component_ui/depth.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@select('chart').highcharts
chart:
margin: 0
height: 150
height: 100
backgroundColor: 'rgba(0,0,0,0)'

title:
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/market.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ header {
position: absolute;

width: 100%;
height: 150px;
height: 100px;
background-color: rgba(28, 28, 28, 0.95);

table.depths-table {
Expand Down

0 comments on commit b78a4b3

Please sign in to comment.