aboutsummaryrefslogtreecommitdiffstats
path: root/tipboard/tiles/just_value.css
diff options
context:
space:
mode:
Diffstat (limited to 'tipboard/tiles/just_value.css')
-rw-r--r--tipboard/tiles/just_value.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/tipboard/tiles/just_value.css b/tipboard/tiles/just_value.css
new file mode 100644
index 0000000..856bfc1
--- /dev/null
+++ b/tipboard/tiles/just_value.css
@@ -0,0 +1,39 @@
+.tile.just-value-tile > .tile-content {
+ overflow: hidden;
+ white-space: nowrap;
+}
+.tile.just-value-tile > .tile-content > .just-value-div {
+ height: 60%;
+ width: 100%;
+
+ /* Internet Explorer 10 */
+ display:-ms-flexbox;
+ -ms-flex-pack:center;
+ -ms-flex-align:center;
+ /* Firefox */
+ display:-moz-box;
+ -moz-box-pack:center;
+ -moz-box-align:center;
+ /* Safari, Opera, and Chrome */
+ display:-webkit-box;
+ -webkit-box-pack:center;
+ -webkit-box-align:center;
+ /* W3C */
+ display:box;
+ box-pack:center;
+ box-align:center;
+}
+
+.tile.just-value-tile > .tile-content > .just-value-div > .just-value {
+ font-size: 2.0em;
+ overflow: hidden;
+ text-align: center;
+ white-space: nowrap;
+}
+
+.row_1_of_3 .tile.just-value-tile > .tile-content > .just-value-div > .just-value {
+ font-size: 12.0rem;
+ overflow: hidden;
+ text-align: center;
+ white-space: nowrap;
+}