Making temperature readable again

This commit is contained in:
peteruithoven 2014-01-18 19:00:34 +01:00
parent 4185865289
commit 996a6d5300
2 changed files with 4 additions and 4 deletions

View File

@ -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%;
}

View File

@ -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 {