mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/widgets/ve.ui.MWReferenceResultWidget.css
James D. Forrester f2e22babaa Update VE core submodule to master (1f82a47)
New changes:
5d063a2 Don't use three different coordinate systems in getSelectionRect()
feeb1ae Only focus the paste target if focusedNode has changed
2c1bb97 Update OOjs UI to v0.1.0-pre (4cef83f702)

Local changes:
* Update references to renamed classes
* Update calling patterns element mixins

Change-Id: I330c0e308807597dec31dad8dbf713eb29fdc290
2014-09-03 17:20:09 -07:00

29 lines
562 B
CSS

/*!
* VisualEditor MediaWiki UserInterface MWReferenceResultWidget styles.
*
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwReferenceResultWidget {
position: relative;
padding: 1em;
border-bottom: solid 1px #eee;
}
.ve-ui-mwReferenceResultWidget .oo-ui-labelElement-label {
white-space: normal;
}
.ve-ui-mwReferenceResultWidget-shield {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.ve-ui-mwReferenceResultWidget-divider {
font-weight: bold;
}