Merge "ve.init.mw.DesktopArticleTarget: Edit surface padding and gutter for Minerva"

This commit is contained in:
jenkins-bot 2018-11-07 13:18:42 +00:00 committed by Gerrit Code Review
commit 07856d2a16
2 changed files with 20 additions and 0 deletions

View file

@ -389,6 +389,9 @@
],
"monobook": [
"modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-monobook.css"
],
"minerva": [
"modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-minerva.css"
]
},
"dependencies": [
@ -483,6 +486,9 @@
],
"monobook": [
"modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-monobook.css"
],
"minerva": [
"modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-minerva.css"
]
},
"dependencies": [

View file

@ -0,0 +1,14 @@
/*!
* VisualEditor MediaWiki Initialization DesktopArticleTarget Minerva skin styles.
*
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-init-mw-desktopArticleTarget .ve-init-mw-target-surface .ve-ce-documentNode,
.ve-init-mw-desktopArticleTarget .ve-init-mw-target-surface .ve-ui-surface-placeholder {
padding: 0;
/* Provide clickable gutter */
padding-left: 1000px;
margin-left: -1000px;
}