Jack Phoenix has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/358070 )

Change subject: [WIP] Fixes for the Echo extension
......................................................................

[WIP] Fixes for the Echo extension

Change-Id: I53d50c9e479b452770850d1bd0a0e940c9433e92
---
M skin.json
A truglass/echo.badge.css
2 files changed, 9 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Truglass 
refs/changes/70/358070/1

diff --git a/skin.json b/skin.json
index dac92f5..af740d7 100644
--- a/skin.json
+++ b/skin.json
@@ -1,6 +1,6 @@
 {
        "name": "Truglass",
-       "version": "4.1.5",
+       "version": "4.1.6",
        "author": [
                "Elliott Franklin Cable",
                "Jack Phoenix",
@@ -44,6 +44,7 @@
        },
        "ResourceModuleSkinStyles": {
                "truglass": {
+                       "+ext.echo.styles.badge": "truglass/echo.badge.css",
                        "+mediawiki.special.preferences.styles": 
"truglass/special.preferences.styles.css"
                }
        },
diff --git a/truglass/echo.badge.css b/truglass/echo.badge.css
new file mode 100644
index 0000000..c5f1350
--- /dev/null
+++ b/truglass/echo.badge.css
@@ -0,0 +1,7 @@
+/* Lazy fix for the Echo extension icons in the personal tools area to stop
+ * them from messing up the whole #ptools
+ */
+#ptools li#pt-notifications-alert,
+#ptools li#pt-notifications-notice {
+       display: inline-block;
+}
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I53d50c9e479b452770850d1bd0a0e940c9433e92
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Truglass
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <j...@countervandalism.net>

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

Reply via email to