Readded print and stop button disabled css

This commit is contained in:
peteruithoven 2013-10-11 16:18:38 +02:00
parent 253561210d
commit 7126f1db79
1 changed files with 8 additions and 1 deletions

View File

@ -411,13 +411,20 @@ top: 0px;
height: auto;
float: right;
}
.btnPrint.disabled {
opacity: 0.3;
}
.btnStop {
margin: 5% 10% 1% 5%;
float: right;
width: 90%;
max-width: 98px;
height: auto;
display: block;
}
.btnStop.disabled {
display: none;
}
.btnsSettingsInfo {