mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 01:16:30 +00:00
Merge "ve.init.mw.DesktopArticleTarget: Edit surface padding and gutter for Minerva"
This commit is contained in:
commit
07856d2a16
|
@ -389,6 +389,9 @@
|
||||||
],
|
],
|
||||||
"monobook": [
|
"monobook": [
|
||||||
"modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-monobook.css"
|
"modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-monobook.css"
|
||||||
|
],
|
||||||
|
"minerva": [
|
||||||
|
"modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-minerva.css"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -483,6 +486,9 @@
|
||||||
],
|
],
|
||||||
"monobook": [
|
"monobook": [
|
||||||
"modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-monobook.css"
|
"modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-monobook.css"
|
||||||
|
],
|
||||||
|
"minerva": [
|
||||||
|
"modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-minerva.css"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in a new issue