2014-02-14 23:12:58 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor ContentEditable MediaWiki MWReferenceNode styles.
|
|
|
|
*
|
2015-01-08 23:54:03 +00:00
|
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
2014-02-14 23:12:58 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-ce-mwReferenceNode-missingref {
|
|
|
|
cursor: not-allowed;
|
2014-06-18 21:51:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* HACK: Hide Ref errors in templates */
|
|
|
|
.mw-ext-cite-error {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-12-08 23:45:23 +00:00
|
|
|
|
|
|
|
/* In IE, force hasLayout so the <sup>'s box gets measured correctly */
|
|
|
|
.ve-init-target-ie .ve-ce-mwReferenceNode {
|
|
|
|
display: inline-block;
|
|
|
|
}
|