r110817 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110816‎ | r110817 | r110818 >
Date:02:00, 7 February 2012
Author:christian
Status:deferred
Tags:nodeploy, visualeditor 
Comment:
tweaks to margins
Modified paths:
  • /trunk/extensions/VisualEditor/demo-ce/index.php (modified) (history)
  • /trunk/extensions/VisualEditor/modules/ve/ce/styles/ve.es.Document.css (modified) (history)
  • /trunk/extensions/VisualEditor/modules/ve/ce/styles/ve.es.Surface.css (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/ve/ce/styles/ve.es.Document.css
@@ -10,8 +10,7 @@
1111 .es-listView,
1212 .es-preView,
1313 .es-paragraphView {
14 - margin: 1em;
15 - margin-top: 0;
 14+ margin: 0 0 1em 0;
1615 position: relative;
1716 min-height: 1.5em;
1817 }
Index: trunk/extensions/VisualEditor/modules/ve/ce/styles/ve.es.Surface.css
@@ -1,15 +1,6 @@
22 .es-surfaceView {
33 overflow: hidden;
44 font-size: 1em; /* to look more like MediaWiki use: 0.8em */;
5 - margin-left: -1em;
6 - margin-right: -1em;
7 - /*
8 - -webkit-user-select: none;
9 - -moz-user-select: none;
10 - -ms-user-select: none;
11 - -o-user-select;
12 - user-select: none;
13 - */
145 }
156
167 .es-surfaceView-textarea {
Index: trunk/extensions/VisualEditor/demo-ce/index.php
@@ -5,7 +5,7 @@
66 <title>ContentEditable Demo</title>
77 <!-- es -->
88 <link rel="stylesheet" href="../modules/ve/ce/styles/ve.es.Document.css">
9 - <link rel="stylesheet" href="../modules/ve/es/styles/ve.es.Content.css">
 9+ <link rel="stylesheet" href="../modules/ve/ce/styles/ve.es.Content.css">
1010 <link rel="stylesheet" href="../modules/ve/ce/styles/ve.es.Surface.css">
1111 <!-- ui -->
1212 <link rel="stylesheet" href="../modules/ve/ui/styles/ve.ui.Context.css">

Status & tagging log