MediaWiki:Live.css: Difference between revisions
(beginning to place controls in BSL function template wizard) |
(is "position" needed after all?) |
||
| Line 21: | Line 21: | ||
#bsl_win | #bsl_win | ||
{ | { | ||
position:absolute; | |||
left:25px; | left:25px; | ||
top:0px; | top:0px; | ||
Revision as of 17:01, 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
{
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:relative;*/
left:0px;
top:50px;
}
#bsl_func_default
{
position:relative;
left:0px;
top:75px;
}
#bsl_arg1_opt
{
left:50px;
top:100px;
}
#bsl_arg1_type
{
left:50px;
top:125px;
}
#bsl_arg1_name
{
left:50px;
top:150px;
}
#bsl_arg1_default
{
left:50px;
top:175px;
}
#bsl_arg1_alt
{
left:5px;
top:200px;
}
#bsl_arg1_alttype
{
left:50px;
top:225px;
}
#bsl_arg1_altname
{
left:50px;
top:250px;
}