diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-29 20:32:39 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-29 20:32:39 -0400 |
| commit | 08849062e84087ac24031944af8697c87d7d183c (patch) | |
| tree | 4e21bbc4fa144ab5e5a17bdfbeea87b729ff091a /src/client/northstar/dash-nodes/HistogramBox.scss | |
| parent | 986595be59e714de4fe6c677dcace3c3f402ac82 (diff) | |
| parent | 3da71792a339536118b7af7cfe0529201a45c64e (diff) | |
Merge branch 'master' into presentation_view
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; |
