diff --git a/src/css/tabs/configuration.css b/src/css/tabs/configuration.css index e942ac53..82d93de0 100644 --- a/src/css/tabs/configuration.css +++ b/src/css/tabs/configuration.css @@ -219,6 +219,18 @@ border-bottom: 1px solid #ddd; width: 33.3%; float: left; + white-space: nowrap; +} + +.tab-configuration .board_align_inputs input { + width: 3.5em; +} + +.tab-configuration .board_align_inputs label, +.tab-configuration .gyro_alignment_inputs label { + display: block; + overflow: hidden; + text-overflow: ellipsis; } .tab-configuration .selectProtocol @@ -374,37 +386,35 @@ } .tab-configuration .alignicon { - width: 20px; - height: 20px; + width: 15px; + height: 15px; float: left; - margin-left: -5px; + margin-left: -1px; margin-right: 3px; } .tab-configuration .pitch { background-image: url(../../images/icons/cf_icon_pitch.svg); background-repeat: no-repeat; - background-size: 20px; background-position: center; } .tab-configuration .yaw { background-image: url(../../images/icons/cf_icon_yaw.svg); background-repeat: no-repeat; - background-size: 20px; background-position: center; } .tab-configuration .roll { background-image: url(../../images/icons/cf_icon_roll.svg); background-repeat: no-repeat; - background-size: 20px; background-position: center; } .tab-configuration .board select { float: left; width: fit-content; + max-width: 50%; height: 20px; margin-right: 5px; border: 1px solid silver; diff --git a/src/tabs/configuration.html b/src/tabs/configuration.html index f4d13ec2..f2b7fad7 100644 --- a/src/tabs/configuration.html +++ b/src/tabs/configuration.html @@ -274,29 +274,29 @@
-