From 996a6d5300b34cf9bc50a26e6ad7994c2fc793ca Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Sat, 18 Jan 2014 19:00:34 +0100 Subject: [PATCH] Making temperature readable again --- less/progressbar.less | 4 ++-- less/thermometer.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/less/progressbar.less b/less/progressbar.less index 6674da8..afc7870 100644 --- a/less/progressbar.less +++ b/less/progressbar.less @@ -9,7 +9,7 @@ } #progressbarCanvasContainer { position: relative; - width: 50%; + width: 70%; //50% float:right; border: solid #000; @@ -22,7 +22,7 @@ box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35); transition: right .40s cubic-bezier(0.68, -0.55, 0.265, 1.55); - right: -70%; + right: -100%; //70%; margin: 5% 0%; } diff --git a/less/thermometer.less b/less/thermometer.less index 7ef7c78..350e71d 100644 --- a/less/thermometer.less +++ b/less/thermometer.less @@ -11,7 +11,7 @@ } #thermometerContainer { position: relative; - width: 45%; + width: 70%; //45%; float: right; background-color: #fff; @@ -24,7 +24,7 @@ box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35); transition: right .50s cubic-bezier(0.68, -0.55, 0.265, 1.55); - right: -65%; + right: -100%; //65%; } #thermometerCanvas {