mediawiki-extensions-WikiEd.../modules/ext.wikiEditor.toolbar.styles.less
paladox 3f692d9e15 Convert .css to .less
* This patch convert .css to .less
* Semantic changes are avoided, but there are minor
  tweaks such as capitalization and ordering.

Change-Id: Iebff0f8e3d87bb792093a10d87f33540aca301d5
2015-03-09 21:24:23 -04:00

21 lines
337 B
Plaintext

/**
* CSS for WikiEditor
*/
form#editform {
margin: 0;
padding: 0;
}
#wpTextbox1 {
line-height: 1.5em;
resize: vertical;
}
/* Hide the old toolbar until the wikiEditor toolbar is deemed not supported,
* hide the WikiEditor toolbar until it's css has loaded */
.wikiEditor-oldToolbar,
.wikiEditor-ui-toolbar {
display: none;
}