MediaWiki:Live.css: Difference between revisions
(comparing "absolute" and "relative") |
(adding "position:absolute" to all controls) |
||
| Line 15: | Line 15: | ||
#bsl_mac | #bsl_mac | ||
{ | { | ||
position:absolute; | |||
left:0px; | left:0px; | ||
top:0px; | top:0px; | ||
| Line 21: | Line 22: | ||
#bsl_win | #bsl_win | ||
{ | { | ||
position: | position:absolute; | ||
left:25px; | left:25px; | ||
top:0px; | top:0px; | ||
| Line 28: | Line 29: | ||
#bsl_func_type | #bsl_func_type | ||
{ | { | ||
position:absolute; | |||
left:0px; | left:0px; | ||
top:25px; | top:25px; | ||
| Line 35: | Line 36: | ||
#bsl_func_name | #bsl_func_name | ||
{ | { | ||
position:absolute; | |||
left:0px; | left:0px; | ||
top:50px; | top:50px; | ||
| Line 42: | Line 43: | ||
#bsl_func_default | #bsl_func_default | ||
{ | { | ||
position: | position:absolute; | ||
left:0px; | left:0px; | ||
top:75px; | top:75px; | ||
| Line 49: | Line 50: | ||
#bsl_arg1_opt | #bsl_arg1_opt | ||
{ | { | ||
position:absolute; | |||
left:50px; | left:50px; | ||
top:100px; | top:100px; | ||
| Line 55: | Line 57: | ||
#bsl_arg1_type | #bsl_arg1_type | ||
{ | { | ||
position:absolute; | |||
left:50px; | left:50px; | ||
top:125px; | top:125px; | ||
| Line 61: | Line 64: | ||
#bsl_arg1_name | #bsl_arg1_name | ||
{ | { | ||
position:absolute; | |||
left:50px; | left:50px; | ||
top:150px; | top:150px; | ||
| Line 67: | Line 71: | ||
#bsl_arg1_default | #bsl_arg1_default | ||
{ | { | ||
position:absolute; | |||
left:50px; | left:50px; | ||
top:175px; | top:175px; | ||
| Line 73: | Line 78: | ||
#bsl_arg1_alt | #bsl_arg1_alt | ||
{ | { | ||
position:absolute; | |||
left:5px; | left:5px; | ||
top:200px; | top:200px; | ||
| Line 79: | Line 85: | ||
#bsl_arg1_alttype | #bsl_arg1_alttype | ||
{ | { | ||
position:absolute; | |||
left:50px; | left:50px; | ||
top:225px; | top:225px; | ||
| Line 85: | Line 92: | ||
#bsl_arg1_altname | #bsl_arg1_altname | ||
{ | { | ||
position:absolute; | |||
left:50px; | left:50px; | ||
top:250px; | top:250px; | ||
} | } | ||
Revision as of 17:13, 15 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 */
#bsl_mac
{
position:absolute;
left:0px;
top:0px;
}
#bsl_win
{
position:absolute;
left:25px;
top:0px;
}
#bsl_func_type
{
position:absolute;
left:0px;
top:25px;
}
#bsl_func_name
{
position:absolute;
left:0px;
top:50px;
}
#bsl_func_default
{
position:absolute;
left:0px;
top:75px;
}
#bsl_arg1_opt
{
position:absolute;
left:50px;
top:100px;
}
#bsl_arg1_type
{
position:absolute;
left:50px;
top:125px;
}
#bsl_arg1_name
{
position:absolute;
left:50px;
top:150px;
}
#bsl_arg1_default
{
position:absolute;
left:50px;
top:175px;
}
#bsl_arg1_alt
{
position:absolute;
left:5px;
top:200px;
}
#bsl_arg1_alttype
{
position:absolute;
left:50px;
top:225px;
}
#bsl_arg1_altname
{
position:absolute;
left:50px;
top:250px;
}