fixing -webkit-inner-spin-button once again (what is chromium doing to that style...)

10.3.x-maintenance
cTn 2014-09-17 11:37:27 +02:00
parent fee5219a73
commit b11e4cde6a
3 changed files with 5 additions and 11 deletions

View File

@ -28,11 +28,10 @@
.tab-pid_tuning table input {
display: block;
width: calc(100% - 10px);
width: 100%;
height: 20px;
line-height: 20px;
padding: 0 5px 0 5px;
text-align: right;
}
.tab-pid_tuning .profile {
@ -55,12 +54,10 @@
.tab-pid_tuning .profile input {
display: block;
width: calc(100% - 10px);
width: 100%;
height: 20px;
line-height: 20px;
padding: 0 5px 0 5px;
text-align: right;
}
.tab-pid_tuning .pid_tuning {

View File

@ -95,11 +95,10 @@
background-color: #ececec;
}
.tab-receiver .tunings table input {
width: 116px;
width: 100%;
height: 20px;
line-height: 20px;
padding: 0 5px 0 5px;
line-height: 20px;
text-align: right;
}
.tab-receiver .curves {

View File

@ -55,11 +55,9 @@
.tab-servos table input[type="number"] {
display: block;
width: calc(100% - 5px);
width: 100%;
height: 20px;
padding-right: 5px;
line-height: 20px;
text-align: right;