MediaWiki:Live.css: Difference between revisions

testing two-row layout of arguments, since popup is too wide with all args on one row
(adding in div positioning for arguments 2-8 (there was probably a smarter way to do this, but it's beyond me))
(testing two-row layout of arguments, since popup is too wide with all args on one row)
Line 13: Line 13:


/* Layout for XEB BSL function template wizard */
/* Layout for XEB BSL function template wizard */
/* These numbers may not make any sense (e.g., the form is not 275px high),
/* These numbers may not make any sense (e.g., the form is not 550px high),
   but they were determined through trial and error */
   but they were determined through trial and error */
form#XEBFormBSLFunc
form#XEBFormBSLFunc
{
{
   height:275px;
   height:550px;
}
}


Line 45: Line 45:
   position:relative;
   position:relative;
   left:11px;
   left:11px;
   top:20px;
   top:35px;
}
}


Line 79: Line 79:
{
{
   position:absolute;
   position:absolute;
   left:870px;
   left:270px;
   top:63px;
   top:93px;
}
}


Line 86: Line 86:
{
{
   position:absolute;
   position:absolute;
   left:1020px;
   left:420px;
   top:63px;
   top:93px;
}
}


Line 93: Line 93:
{
{
   position:absolute;
   position:absolute;
   left:1170px;
   left:570px;
   top:63px;
   top:93px;
}
}


Line 100: Line 100:
{
{
   position:absolute;
   position:absolute;
   left:1320px;
   left:720px;
   top:63px;
   top:93px;
}
}


Line 108: Line 108:
   position:relative;
   position:relative;
   left:71px;
   left:71px;
   top:35px;
   top:65px;
}
}


Line 178: Line 178:
   position:relative;
   position:relative;
   left:62px;
   left:62px;
   top:50px;
   top:95px;
}
}


Line 248: Line 248:
   position:relative;
   position:relative;
   left:12px;
   left:12px;
   top:65px;
   top:125px;
}
}


Line 318: Line 318:
   position:relative;
   position:relative;
   left:7px;
   left:7px;
   top:80px;
   top:155px;
}
}


Line 381: Line 381:
   position:relative;
   position:relative;
   left:9px;
   left:9px;
   top:95px;
   top:185px;
}
}


Line 444: Line 444:
   position:relative;
   position:relative;
   left:0px;
   left:0px;
   top:110px;
   top:215px;
}
}