Yaron Koren has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/311642

Change subject: Added Balloon.css CSS library
......................................................................

Added Balloon.css CSS library

Change-Id: Ib11a9b659c7b526ed335179eb93ae57b367db18f
---
M README
M SemanticForms.php
M extension.json
3 files changed, 15 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms 
refs/changes/42/311642/2

diff --git a/README b/README
index 50dfcf0..94c701e 100644
--- a/README
+++ b/README
@@ -73,5 +73,9 @@
 * Select2 (https://select2.github.io) by Igor Vaynberg, distributed
 under both the Apache and GPL licenses.
 
+It also includes the Balloon.css CSS library
+(https://kazzkiq.github.io/balloon.css/) by Claudio Holanda,
+distributed under the MIT license.
+
 Semantic Forms also makes extensive use of the jQuery and jQuery UI
-JavaScript libraries, included within MediaWiki.
+JavaScript libraries, included within MediaWiki.
\ No newline at end of file
diff --git a/SemanticForms.php b/SemanticForms.php
index e9a6ab2..547f774 100644
--- a/SemanticForms.php
+++ b/SemanticForms.php
@@ -411,6 +411,11 @@
                        'htmlform-no',
                ),
        ),
+       'ext.semanticforms.balloon' => $sfgResourceTemplate + array(
+               'styles' => array(
+                       'skins/balloon.css',
+               ),
+       ),
        'ext.semanticforms' => $sfgResourceTemplate + array(
                'scripts' => array(
                        'libs/ext.sf.js',
diff --git a/extension.json b/extension.json
index 0f05319..5b75c87 100644
--- a/extension.json
+++ b/extension.json
@@ -302,6 +302,11 @@
                                "htmlform-no"
                        ]
                },
+               "ext.semanticforms.balloon": {
+                       "styles": [
+                               "skins/balloon.css"
+                       ]
+               },
                "ext.semanticforms": {
                        "scripts": [
                                "libs/ext.sf.js"

-- 
To view, visit https://gerrit.wikimedia.org/r/311642
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib11a9b659c7b526ed335179eb93ae57b367db18f
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to