MediaWiki:Live.css: Difference between revisions
(testing positioning of control-specific ids) |
No edit summary |
||
| Line 22: | Line 22: | ||
#bsl_platform_mac | #bsl_platform_mac | ||
{ | { | ||
position: | position:absolute; | ||
left:100px; | left:100px; | ||
top:0px; | top:0px; | ||
| Line 29: | Line 29: | ||
#bsl_platform_win | #bsl_platform_win | ||
{ | { | ||
position: | position:absolute; | ||
left:150px; | left:150px; | ||
top:0px; | top:0px; | ||
Revision as of 02:12, 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 */
#bsl_platform_label
{
position:relative;
left:0px;
top:0px;
}
#bsl_platform_mac
{
position:absolute;
left:100px;
top:0px;
}
#bsl_platform_win
{
position:absolute;
left:150px;
top:0px;
}
#bsl_row_optional
{
position:relative;
left:0px;
top:0px;
}
#bsl_row_type
{
position:relative;
left:0px;
top:0px;
}
#bsl_row_name
{
position:relative;
left:0px;
top:0px;
}
#bsl_row_default
{
position:relative;
left:0px;
top:0px;
}
#bsl_row_alt
{
position:relative;
left:0px;
top:0px;
}
#bsl_row_alttype
{
position:relative;
left:0px;
top:0px;
}
#bsl_row_altname
{
position:relative;
left:0px;
top:0px;
}
#bsl_notes
{
position:relative;
left:0px;
top:0px;
}
#bsl_buttons
{
position:relative;
left:0px;
top:0px;
}