Katie Horn has uploaded a new change for review.

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


Change subject: Removing half a file of css redefinitions for the adyen form
......................................................................

Removing half a file of css redefinitions for the adyen form

Change-Id: I783dc6e549b76e2cbab3012915d8c497505725ca
---
M adyen_gateway/forms/css/adyen.css
1 file changed, 1 insertion(+), 183 deletions(-)


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

diff --git a/adyen_gateway/forms/css/adyen.css 
b/adyen_gateway/forms/css/adyen.css
index 07c410d..9ddcf35 100644
--- a/adyen_gateway/forms/css/adyen.css
+++ b/adyen_gateway/forms/css/adyen.css
@@ -213,187 +213,5 @@
 .options-h li select { vertical-align: middle; }
 .options-h li:last-child { margin: 0; }
 .form .options-v { margin-top: 5px; }
-.options-v li { padding-left: 25px; text-indent: -25px; }table#donation_amount 
{
-       background-color:transparent;
-       border:1px solid #AAAAAA;
-       border-collapse:collapse;
-       width: 394px;
-}
-table#donation_amount td {
-       border:1px solid #AAAAAA;
-}
-table#donation_amount td.amount_header {
-       background-color:#eef2f7;
-       font-size:90%;
-}
-table#donation_amount td.amount_data {
-       background-color:#daf2db;
-}
-h3.cc_header {
-       padding-bottom: 0;
-       margin-bottom: 0;
-       font-weight: normal;
-}
-div#payflowpro_gateway-donate-addl-info-text {
-       font-size: 90%;
-       line-height: 120%;
-    padding-top: 12px;
-}
-div#payflowpro_gateway-donate-submessage {
-       font-size: 90%;
-       line-height: 120%;
-}
-#payflow-table-donor td.label, #payflow-table-comment td.label, 
#payflow-table-cc td.label {
-       white-space: nowrap;
-    display: block;
-    padding-right: 1em;
-    text-align: right;
-    width: 94px;
-}
-
-
-.payflow-cc-form-section {
-    float: none;
-    margin-right: 0em;
-    margin-bottom: 1em;
-}
-
-#payflowpro_gateway-cc_form_container {
-    width: 100%;
-}
-
-#payflowpro_gateway-cc_form_form {
-    width: 475px;
-    float: right;
-    margin-left: 2em;
-    padding-left: 2em;
-    border-left: 1px solid #BBBBBB;
-}
-
-#payflowpro_gateway-cc_form_letter {
-    height: 100%;
-}
-
-#payflowpro_gateway-cc_form_letter p {
-    font-size: 1.125em;
-    margin-bottom: 1.2em;
-}
-
-#payflowpro_gateway-personal-info {
-       margin-right:0 !important;
-}
-
-#payflowpro_gateway-donate-addl-info-secure-logos {
-       float: left;
-       margin-right: 2em;
-}
-
-#payflowpro_gateway-cc_form_letter_inside {    
-       padding-top: .5em;
-}
-
-#payflowpro_gateway-cc_otherways {
-       padding-top: .5em;
-       display: block;
-}
-#payflowpro_gateway-donate-addl-info {
-       margin-top:2em !important;
-       margin-bottom:1em !important;
-}
-
-#appeal {
-       background-color:transparent;
-       border-color:transparent;
-       border-style:solid;
-       border-width:1px 0 1px 1px;
-       padding:16px 24px 24px;
-       width:10%;
-}
-#appeal-head {
-       font-size:1.5em;
-       line-height:1.125em;
-       padding-bottom:0.5em;
-       padding-top:0.125em;
-}
-#appeal-body {
-       font-size:1.125em;
-       margin-bottom:1em;
-       padding:0.2em 0;
-}
-#donate {
-}
-#donate-head {
-       border:none;
-       font-size:1.5em;
-       line-height:1.125em;
-       padding-bottom:0em;
-       padding-top:0.125em;
-}
-#donate-body {
-       font-size:1.125em;
-       margin-bottom:1em;
-}
-
-/* Move the form up */
-#mw-head-base {
-       height: 1em !important;
-}
-
-/* Hiding content border */
-table {
-       background-color: transparent;
-}
-div#content {
-       background-color: transparent !important;
-       background-image: none !important;
-}
-div#mw-head-base {
-       background-image: none !important;
-}
-#footer {
-       background-image: none !important;
-}
-
-/* Hiding stuff we don't need */
-h1#firstHeading, div#contentSub {
-       display: none;
-}
-
-/* NEW STUFF */
-#greenBackground{
-    padding:16px 24px;
-       width:400px;
-    background-color:#CCE7CD;
-       border:1px solid #5EAC58;
-}
-p#informationsharing, p#monthlycancel {
-    width: 318px;
-    padding: 0 15px;
-    line-height: 14px;
-    font-size: 11px;
-}
-ul#moreinfolinks li{
-    list-style: none !important;
-    list-style-image: none !important;
-}
-h3.amount_header {
-       padding: 0 0 0.4em 0;
-       margin-bottom: 0;
-       font-weight: normal;
-}
-
-table#payflow-table-donor{
-    /*margin-left: 10px;*/
-}
-
-/* From Webitects */
-/* Options */
-.form .options-h, .form .options-v { margin: 0; }
-.options-h, .options-v { list-style: none; margin: 0 0 1em 0; }
-.options-h img, .options-v img { vertical-align: middle; }
-.options-h li, .options-v li { background: none; margin-bottom: 0.3em; 
padding: 0; }
-.options-h li { display: inline; line-height: 2.5; margin-right: 0.3em; 
white-space: nowrap; }
-.options-h li select { vertical-align: middle; }
-.options-h li:last-child { margin: 0; }
-.form .options-v { margin-top: 5px; }
 .options-v li { padding-left: 25px; text-indent: -25px; }
+

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I783dc6e549b76e2cbab3012915d8c497505725ca
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Katie Horn <[email protected]>

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

Reply via email to