MediaWiki:Common.css: Difference between revisions

From FamilySearch Wiki
mNo edit summary
mNo edit summary
Line 7: Line 7:
     width: auto;
     width: auto;
}
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Navbar]],  */
}                          /* so they need to be the same width.        */

Revision as of 01:15, 19 March 2010

/* CSS placed here will be applied to all skins */
 
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}