MediaWiki:Gadget-morebits.css: Difference between revisions

Content added Content deleted
imported>Amalthea
(v2.0-641-g8668628: morebits: Stop tooltips colliding with the field; arv: No more double full stops on AIV reports; morebits.css: limit titlebar line-height in Monobook; image: increase window height; warn: add {{uw-redlink}})
(v2.0-717-gb28bc42: tag: Switch to scrollbox; add link to each template's documentation; morebits, welcome, shared: Overhaul scrollbox functionality; morebits: Remove padding: 0 from footer buttons; morebits: Add DocumentFragment and CSS class support)
Line 117: Line 117:




/* Scrollbox styles, for use within Morebits.quickForm */
/* Scrollbox styles, for use within Morebits.simpleWindow */


div.quickform-scrollbox
div.morebits-scrollbox
{
{
background: white;
background: white;
Line 130: Line 130:
}
}


div.quickform-scrollbox h5:first-child
div.morebits-scrollbox h5:first-child
{
{
border: none;
border: none;
Line 137: Line 137:
}
}


div.quickform-scrollbox :last-child
div.morebits-scrollbox :last-child
{
{
margin-bottom: 6px;
margin-bottom: 6px;
Line 284: Line 284:
float: none;
float: none;
margin: .2em 0 -.1em;
margin: .2em 0 -.1em;
padding-top: 0;
padding-bottom: 0;
cursor: auto;
cursor: auto;
}
}