MediaWiki:Common.css: Difference between revisions

From FamilySearch Wiki
(Created page with '→‎CSS placed here will be applied to all skins: .collapseButton { →‎'show'/'hide' buttons created dynamically: float: right; /* by the CollapsibleTa…')
 
mNo edit summary
Line 8: Line 8:
}
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
     width: 6em;            /* the vde links from [[Template:Tnavbar]],  */
     width: 6em;            /* the vde links from [[Template:Navbar]],  */
}                          /* so they need to be the same width.        */
}                          /* so they need to be the same width.        */

Revision as of 16:46, 18 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;
}
.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.         */