diff --git a/client/assets/css/ReductionMeter.css b/client/assets/css/ReductionMeter.css index 745ac695..435c0558 100644 --- a/client/assets/css/ReductionMeter.css +++ b/client/assets/css/ReductionMeter.css @@ -1,36 +1,36 @@ -.reductionmeter-body { - position: relative; - top: 15px; - width: 24px; - margin-top: 15px; - margin-left: 5px; - background-color: black; - border-radius: 7px; -} - -.reductionmeter-canvas { - position: absolute; - width: 10px; - margin-left: -5px; - bottom: 0; - height: 100%; -} - -.reductionmeter-lower-part { - position: absolute; - width: 10px; - margin-left: 10px; - background-color: rgb(0, 122, 37); -} -.reductionmeter-middle-part { - position: absolute; - width: 10px; - margin-left: 10px; - background-color: rgb(53, 167, 0); -} -.reductionmeter-upper-part { - position: absolute; - width: 10px; - margin-left: 10px; - background-color: rgb(206, 0, 0); -} +.reductionmeter-body { + position: relative; + top: 2px; + width: 24px; + margin-top: 15px; + margin-left: 5px; + background-color: black; + border-radius: 7px; +} + +.reductionmeter-canvas { + position: absolute; + width: 10px; + margin-left: -5px; + bottom: 0; + height: 100%; +} + +.reductionmeter-lower-part { + position: absolute; + width: 10px; + margin-left: 10px; + background-color: rgb(0, 122, 37); +} +.reductionmeter-middle-part { + position: absolute; + width: 10px; + margin-left: 10px; + background-color: rgb(53, 167, 0); +} +.reductionmeter-upper-part { + position: absolute; + width: 10px; + margin-left: 10px; + background-color: rgb(206, 0, 0); +}