MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Qualify collapsible toggle.)
Tag: Reverted
(Padding to bottom too.)
 
(4 intermediate revisions by the same user not shown)
Line 10: Line 10:
}
}


/* Collapsible elements. Toggle-link moved to left.
.tight-list ul {
/* Margin around it adjusted. */
margin-top: 0;
margin-bottom: 0;
}


.mw-collapsible .mw-collapsible-toggle .record-collapse {
.tree-chart {
    float:none;
padding-top: 2em;
    margin-left:0;
padding-bottom: 2em;
    margin-right:1em;
}
}

Latest revision as of 18:11, 12 July 2023

/* CSS placed here will be applied to all skins */
.infobox {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  padding: 10px;
  margin-bottom: 10px;
}
.infobox tbody {
  vertical-align: top;
}

.tight-list ul {
	margin-top: 0;
	margin-bottom: 0;
}

.tree-chart {
	padding-top: 2em;
	padding-bottom: 2em;
}