mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
0e973815ee
Apparently this is left over code from when Vector drew the left border as a background. Change-Id: I3a9829ed7ab1bb1f2ad1a1c88aff82b1a2fc456d
31 lines
684 B
CSS
31 lines
684 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization ViewPageTarget Vector skin styles.
|
|
*
|
|
* @copyright 2011-2013 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-surface {
|
|
margin-top: 0.8em;
|
|
margin-left: -1.5em;
|
|
margin-right: -1.5em;
|
|
}
|
|
|
|
.ve-ce-documentNode {
|
|
font-size: 0.8em;
|
|
padding-left: 1.875em; /* 1.5/0.8 */
|
|
padding-right: 1.875em; /* 1.5/0.8 */
|
|
}
|
|
|
|
.ve-ui-toolbar-wrapper {
|
|
margin: -1em -1em 1em -1em;
|
|
-webkit-transition: margin 200ms ease-out;
|
|
-moz-transition: margin 200ms ease-out;
|
|
-o-transition: margin 200ms ease-out;
|
|
transition: margin 200ms ease-out;
|
|
position: relative;
|
|
}
|
|
|
|
.ve-ui-toolbar {
|
|
display: none;
|
|
} |