Fixing brackets in the pid tab

10.3.x-maintenance
skaman82 2016-08-01 18:38:52 +02:00
parent 8e89d7c97c
commit 8f3ab33538
1 changed files with 1 additions and 2 deletions

View File

@ -563,12 +563,11 @@
} }
.tab-pid_tuning .bracket { .tab-pid_tuning .bracket {
position: absolute;
background-image: url(/images/icons/icon_bracket.svg); background-image: url(/images/icons/icon_bracket.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
height: 35px; height: 35px;
width: 14px; width: 14px;
margin-top: -28px; margin-top: -23px;
margin-left: 8px; margin-left: 8px;
} }