| 1234567891011121314151617181920212223242526 |
- .singlestat-panel {
- position: relative;
- display: table;
- width: 100%;
- height: 100%;
- }
- .singlestat-panel-value-container {
- line-height: 1;
- position: absolute;
- z-index: 1;
- font-size: 3em;
- font-weight: bold;
- margin: 0;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .singlestat-panel-prefix {
- padding-right: 20px;
- }
- #flotGagueValue0 {
- font-weight: bold; //please dont hurt me for this!
- }
|