2014-03-14 19:52:40 +00:00
|
|
|
/*!
|
2015-07-29 13:41:30 +00:00
|
|
|
* VisualEditor MediaWiki Initialization MobileArticleTarget styles.
|
2014-03-14 19:52:40 +00:00
|
|
|
*
|
2015-01-08 23:54:03 +00:00
|
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
2014-03-14 19:52:40 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2014-07-14 21:32:49 +00:00
|
|
|
.ve-ui-overlay {
|
2014-03-14 19:52:40 +00:00
|
|
|
/* enough to cover .overlay-header-container with z-index: 5 */
|
|
|
|
z-index: 6;
|
|
|
|
}
|
2015-07-01 11:11:36 +00:00
|
|
|
|
|
|
|
.ve-init-mw-target-surface .ve-ce-documentNode,
|
|
|
|
.ve-init-mw-target-surface .ve-ui-surface-placeholder {
|
|
|
|
padding: 0;
|
|
|
|
}
|