19,809
edits
(moving arg 5-8 labels to correct spot) |
(it would be easier to just use "absolute" for all controls now that we know "relative" is not needed for correct form height) |
||
| Line 22: | Line 22: | ||
#bsl_platform_label | #bsl_platform_label | ||
{ | { | ||
position: | position:absolute; | ||
left:27px; | left:27px; | ||
top: | top:30px; | ||
} | } | ||
| Line 99: | Line 99: | ||
#bsl_optional_label | #bsl_optional_label | ||
{ | { | ||
position: | position:absolute; | ||
left:45px; | left:45px; | ||
top: | top:63px; | ||
} | } | ||
| Line 162: | Line 162: | ||
#bsl_type_label | #bsl_type_label | ||
{ | { | ||
position: | position:absolute; | ||
left:71px; | left:71px; | ||
top: | top:95px; | ||
} | } | ||
| Line 232: | Line 232: | ||
#bsl_name_label | #bsl_name_label | ||
{ | { | ||
position: | position:absolute; | ||
left:62px; | left:62px; | ||
top: | top:125px; | ||
} | } | ||
| Line 302: | Line 302: | ||
#bsl_default_label | #bsl_default_label | ||
{ | { | ||
position: | position:absolute; | ||
left:12px; | left:12px; | ||
top: | top:156px; | ||
} | } | ||
| Line 372: | Line 372: | ||
#bsl_alt_label | #bsl_alt_label | ||
{ | { | ||
position: | position:absolute; | ||
left:7px; | left:7px; | ||
top: | top:190px; | ||
} | } | ||
| Line 435: | Line 435: | ||
#bsl_alttype_label | #bsl_alttype_label | ||
{ | { | ||
position: | position:absolute; | ||
left:9px; | left:9px; | ||
top: | top:223px; | ||
} | } | ||
| Line 498: | Line 498: | ||
#bsl_altname_label | #bsl_altname_label | ||
{ | { | ||
position: | position:absolute; | ||
left:0px; | left:0px; | ||
top: | top:250px; | ||
} | } | ||