MediaWiki:Live.css: Difference between revisions
(adding "position:absolute" to all controls) |
(only positioning a row's div instead of any controls) |
||
| Line 13: | Line 13: | ||
/* Layout for XEB BSL function template wizard */ | /* Layout for XEB BSL function template wizard */ | ||
# | #bsl_row_platform | ||
{ | { | ||
position:absolute; | position:absolute; | ||
left:0px; | left:0px; | ||
top | top:25px; | ||
} | } | ||
#bsl_func_type | /*#bsl_func_type | ||
{ | { | ||
position:absolute; | position:absolute; | ||
| Line 95: | Line 88: | ||
left:50px; | left:50px; | ||
top:250px; | top:250px; | ||
} | }*/ | ||
Revision as of 17:17, 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_row_platform
{
position:absolute;
left:0px;
top:25px;
}
/*#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;
}*/