small ui polish / tweak for the plot control blocks
parent
80e60d5638
commit
194798ca2d
|
@ -17,7 +17,7 @@
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.tab-motor_outputs .plot_control dl {
|
.tab-motor_outputs .plot_control dl {
|
||||||
padding: 5px 0 0 5px;
|
padding: 5px 5px 0 5px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
.tab-motor_outputs .plot_control dt {
|
.tab-motor_outputs .plot_control dt {
|
||||||
|
@ -29,9 +29,14 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.tab-motor_outputs .plot_control dd {
|
.tab-motor_outputs .plot_control dd {
|
||||||
margin-left: 20px;
|
|
||||||
height: 22px;
|
height: 22px;
|
||||||
}
|
}
|
||||||
|
.tab-motor_outputs .plot_control select {
|
||||||
|
float: right;
|
||||||
|
|
||||||
|
width: 80px;
|
||||||
|
border: 1px solid silver;
|
||||||
|
}
|
||||||
.tab-motor_outputs .plot_control .x {
|
.tab-motor_outputs .plot_control .x {
|
||||||
color: #00A8F0;
|
color: #00A8F0;
|
||||||
}
|
}
|
||||||
|
@ -43,12 +48,7 @@
|
||||||
}
|
}
|
||||||
.tab-motor_outputs .plot_control .x, .tab-motor_outputs .plot_control .y, .tab-motor_outputs .plot_control .z {
|
.tab-motor_outputs .plot_control .x, .tab-motor_outputs .plot_control .y, .tab-motor_outputs .plot_control .z {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: 25px;
|
|
||||||
}
|
}
|
||||||
.tab-motor_outputs select {
|
|
||||||
width: 70px;
|
|
||||||
border: 1px solid silver;
|
|
||||||
}
|
|
||||||
.tab-motor_outputs svg {
|
.tab-motor_outputs svg {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
background-color: #ececec;
|
background-color: #ececec;
|
||||||
}
|
}
|
||||||
.tab-sensors .plot_control dl {
|
.tab-sensors .plot_control dl {
|
||||||
padding: 5px 0 0 5px;
|
padding: 5px 5px 0 5px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
.tab-sensors .plot_control dt {
|
.tab-sensors .plot_control dt {
|
||||||
|
@ -51,6 +51,12 @@
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
}
|
}
|
||||||
|
.tab-sensors .plot_control select {
|
||||||
|
float: right;
|
||||||
|
|
||||||
|
width: 80px;
|
||||||
|
border: 1px solid silver;
|
||||||
|
}
|
||||||
.tab-sensors .plot_control .x {
|
.tab-sensors .plot_control .x {
|
||||||
color: #00A8F0;
|
color: #00A8F0;
|
||||||
}
|
}
|
||||||
|
@ -62,12 +68,7 @@
|
||||||
}
|
}
|
||||||
.tab-sensors .plot_control .x, .tab-sensors .plot_control .y, .tab-sensors .plot_control .z {
|
.tab-sensors .plot_control .x, .tab-sensors .plot_control .y, .tab-sensors .plot_control .z {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: 25px;
|
|
||||||
}
|
}
|
||||||
.tab-sensors select {
|
|
||||||
width: 70px;
|
|
||||||
border: 1px solid silver;
|
|
||||||
}
|
|
||||||
/* SVG classes*/
|
/* SVG classes*/
|
||||||
.tab-sensors svg {
|
.tab-sensors svg {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue