jenkins-bot has submitted this change and it was merged.

Change subject: Add clearfix css for edit link in Vector skin
......................................................................


Add clearfix css for edit link in Vector skin

Bug: 63640
Change-Id: I5ba46679a3a2d5c68e2993854032477600a36b97
---
M client/resources/Resources.php
A client/resources/wikibase.client.vector.css
2 files changed, 9 insertions(+), 1 deletion(-)

Approvals:
  Tobias Gritschacher: Looks good to me, approved
  WikidataJenkins: Verified
  jenkins-bot: Verified



diff --git a/client/resources/Resources.php b/client/resources/Resources.php
index 35d9002..944ffb2 100644
--- a/client/resources/Resources.php
+++ b/client/resources/Resources.php
@@ -13,7 +13,10 @@
                        'skinStyles' => array(
                                'modern' => 'wikibase.client.css',
                                'monobook' => 'wikibase.client.css',
-                               'vector' => 'wikibase.client.css',
+                               'vector' => array(
+                                       'wikibase.client.css',
+                                       'wikibase.client.vector.css'
+                               )
                        ),
                ),
                'wikibase.client.nolanglinks' => $moduleTemplate + array(
diff --git a/client/resources/wikibase.client.vector.css 
b/client/resources/wikibase.client.vector.css
new file mode 100644
index 0000000..a868c17
--- /dev/null
+++ b/client/resources/wikibase.client.vector.css
@@ -0,0 +1,5 @@
+div.after-portlet-lang:after {
+       content: '';
+       clear: both;
+       display: block;
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5ba46679a3a2d5c68e2993854032477600a36b97
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: WikidataJenkins <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to