Bmansurov has uploaded a new change for review.

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

Change subject: Regression: correctly position the 
.collection-confirmation-overlay
......................................................................

Regression: correctly position the .collection-confirmation-overlay

* Align the overlay to the center
* Set the max-width equal to 500px to be consistent with .collection-overlay

Bug: T104692
Change-Id: I02c7f1d918af1d9bb194ef225c223462b92634fd
---
M resources/ext.gather.collection.confirm/confirmationOverlay.less
1 file changed, 8 insertions(+), 7 deletions(-)


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

diff --git a/resources/ext.gather.collection.confirm/confirmationOverlay.less 
b/resources/ext.gather.collection.confirm/confirmationOverlay.less
index 5d1f744..4279802 100644
--- a/resources/ext.gather.collection.confirm/confirmationOverlay.less
+++ b/resources/ext.gather.collection.confirm/confirmationOverlay.less
@@ -5,6 +5,14 @@
        font-size: .9em;
        text-align: center;
        z-index: @z-indexOverOverlay;
+       background-color: white;
+       top: @headerHeight * 1.2;
+       color: @grayDark;
+       width: auto;
+       left: 3%;
+       right: 3%;
+       margin: auto;
+       max-width: 500px;
 
        h3 {
                padding: 0.25em;
@@ -17,12 +25,5 @@
 
        .collection-confirm-actions {
                padding: 0.5em;
-       }
-
-       &.content-overlay {
-               background-color: white;
-               top: @headerHeight * 1.2;
-               color: @grayDark;
-               width: auto;
        }
 }
\ No newline at end of file

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

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

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

Reply via email to