16 lines
231 B
CSS
16 lines
231 B
CSS
#Results_NumAField {
|
|
width: 200px;
|
|
}
|
|
|
|
#Results_NumBField {
|
|
width: 140px;
|
|
|
|
.field-label {
|
|
width: 30px;
|
|
margin-right: -30px;
|
|
}
|
|
|
|
.field-control>.container-normal {
|
|
margin-left: 30px;
|
|
}
|
|
} |