MediaWiki:Live.css: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(are all rows supposed to be 25px now?)
(first row should be 0px)
Line 17: Line 17:
   position:relative;
   position:relative;
   left:0px;
   left:0px;
   top:25px;
   top:0px;
}
}



Revision as of 00:37, 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_row_platform
{
  position:relative;
  left:0px;
  top:0px;
}

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

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

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

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

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

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

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

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

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