File tree Expand file tree Collapse file tree 3 files changed +13
-15
lines changed
Braintree/view/adminhtml/web
Block/Adminhtml/System/Config/Fieldset Expand file tree Collapse file tree 3 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 3
3
* See COPYING.txt for license details.
4
4
*/
5
5
6
- .braintree-section .heading {display : inline-block; background : url ("images/braintree_logo.png" ) no-repeat 0 50% / 18rem auto; padding-left : 20rem ;}
7
- .braintree-section .button-container {display : inline-block; float : right;}
6
+ .braintree-section .heading {background : url ("images/braintree_logo.png" ) no-repeat 0 50% / 18rem auto; padding-left : 20rem ;}
7
+ .braintree-section .button-container {float : right;}
8
8
.braintree-section .config-alt {background : url ("images/braintree_allinone.png" ) no-repeat scroll 0 0 / 100% auto; height : 28px ; margin : 0.5rem 0 0 ; width : 230px ;}
Original file line number Diff line number Diff line change @@ -78,18 +78,10 @@ protected function _isPaymentEnabled($element)
78
78
*/
79
79
protected function _getHeaderTitleHtml ($ element )
80
80
{
81
- $ html = '<div class="config-heading" ><div class="heading"><strong> ' . $ element -> getLegend () ;
81
+ $ html = '<div class="config-heading" > ' ;
82
82
83
83
$ groupConfig = $ element ->getGroup ();
84
84
85
- $ html .= '</strong> ' ;
86
-
87
- if ($ element ->getComment ()) {
88
- $ html .= '<span class="heading-intro"> ' . $ element ->getComment () . '</span> ' ;
89
- }
90
- $ html .= '<div class="config-alt"></div> ' ;
91
- $ html .= '</div> ' ;
92
-
93
85
$ disabledAttributeString = $ this ->_isPaymentEnabled ($ element ) ? '' : ' disabled="disabled" ' ;
94
86
$ disabledClassString = $ this ->_isPaymentEnabled ($ element ) ? '' : ' disabled ' ;
95
87
$ htmlId = $ element ->getHtmlId ();
@@ -122,6 +114,13 @@ protected function _getHeaderTitleHtml($element)
122
114
) . '</a> ' ;
123
115
}
124
116
117
+ $ html .= '</div> ' ;
118
+ $ html .= '<div class="heading"><strong> ' . $ element ->getLegend () . '</strong> ' ;
119
+
120
+ if ($ element ->getComment ()) {
121
+ $ html .= '<span class="heading-intro"> ' . $ element ->getComment () . '</span> ' ;
122
+ }
123
+ $ html .= '<div class="config-alt"></div> ' ;
125
124
$ html .= '</div></div> ' ;
126
125
127
126
return $ html ;
Original file line number Diff line number Diff line change 14
14
.payflow-settings-notice { border : 1px solid # d1d0ce ;padding : 0 10px ;margin : 0 ;}
15
15
.payflow-settings-notice .important-label {color : # f00 ;}
16
16
.payflow-settings-notice ul .options-list {list-style : disc;padding : 0 2em ;}
17
- .paypal-express-section .heading {display : inline-block; background : url ("images/pp-logo-200px.png" ) no-repeat 0 50% / 18rem auto; padding-left : 20rem ;}
18
- .paypal-express-section .button-container {display : inline-block; float : right;}
17
+ .paypal-express-section .heading {background : url ("images/pp-logo-200px.png" ) no-repeat 0 50% / 18rem auto; padding-left : 20rem ;}
18
+ .paypal-express-section .button-container {float : right;}
19
19
.paypal-express-section .config-alt {background : url ("images/pp-alt.png" ) no-repeat; height : 26px ; margin : 0.5rem 0 0 ; width : 158px ;}
20
20
.paypal-express-section .link-more {margin-left : 5px ;}
21
- .paypal-other-section .heading {display : inline-block;}
22
- .paypal-other-section .button-container {display : inline-block; float : right; margin : 1rem 0 0 !important ;}
21
+ .paypal-other-section .button-container {float : right; margin : 1rem 0 0 !important ;}
23
22
.paypal-other-section > .entry-edit-head > a ::before {left : auto !important ; right : 1.3rem !important ;}
24
23
.paypal-all-in-one-section > .entry-edit-head {background : url ("images/AM_mc_vs_dc_ae.jpg" ) no-repeat scroll 0 50% / 18rem auto; padding-left : 18rem ;}
25
24
.paypal-gateways-section > .entry-edit-head {background : url ("images/pp-payflow-mark.png" ) no-repeat scroll 0 50% / 18rem auto; padding-left : 18rem ;}
You can’t perform that action at this time.
0 commit comments