Jdlrobson has uploaded a new change for review.

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

Change subject: Tweaks for Vector skin styling
......................................................................

Tweaks for Vector skin styling

Bug: T92883
Change-Id: Ic7d5f854465142c266f2eb0f673106f72985a6b8
---
A resources/ext.gather.desktop/init.js
M resources/ext.gather.styles/vector.less
2 files changed, 25 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gather 
refs/changes/43/199143/1

diff --git a/resources/ext.gather.desktop/init.js 
b/resources/ext.gather.desktop/init.js
new file mode 100644
index 0000000..b93446a
--- /dev/null
+++ b/resources/ext.gather.desktop/init.js
@@ -0,0 +1,9 @@
+var $el = $( '#ca-watch,#ca-unwatch' );
+var id = $el.attr( 'id' );
+$el.removeAttr( 'id' );
+var $star = $el.cloneNode().prependTo( '#content' );
+
+$star.attr( 'id', id );
+mw.loader.using( 'ext.gather.watchstar' ).done( function () {
+       $el.attr( 'id', id );
+} );
\ No newline at end of file
diff --git a/resources/ext.gather.styles/vector.less 
b/resources/ext.gather.styles/vector.less
index 70b714c..dc3c508 100644
--- a/resources/ext.gather.styles/vector.less
+++ b/resources/ext.gather.styles/vector.less
@@ -2,8 +2,24 @@
 @import "minerva.variables.less";
 @import "minerva.mixins.less";
 
+.view-border-box,
 .collection {
        * {
                .box-sizing(border-box);
        }
 }
+
+.collection-item {
+       h2 {
+               border-bottom: none;
+       }
+}
+
+@media all and (min-width: 1000px) {
+       .collection {
+               .collection-header {
+                       text-align: left;
+                       padding-left: 0;
+               }
+       }
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic7d5f854465142c266f2eb0f673106f72985a6b8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to