diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-20 01:33:50 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-20 01:33:50 -0400 |
| commit | 4bf22b6095cee078403e4ac11743e7aaa557956c (patch) | |
| tree | a11b9db9df6165d92a51b1e74ed741c81d52e622 /src/client/northstar/dash-nodes/HistogramBox.scss | |
| parent | e3ad2c2c8f920a5538541b8e495af52815e36dc6 (diff) | |
| parent | 425ea0bacbb40312c5f722f27bf0ca93fe0b17b3 (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into newDocs
Diffstat (limited to 'src/client/northstar/dash-nodes/HistogramBox.scss')
| -rw-r--r-- | src/client/northstar/dash-nodes/HistogramBox.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/northstar/dash-nodes/HistogramBox.scss b/src/client/northstar/dash-nodes/HistogramBox.scss index e899cf15e..06d781263 100644 --- a/src/client/northstar/dash-nodes/HistogramBox.scss +++ b/src/client/northstar/dash-nodes/HistogramBox.scss @@ -1,12 +1,12 @@ .histogrambox-container { padding: 0vw; position: absolute; - top: 0; - left:0; + top: -50%; + left:-50%; text-align: center; width: 100%; height: 100%; - background: black; + background: black; } .histogrambox-xaxislabel { position:absolute; |
