fix bug where progressguage and thermometer were making print and stop button non-clickable

This commit is contained in:
Adriaan Wormgoor 2013-10-22 11:00:33 +02:00
parent 13b500f267
commit 447b245c5b
4 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@
transition: right .40s cubic-bezier(0.68, -0.55, 0.265, 1.55);
right: -60%;
margin-top: 5%;
margin: 5% 0%;
}
#progressbarCanvas {

View File

@ -464,7 +464,7 @@ img {
-webkit-transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
right: -60%;
margin-top: 5%;
margin: 5% 0%;
}
#progressbarCanvas {

File diff suppressed because one or more lines are too long

View File

@ -43,12 +43,12 @@
<img class="btnPrint btn clearfix" src="img/buttons/btnPrint.png" />
<img class="btnStop btn clearfix disabled" src="img/buttons/btnStop.png" />
<div class="progressbarCanvasContainerParent clearfix">
<div class="progressbarCanvasContainerParent">
<div id="progressbarCanvasContainer">
<canvas id="progressbarCanvas" width="93" height="82"></canvas>
</div>
</div>
<div class="thermometerContainerParent clearfix">
<div class="thermometerContainerParent">
<div id="thermometerContainer">
<canvas id="thermometerCanvas" width="90" height="120"></canvas>
</div>