aboutsummaryrefslogtreecommitdiffstats
path: root/tipboard/tiles/big_value.css
diff options
context:
space:
mode:
Diffstat (limited to 'tipboard/tiles/big_value.css')
-rw-r--r--tipboard/tiles/big_value.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/tipboard/tiles/big_value.css b/tipboard/tiles/big_value.css
new file mode 100644
index 0000000..22fe684
--- /dev/null
+++ b/tipboard/tiles/big_value.css
@@ -0,0 +1,40 @@
+.tile.big_value_tile > .tile-content > .highlight-footer {
+ clear: both;
+ height: 30%;
+ overflow: hidden;
+ padding-top: 10%;
+ width: 100%;
+}
+
+.row_1_of_3 .tile.big_value_tile > .tile-content .highlight-footer {
+ height: 30%;
+ overflow: hidden;
+ padding-top: 3%;
+ width: 100%;
+}
+
+.tile.big_value_tile > .tile-content > .result-row > .result-col {
+ float: left;
+ width: 45%;
+ height: 15%;
+}
+
+.tile.big_value_tile > .tile-content > .result-row > .result-half-col {
+ float: left;
+ width: 45%;
+}
+
+.tile.big_value_tile > .tile-content > .result-row > .result-half-col {
+ margin-left: 5%;
+ overflow: hidden;
+ white-space: nowrap;
+}
+
+.tile.big_value_tile > .tile-content > .result-row > .result-half-col > .result {
+ font-size: 2.0rem;
+ height: 15%;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ width: 100%;
+}