MediaWiki:Live.css: Difference between revisions

only positioning a row's div instead of any controls
(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_mac
#bsl_row_platform
{
{
   position:absolute;
   position:absolute;
   left:0px;
   left:0px;
   top:0px;
   top:25px;
}
 
#bsl_win
{
  position:absolute;
  left:25px;
  top:0px;
}
}


#bsl_func_type
/*#bsl_func_type
{
{
   position:absolute;
   position:absolute;
Line 95: Line 88:
   left:50px;
   left:50px;
   top:250px;
   top:250px;
}
}*/