MediaWiki:Monaco.css: Difference between revisions

From Orain Meta
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
(Some more fixes to fix remaining Monaco skin edit window display issues)
 
Line 15: Line 15:


#editform .editOptions {
#editform .editOptions {
display: block;
display: block;
}

/* Border-box model: Inputs and buttons count border as part of height. Increase height. */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
height: 27px;

Latest revision as of 02:42, 15 December 2013

/* My fixes for display errors with the WikiEditor extension */
/* By Arcane (known as Arcane 21 on Wikimedia websites) */
/* Add these lines at the end of monobook_modified.css file in the styles/css folder of the Monaco skin  */

.toolbar {
    border-top-style: none!important;
    border-top-width: 1px;
    padding: 0px 0px !important;
}

/* Expandable Sections */
.wikiEditor-ui-toolbar .sections {
	width: 98%!important;
}

#editform .editOptions {
	display: block;
}

/* Border-box model: Inputs and buttons count border as part of height. Increase height. */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	height: 27px;