jenkins-bot has submitted this change and it was merged.

Change subject: Get rid of some unused CSS
......................................................................


Get rid of some unused CSS

adyen.css is totally unused, there are no -addl- anything elements

Change-Id: I11a54d1c08ce7875fe556de2136182d0cc3ad3f0
---
D adyen_gateway/forms/css/adyen.css
M gateway_forms/mustache/forms.css
M modules/css/gateway.css
3 files changed, 1 insertion(+), 211 deletions(-)

Approvals:
  XenoRyet: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/adyen_gateway/forms/css/adyen.css 
b/adyen_gateway/forms/css/adyen.css
deleted file mode 100644
index d8d4937..0000000
--- a/adyen_gateway/forms/css/adyen.css
+++ /dev/null
@@ -1,184 +0,0 @@
-table#donation_amount {
-       background-color:transparent;
-       border:1px solid #AAAAAA;
-       border-collapse:collapse;
-       width: 600px;
-}
-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#payment_gateway-donate-addl-info-text {
-       font-size: 90%;
-       line-height: 120%;
-    padding-top: 12px;
-}
-div#payment_gateway-donate-submessage {
-       font-size: 90%;
-       line-height: 120%;
-}
-#payment-table-donor td.label, #payment-table-comment td.label, 
#payment-table-cc td.label {
-       white-space: nowrap;
-    display: block;
-    padding-right: 1em;
-    text-align: right;
-    width: 94px;
-}
-
-
-.payment-cc-form-section {
-    float: none;
-    margin-right: 0em;
-    margin-bottom: 1em;
-}
-
-#payment_gateway-cc_form_container {
-    width: 100%;
-}
-
-#payment_gateway-cc_form_form {
-    width: 475px;
-    float: right;
-    margin-left: 2em;
-    padding-left: 2em;
-    border-left: 1px solid #BBBBBB;
-}
-
-#payment_gateway-cc_form_letter {
-    height: 100%;
-}
-
-#payment_gateway-cc_form_letter p {
-    font-size: 1.125em;
-    margin-bottom: 1.2em;
-}
-
-#payment_gateway-personal-info {
-       margin-right:0 !important;
-}
-
-#payment_gateway-donate-addl-info-secure-logos {
-       float: left;
-       margin-right: 2em;
-}
-
-#payment_gateway-cc_form_letter_inside {       
-       padding-top: .5em;
-}
-
-#payment_gateway-cc_otherways {
-       padding-top: .5em;
-       display: block;
-}
-#payment_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;
-}
-#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: 400px;
-    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#payment-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; }
-
diff --git a/gateway_forms/mustache/forms.css b/gateway_forms/mustache/forms.css
index 06d3a76..7828eab 100644
--- a/gateway_forms/mustache/forms.css
+++ b/gateway_forms/mustache/forms.css
@@ -1,11 +1,6 @@
 img.submethod-logo {
        max-width: 100px;
 }
-div#payment_gateway-donate-addl-info-text {
-       font-size: 90%;
-       line-height: 120%;
-    padding-top: 12px;
-}
 div#payment_gateway-donate-submessage {
        font-size: 90%;
        line-height: 120%;
@@ -30,17 +25,7 @@
     margin-bottom: 1em;
 }
 #payment_gateway-personal-info {
-       margin-right:0 !important;
-}
-
-#payment_gateway-donate-addl-info-secure-logos {
-       float: left;
-       margin-right: 2em;
-}
-
-#payment_gateway-donate-addl-info {
-       margin-top:2em !important;
-       margin-bottom:1em !important;
+       margin-right: 0;
 }
 
 #appeal {
diff --git a/modules/css/gateway.css b/modules/css/gateway.css
index 2f19d91..9ae52a0 100644
--- a/modules/css/gateway.css
+++ b/modules/css/gateway.css
@@ -53,12 +53,6 @@
        margin-bottom: 1em;
 }
 
-#payment_gateway-donate-addl-info {
-       margin-top: 4em;
-       margin-bottom: 4em;
-       clear: both;
-}
-
 #payment-table-cc td {
        text-align: left;
 }
@@ -80,11 +74,6 @@
 
 #payment-table-donor td {
        text-align: left;
-}
-
-#payment_gateway-donate-addl-info-secure-logos {
-        float: left;
-        margin-right: 2em;
 }
 
 .button-plain {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I11a54d1c08ce7875fe556de2136182d0cc3ad3f0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Ejegg <eeggles...@wikimedia.org>
Gerrit-Reviewer: AndyRussG <andrew.green...@gmail.com>
Gerrit-Reviewer: Awight <awi...@wikimedia.org>
Gerrit-Reviewer: Cdentinger <cdentin...@wikimedia.org>
Gerrit-Reviewer: Ssmith <ssm...@wikimedia.org>
Gerrit-Reviewer: XenoRyet <dkozlow...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to