MediaWiki:Monaco.css: Difference between revisions

From Orain Meta
Jump to navigation Jump to search
Content added Content deleted
(added some fixes for display errors when editing with Monaco skin)
 
mNo edit summary
Line 13: Line 13:
width: 98%!important;
width: 98%!important;
}
}

#editform .editOptions {
display: block;

Revision as of 02:20, 6 October 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;