Update VE core submodule to master (5b0e269)

New changes:
de79de2 [BREAKING CHANGE] Fix font sizes and padding in Surface and SurfaceWidget
aa4a481 Localisation updates from https://translatewiki.net.
c2ff1cb Initialize toolbar tools disabled until surface is initialized
f457c83 Split visualEditor.css into apex & mediawiki versions
aff993c Don't drop <html> attributes when parsing HTML on Opera 12

Local changes:
Fix SurfaceWidget and DebugBar hacks

Change-Id: I93cb8ec787e53c07b5051c0296eb6f59b6048e91
This commit is contained in:
Ed Sanders 2015-03-30 15:18:55 +01:00 committed by James D. Forrester
parent a4c0453fd5
commit 4328045501
2 changed files with 6 additions and 7 deletions

2
lib/ve

@ -1 +1 @@
Subproject commit 795aab5f65f05dafd1a8bddd7ccb476070674464
Subproject commit 5b0e26968c5a931a8a4d81be52dfd781152dacc0

View file

@ -26,10 +26,6 @@
font-size: 0.8em;
}
.ve-ui-mwSurfaceWidget .ve-ce-surface {
/* 0.875 (mw-body-content) / 0.8em (window) */
font-size: 1.09375em;
}
.ve-init-mw-viewPageTarget-toolbar {
margin: -1em -1em 1em -1em;
@ -44,10 +40,13 @@
border-bottom: 1px solid rgba(0,0,0,0.15);
}
.ve-ui-debugBar {
.ve-init-target > .ve-ui-debugBar {
padding: 1em;
margin: 1em -1em -1em -1em;
border-top: solid 1px #ccc;
}
.ve-ui-debugBar {
border-top: 1px solid #ccc;
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15) inset;
}