Jump to content

MediaWiki:Live.css: Difference between revisions

m
comment tweaks
(adjusting positions of changed labels)
m (comment tweaks)
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 550px high),
/* Rather than letting HTML just list each element on a new line,
   but they were determined through trial and error */
  we perform manual placement of the form elements so they can
   actually fit on-screen properly and logically */
form#XEBFormBSLFunc
form#XEBFormBSLFunc
{
{
   height:550px;
   height:550px; /* the form is not actually 550px high, but this is the number that works for some reason */
}
}