Difference between revisions of "MediaWiki:Common.css"

From HIVE
Jump to navigation Jump to search
m (Created page with "→‎CSS placed here will be applied to all skins: table.collapsed tr.collapsable { display: none; } .collapseButton { →‎'show'/'hide' buttons created dynamically by the: ...")
 
m
Line 5: Line 5:
 
   
 
   
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
+
float: left; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
 
font-weight: normal; /* are styled here so they can be customised.   */
 
font-weight: normal; /* are styled here so they can be customised.   */
 
text-align: right;
 
text-align: right;
 
width: auto;
 
width: auto;
 
}
 
}

Revision as of 03:25, 24 November 2010

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