MediaWiki:Live.css: Difference between revisions
(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; | ||
} | } | ||
Revision as of 15:47, 16 November 2015
.XEBPopupTitle
{
background-color: #FFFAEF;
padding: 5px;
font-size: medium;
text-align: center
/*opacity: 0.5;*/
}
.XEBMnuItm
{
}
/* Layout for XEB BSL function template wizard */
/* These numbers may not make any sense (e.g., the form is not 550px high),
but they were determined through trial and error */
form#XEBFormBSLFunc
{
height:550px;
}
#bsl_platform_label
{
position:absolute;
left:27px;
top:30px;
}
#bsl_platform_mac
{
position:absolute;
left:120px;
top:30px;
}
#bsl_platform_win
{
position:absolute;
left:180px;
top:30px;
}
#bsl_arg1_label
{
position:absolute;
left:270px;
top:30px;
}
#bsl_arg2_label
{
position:absolute;
left:420px;
top:30px;
}
#bsl_arg3_label
{
position:absolute;
left:570px;
top:30px;
}
#bsl_arg4_label
{
position:absolute;
left:720px;
top:30px;
}
#bsl_arg5_label
{
position:absolute;
left:270px;
top:290px;
}
#bsl_arg6_label
{
position:absolute;
left:420px;
top:290px;
}
#bsl_arg7_label
{
position:absolute;
left:570px;
top:290px;
}
#bsl_arg8_label
{
position:absolute;
left:720px;
top:290px;
}
#bsl_optional_label
{
position:absolute;
left:45px;
top:63px;
}
#bsl_optional_arg1
{
position:absolute;
left:270px;
top:63px;
}
#bsl_optional_arg2
{
position:absolute;
left:420px;
top:63px;
}
#bsl_optional_arg3
{
position:absolute;
left:570px;
top:63px;
}
#bsl_optional_arg4
{
position:absolute;
left:720px;
top:63px;
}
#bsl_optional_arg5
{
position:absolute;
left:270px;
top:93px;
}
#bsl_optional_arg6
{
position:absolute;
left:420px;
top:93px;
}
#bsl_optional_arg7
{
position:absolute;
left:570px;
top:93px;
}
#bsl_optional_arg8
{
position:absolute;
left:720px;
top:93px;
}
#bsl_type_label
{
position:absolute;
left:71px;
top:95px;
}
#bsl_type_func
{
position:absolute;
left:120px;
top:95px;
}
#bsl_type_arg1
{
position:absolute;
left:270px;
top:95px;
}
#bsl_type_arg2
{
position:absolute;
left:420px;
top:95px;
}
#bsl_type_arg3
{
position:absolute;
left:570px;
top:95px;
}
#bsl_type_arg4
{
position:absolute;
left:720px;
top:95px;
}
#bsl_type_arg5
{
position:absolute;
left:870px;
top:95px;
}
#bsl_type_arg6
{
position:absolute;
left:1020px;
top:95px;
}
#bsl_type_arg7
{
position:absolute;
left:1170px;
top:95px;
}
#bsl_type_arg8
{
position:absolute;
left:1320px;
top:95px;
}
#bsl_name_label
{
position:absolute;
left:62px;
top:125px;
}
#bsl_name_func
{
position:absolute;
left:120px;
top:125px;
}
#bsl_name_arg1
{
position:absolute;
left:270px;
top:125px;
}
#bsl_name_arg2
{
position:absolute;
left:420px;
top:125px;
}
#bsl_name_arg3
{
position:absolute;
left:570px;
top:125px;
}
#bsl_name_arg4
{
position:absolute;
left:720px;
top:125px;
}
#bsl_name_arg5
{
position:absolute;
left:870px;
top:125px;
}
#bsl_name_arg6
{
position:absolute;
left:1020px;
top:125px;
}
#bsl_name_arg7
{
position:absolute;
left:1170px;
top:125px;
}
#bsl_name_arg8
{
position:absolute;
left:1320px;
top:125px;
}
#bsl_default_label
{
position:absolute;
left:12px;
top:156px;
}
#bsl_default_func
{
position:absolute;
left:120px;
top:156px;
}
#bsl_default_arg1
{
position:absolute;
left:270px;
top:156px;
}
#bsl_default_arg2
{
position:absolute;
left:420px;
top:156px;
}
#bsl_default_arg3
{
position:absolute;
left:570px;
top:156px;
}
#bsl_default_arg4
{
position:absolute;
left:720px;
top:156px;
}
#bsl_default_arg5
{
position:absolute;
left:870px;
top:156px;
}
#bsl_default_arg6
{
position:absolute;
left:1020px;
top:156px;
}
#bsl_default_arg7
{
position:absolute;
left:1170px;
top:156px;
}
#bsl_default_arg8
{
position:absolute;
left:1320px;
top:156px;
}
#bsl_alt_label
{
position:absolute;
left:7px;
top:190px;
}
#bsl_alt_arg1
{
position:absolute;
left:270px;
top:190px;
}
#bsl_alt_arg2
{
position:absolute;
left:420px;
top:190px;
}
#bsl_alt_arg3
{
position:absolute;
left:570px;
top:190px;
}
#bsl_alt_arg4
{
position:absolute;
left:720px;
top:190px;
}
#bsl_alt_arg5
{
position:absolute;
left:870px;
top:190px;
}
#bsl_alt_arg6
{
position:absolute;
left:1020px;
top:190px;
}
#bsl_alt_arg7
{
position:absolute;
left:1170px;
top:190px;
}
#bsl_alt_arg8
{
position:absolute;
left:1320px;
top:190px;
}
#bsl_alttype_label
{
position:absolute;
left:9px;
top:223px;
}
#bsl_alttype_arg1
{
position:absolute;
left:270px;
top:223px;
}
#bsl_alttype_arg2
{
position:absolute;
left:420px;
top:223px;
}
#bsl_alttype_arg3
{
position:absolute;
left:570px;
top:223px;
}
#bsl_alttype_arg4
{
position:absolute;
left:720px;
top:223px;
}
#bsl_alttype_arg5
{
position:absolute;
left:870px;
top:223px;
}
#bsl_alttype_arg6
{
position:absolute;
left:1020px;
top:223px;
}
#bsl_alttype_arg7
{
position:absolute;
left:1170px;
top:223px;
}
#bsl_alttype_arg8
{
position:absolute;
left:1320px;
top:223px;
}
#bsl_altname_label
{
position:absolute;
left:0px;
top:250px;
}
#bsl_altname_arg1
{
position:absolute;
left:270px;
top:250px;
}
#bsl_altname_arg2
{
position:absolute;
left:420px;
top:250px;
}
#bsl_altname_arg3
{
position:absolute;
left:570px;
top:250px;
}
#bsl_altname_arg4
{
position:absolute;
left:720px;
top:250px;
}
#bsl_altname_arg5
{
position:absolute;
left:870px;
top:250px;
}
#bsl_altname_arg6
{
position:absolute;
left:1020px;
top:250px;
}
#bsl_altname_arg7
{
position:absolute;
left:1170px;
top:250px;
}
#bsl_altname_arg8
{
position:absolute;
left:1320px;
top:250px;
}
#bsl_notes
{
position:relative;
left:0px;
top:0px;
}
#bsl_buttons
{
position:relative;
left:0px;
top:0px;
}