Awight has uploaded a new change for review.

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

Change subject: Fix green box width on some forms
......................................................................

Fix green box width on some forms

Change-Id: Ifb6cef6a4fb3b8b637eb58113d78faabbf255446
---
M modules/css/gateway.css
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/41/182341/1

diff --git a/modules/css/gateway.css b/modules/css/gateway.css
index 46b1f6c..f7307d4 100644
--- a/modules/css/gateway.css
+++ b/modules/css/gateway.css
@@ -130,7 +130,7 @@
 #greenBackground,
 div.donor {
     padding:16px 24px;
-       width:300px;
+       min-width:300px;
     background-color:#CCE7CD;
        border:1px solid #5EAC58;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifb6cef6a4fb3b8b637eb58113d78faabbf255446
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: deployment
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>

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

Reply via email to