MediaWiki:Live.css: Difference between revisions
(positioning new row divs) |
(positioning notes and buttons divs) |
||
| Line 67: | Line 67: | ||
left:0px; | left:0px; | ||
top:255px; | top:255px; | ||
} | |||
#bsl_notes | |||
{ | |||
position:absolute; | |||
left:0px; | |||
top:285px; | |||
} | |||
#bsl_buttons | |||
{ | |||
position:absolute; | |||
left:0px; | |||
top:315px; | |||
} | } | ||
Revision as of 17:42, 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_row_optional
{
position:absolute;
left:0px;
top:55px;
}
#bsl_row_type
{
position:absolute;
left:0px;
top:85px;
}
#bsl_row_name
{
position:absolute;
left:0px;
top:135px;
}
#bsl_row_default
{
position:absolute;
left:0px;
top:165px;
}
#bsl_row_alt
{
position:absolute;
left:0px;
top:195px;
}
#bsl_row_alttype
{
position:absolute;
left:0px;
top:225px;
}
#bsl_row_altname
{
position:absolute;
left:0px;
top:255px;
}
#bsl_notes
{
position:absolute;
left:0px;
top:285px;
}
#bsl_buttons
{
position:absolute;
left:0px;
top:315px;
}