MediaWiki:Live.css: Difference between revisions

adding labels to clearly mark each argument
(testing two-row layout of arguments, since popup is too wide with all args on one row)
(adding labels to clearly mark each argument)
Line 39: Line 39:
   left:180px;
   left:180px;
   top:30px;
   top:30px;
}
#bsl_arg1_label
{
  position:absolute;
  left:270px;
  top:30px;
}
#bsl_arg2_label
{
  position:absolute;
  left:420px;
  top:30px;
}
#bsl_arg3_label
{
  position:absolute;
  left:570px;
  top:30px;
}
#bsl_arg4_label
{
  position:absolute;
  left:720px;
  top:30px;
}
#bsl_arg5_label
{
  position:absolute;
  left:270px;
  top:390px;
}
#bsl_arg6_label
{
  position:absolute;
  left:420px;
  top:390px;
}
#bsl_arg7_label
{
  position:absolute;
  left:570px;
  top:390px;
}
#bsl_arg8_label
{
  position:absolute;
  left:720px;
  top:390px;
}
}