aboutsummaryrefslogtreecommitdiffstats
path: root/tipboard/tiles/simple_percentage.css
diff options
context:
space:
mode:
Diffstat (limited to 'tipboard/tiles/simple_percentage.css')
-rw-r--r--tipboard/tiles/simple_percentage.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/tipboard/tiles/simple_percentage.css b/tipboard/tiles/simple_percentage.css
new file mode 100644
index 0000000..1140aba
--- /dev/null
+++ b/tipboard/tiles/simple_percentage.css
@@ -0,0 +1,31 @@
+.tile > .tile-content .highlight-footer {
+ height: 30%;
+ overflow: hidden;
+ padding-top: 10%;
+ position: relative;
+ width: 100%;
+}
+
+.row_1_of_3 .tile > .tile-content .highlight-footer {
+ height: 30%;
+ overflow: hidden;
+ padding-top: 2%;
+ width: 100%;
+}
+
+.tile > .tile-content .result-row > .result-col {
+ float: left;
+ width: 40%;
+ margin-left: 5%;
+ margin-right: 0;
+}
+
+.tile > .tile-content .result-row > .with-right-border {
+}
+
+.tile.simple-percentage-tile .result-col * {
+ white-space: nowrap;
+ width: 100%;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}