aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/HistogramBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-27 17:00:57 -0400
committerbob <bcz@cs.brown.edu>2019-03-27 17:00:57 -0400
commitfde267b5f11e7218216bc5a9de41208a0a74fad5 (patch)
treee3d68376e79c8346e3661c06495f795ae7ae9528 /src/client/views/nodes/HistogramBox.scss
parentab78b1514ac16154d443d1d4a117a5fcaf891794 (diff)
final layout tweaks.
Diffstat (limited to 'src/client/views/nodes/HistogramBox.scss')
-rw-r--r--src/client/views/nodes/HistogramBox.scss14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/client/views/nodes/HistogramBox.scss b/src/client/views/nodes/HistogramBox.scss
index 7c28fc99e..2660b1b75 100644
--- a/src/client/views/nodes/HistogramBox.scss
+++ b/src/client/views/nodes/HistogramBox.scss
@@ -10,7 +10,8 @@
width:100%;
text-align: center;
bottom:0;
- font-size: 12;
+ font-size: 14;
+ font-weight: bold;
}
.histogrambox-container {
@@ -18,15 +19,4 @@
width:100%;
height: 100%;
}
- .histogramLabelPrimitives-gridlabel {
- position:absolute;
- transform-origin: left top;
- font-size: 12;
- }
- .histogramLabelPrimitives-placer {
- position:absolute;
- width:100%;
- height:100%;
- pointer-events: none;
- }
\ No newline at end of file