aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_structure.less
diff options
context:
space:
mode:
authorMaZderMind2015-04-03 20:46:10 +0200
committerMaZderMind2015-04-03 20:49:29 +0200
commit2a24e19809e3fabf6bf18f8c98040d7769052c4d (patch)
tree3d858de90b1066f6c525ac938f1f3c945750eac9 /assets/css/_structure.less
parenta392d2d10758a76f6758cef0c673436738f9c807 (diff)
Experimental Multi-Viewer
Diffstat (limited to '')
-rw-r--r--assets/css/_structure.less34
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;
+ }
+ }
+}