mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/widgets/ve.ui.MWReferenceSearchWidget.css
Ed Sanders b1257d60a8 Reduce bottom margin of reference names
The bottom margin makes refs with name noticeably taller than
others, however a small margin is required to stop the second
line of text wrapping too tightly.

Change-Id: Iae7e1e6ee29d9090e54aa05feda1854828a03d9d
2014-07-27 13:23:06 +01:00

18 lines
401 B
CSS

/*!
* VisualEditor MediaWiki UserInterface MWReferenceSearchWidget styles.
*
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwReferenceSearchWidget-citation {
float: left;
margin-right: 0.75em;
}
.ve-ui-mwReferenceSearchWidget-name {
float: right;
margin-left: 0.75em;
margin-bottom: 0.05em;
color: #777;
}