2013-07-05 06:01:31 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki ViewPageTarget init styles.
|
|
|
|
*
|
2014-01-05 12:05:05 +00:00
|
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
2013-07-05 06:01:31 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2013-12-03 22:09:56 +00:00
|
|
|
/*csslint known-properties:false */
|
|
|
|
/* Bug: https://github.com/stubbornella/csslint/issues/436 */
|
|
|
|
|
2013-07-05 06:01:31 +00:00
|
|
|
/* Section edit links */
|
|
|
|
|
|
|
|
.mw-editsection {
|
|
|
|
white-space: nowrap;
|
|
|
|
/* bidi isolation: */
|
|
|
|
unicode-bidi: -moz-isolate;
|
|
|
|
unicode-bidi: -webkit-isolate;
|
|
|
|
unicode-bidi: isolate;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-editsection-divider {
|
2013-08-01 19:14:41 +00:00
|
|
|
color: #555;
|
2013-07-05 06:01:31 +00:00
|
|
|
}
|
|
|
|
|
2013-08-01 19:14:41 +00:00
|
|
|
.ve-tabmessage-appendix {
|
|
|
|
font-size: 0.7em;
|
|
|
|
vertical-align: top;
|
|
|
|
line-height: 1.43em;
|
|
|
|
padding-left: 0.5em;
|
|
|
|
/* Use !important to override div.vectorTabs span */
|
|
|
|
background-image: none !important;
|
|
|
|
display: inline !important;
|
2013-07-05 06:01:31 +00:00
|
|
|
}
|