Santhosh has submitted this change and it was merged. Change subject: Fixes for expandable documentation ......................................................................
Fixes for expandable documentation Several fixes for messages with large documentation that is compacted in the message editor: * CSS property manipulations removed from JS code, just manipulate long and compact classes and let the styling be at the CSS. * Messages are compacted to a percentage of the current vertical space instead of a fixed size. This provides more space for long messages. * Long messages use a smaller font size so that more content can be visible. * "View more" link can be used to make the documentation compact again (TODO: the message should change to "Show less") * Other spacing and border fixing. Change-Id: I956fcec141d12c83261be2710cb971a97b9f7b35 --- M Translate.i18n.php M Translate.php M resources/css/ext.translate.editor.css M resources/js/ext.translate.editor.js 4 files changed, 33 insertions(+), 15 deletions(-) Approvals: Santhosh: Verified; Looks good to me, approved jenkins-bot: Checked -- To view, visit https://gerrit.wikimedia.org/r/43169 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I956fcec141d12c83261be2710cb971a97b9f7b35 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/Translate Gerrit-Branch: master Gerrit-Owner: Pginer <[email protected]> Gerrit-Reviewer: Amire80 <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Pginer <[email protected]> Gerrit-Reviewer: Santhosh <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
