MediaWiki:Live.css: Difference between revisions

testing positioning of control-specific ids
(these can all be 0px, but they will be crowded)
(testing positioning of control-specific ids)
Line 13: Line 13:


/* Layout for XEB BSL function template wizard */
/* Layout for XEB BSL function template wizard */
#bsl_row_platform
#bsl_platform_label
{
{
   position:relative;
   position:relative;
   left:0px;
   left:0px;
  top:0px;
}
#bsl_platform_mac
{
  position:relative;
  left:100px;
  top:0px;
}
#bsl_platform_win
{
  position:relative;
  left:150px;
   top:0px;
   top:0px;
}
}