diff options
author | MaZderMind | 2015-04-04 12:31:20 +0200 |
---|---|---|
committer | MaZderMind | 2015-04-04 12:31:20 +0200 |
commit | b8f51fa77f3ebb19ee7d54ef10e655176ae249c2 (patch) | |
tree | ca5341e636803ecb6ce9575a255d03a1f06ce22a /assets/css | |
parent | cee3889ef56129a23e4971afaaf49a35fe30413d (diff) | |
parent | 084098645828740a5f96a011eb3bd1d69c5a9e6e (diff) |
Merge branch 'multiview'
Diffstat (limited to '')
-rw-r--r-- | assets/css/_structure.less | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/assets/css/_structure.less b/assets/css/_structure.less index f779cd8..6e302c8 100644 --- a/assets/css/_structure.less +++ b/assets/css/_structure.less @@ -137,3 +137,37 @@ body.feedback-read { } } } + +body.multiview { + .cell { + background-color: white; + + h2 { + font-size: 14px; + padding: 10px; + margin: 0; + } + + .meter { + background-color: gray; + height: 45px; + position: relative; + + .bar { + background-color: red; + position: absolute; + bottom: 0; + } + } + + .timer { + background-color: #909090; + height: 30px; + + text-align: right; + font-size: 22px; + padding-right: 5px; + color: white; + } + } +} |