MediaWiki:Live.css: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(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;
}
}

Revision as of 02:11, 16 November 2015

.XEBPopupTitle
{ 
  background-color: #FFFAEF;
  padding: 5px;
  font-size: medium;
  text-align: center
  /*opacity: 0.5;*/
}

.XEBMnuItm
{
}

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

#bsl_platform_mac
{
  position:relative;
  left:100px;
  top:0px;
}

#bsl_platform_win
{
  position:relative;
  left:150px;
  top:0px;
}

#bsl_row_optional
{
  position:relative;
  left:0px;
  top:0px;
}

#bsl_row_type
{
  position:relative;
  left:0px;
  top:0px;
}

#bsl_row_name
{
  position:relative;
  left:0px;
  top:0px;
}

#bsl_row_default
{
  position:relative;
  left:0px;
  top:0px;
}

#bsl_row_alt
{
  position:relative;
  left:0px;
  top:0px;
}

#bsl_row_alttype
{
  position:relative;
  left:0px;
  top:0px;
}

#bsl_row_altname
{
  position:relative;
  left:0px;
  top:0px;
}

#bsl_notes
{
  position:relative;
  left:0px;
  top:0px;
}

#bsl_buttons
{
  position:relative;
  left:0px;
  top:0px;
}