small ui polish / tweak for the plot control blocks

10.3.x-maintenance
cTn 2014-08-16 00:23:49 +02:00
parent 80e60d5638
commit 194798ca2d
2 changed files with 14 additions and 13 deletions

View File

@ -17,7 +17,7 @@
text-decoration: underline;
}
.tab-motor_outputs .plot_control dl {
padding: 5px 0 0 5px;
padding: 5px 5px 0 5px;
line-height: 22px;
}
.tab-motor_outputs .plot_control dt {
@ -29,9 +29,14 @@
font-weight: bold;
}
.tab-motor_outputs .plot_control dd {
margin-left: 20px;
height: 22px;
}
.tab-motor_outputs .plot_control select {
float: right;
width: 80px;
border: 1px solid silver;
}
.tab-motor_outputs .plot_control .x {
color: #00A8F0;
}
@ -43,12 +48,7 @@
}
.tab-motor_outputs .plot_control .x, .tab-motor_outputs .plot_control .y, .tab-motor_outputs .plot_control .z {
text-align: right;
margin-right: 25px;
}
.tab-motor_outputs select {
width: 70px;
border: 1px solid silver;
}
.tab-motor_outputs svg {
float: left;

View File

@ -36,7 +36,7 @@
background-color: #ececec;
}
.tab-sensors .plot_control dl {
padding: 5px 0 0 5px;
padding: 5px 5px 0 5px;
line-height: 22px;
}
.tab-sensors .plot_control dt {
@ -51,6 +51,12 @@
margin-left: 20px;
height: 22px;
}
.tab-sensors .plot_control select {
float: right;
width: 80px;
border: 1px solid silver;
}
.tab-sensors .plot_control .x {
color: #00A8F0;
}
@ -62,12 +68,7 @@
}
.tab-sensors .plot_control .x, .tab-sensors .plot_control .y, .tab-sensors .plot_control .z {
text-align: right;
margin-right: 25px;
}
.tab-sensors select {
width: 70px;
border: 1px solid silver;
}
/* SVG classes*/
.tab-sensors svg {
float: left;