Version Notes
Frontend update
Download this release
Release Info
Developer | Davide Costa |
Extension | Squeezol_Payment |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.1
- README.md → magento-connect/README.md +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/Block/Logo.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/Block/Start.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/Helper/Data.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/Model/Mysql4/Params.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/Model/Mysql4/Params/Collection.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/Model/Params.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/Model/Paramsandbox.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/Model/PaymentMethod.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/Model/Resource/Setup.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/Model/Session.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/controllers/IndexController.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/controllers/OrderProcessingController.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/data/squeezol_payment_setup/data-install-0.1.0.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/etc/config.xml +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/etc/system.xml +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/install-0.1.0.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/upgrade-0.1.0-0.2.0.php +0 -0
- {app → magento-connect/app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/upgrade-0.2.0-1.0.0.php +0 -0
- {app → magento-connect/app}/design/frontend/base/default/layout/squeezol_payment.xml +0 -20
- {app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/create.phtml +0 -0
- {app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/digest.phtml +0 -0
- {app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/invitation.phtml +0 -0
- {app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/logo.phtml +6 -5
- {app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/review.phtml +0 -0
- {app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/start.phtml +1 -1
- {app → magento-connect/app}/etc/modules/Squeezol_Payment.xml +0 -0
- {lib → magento-connect/lib}/Squeezol/endpoints.php +0 -0
- {lib → magento-connect/lib}/oauth2/Client.php +0 -0
- {lib → magento-connect/lib}/oauth2/GrantType/AuthorizationCode.php +0 -0
- {lib → magento-connect/lib}/oauth2/GrantType/ClientCredentials.php +0 -0
- {lib → magento-connect/lib}/oauth2/GrantType/IGrantType.php +0 -0
- {lib → magento-connect/lib}/oauth2/GrantType/Password.php +0 -0
- {lib → magento-connect/lib}/oauth2/GrantType/RefreshToken.php +0 -0
- {lib → magento-connect/lib}/oauth2/README +0 -0
- {lib → magento-connect/lib}/oauth2/auth_request.php +0 -0
- {lib → magento-connect/lib}/oauth2/composer.json +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.eot +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.svg +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.ttf +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.woff +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/absolut_pro_boldcondensed-webfont.ttf +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/absolut_pro_boldcondensed-webfont.woff +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/absolut_pro_bookcondensed-webfont.ttf +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/absolut_pro_bookcondensed-webfont.woff +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/bootstrap-responsive.css +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/bootstrap-responsive.min.css +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/bootstrap.css +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/bootstrap.min.css +1 -5
- {skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.eot +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.svg +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.ttf +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.woff +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-webfont.ttf +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-webfont.woff +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/pikaday.css +0 -0
- {skin → magento-connect/skin}/frontend/base/default/css/squeezol.css +127 -141
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/btn-finger.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/btn2.jpg +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/busta.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/busta2.jpg +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/default.jpg +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/facebook_small.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/fenicottero.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/ghianda_step_blu.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/ghianda_step_grigia.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/info-black.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/logo_min.png +0 -0
- magento-connect/skin/frontend/base/default/images/squeezol_payment/logo_squeezol_blu_nowrite.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/mail_small.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/pay_button.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/pay_button2.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/salva2.jpg +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/salvadanaio.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/shopping-cart.jpg +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-aziende.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-creasplit-pink.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-creasplit.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-invita-pink.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-invita.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-riassunto-pink.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-riassunto.png +0 -0
- {skin → magento-connect/skin}/frontend/base/default/js/_squeezol3.js +88 -107
- {skin → magento-connect/skin}/frontend/base/default/js/bootstrap.min.js +0 -0
- {skin → magento-connect/skin}/frontend/base/default/js/jquery.min.js +0 -0
- {skin → magento-connect/skin}/frontend/base/default/js/pikaday.js +0 -0
- package.xml +1 -1
- skin/frontend/base/default/js/noconflict.js +0 -2
README.md → magento-connect/README.md
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/Block/Logo.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/Block/Start.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/Helper/Data.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/Model/Mysql4/Params.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/Model/Mysql4/Params/Collection.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/Model/Params.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/Model/Paramsandbox.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/Model/PaymentMethod.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/Model/Resource/Setup.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/Model/Session.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/controllers/IndexController.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/controllers/OrderProcessingController.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/data/squeezol_payment_setup/data-install-0.1.0.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/etc/config.xml
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/etc/system.xml
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/install-0.1.0.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/upgrade-0.1.0-0.2.0.php
RENAMED
File without changes
|
{app → magento-connect/app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/upgrade-0.2.0-1.0.0.php
RENAMED
File without changes
|
{app → magento-connect/app}/design/frontend/base/default/layout/squeezol_payment.xml
RENAMED
@@ -21,10 +21,6 @@
|
|
21 |
<type>skin_js</type>
|
22 |
<name>js/jquery.min.js</name>
|
23 |
</action>
|
24 |
-
<action method="addItem">
|
25 |
-
<type>skin_js</type>
|
26 |
-
<name>js/noconflict.js</name>
|
27 |
-
</action>
|
28 |
<action method="addItem">
|
29 |
<type>skin_js</type>
|
30 |
<name>js/bootstrap.min.js</name>
|
@@ -47,10 +43,6 @@
|
|
47 |
<type>skin_js</type>
|
48 |
<name>js/jquery.min.js</name>
|
49 |
</action>
|
50 |
-
<action method="addItem">
|
51 |
-
<type>skin_js</type>
|
52 |
-
<name>js/noconflict.js</name>
|
53 |
-
</action>
|
54 |
<action method="addItem">
|
55 |
<type>skin_js</type>
|
56 |
<name>js/bootstrap.min.js</name>
|
@@ -74,10 +66,6 @@
|
|
74 |
<type>skin_js</type>
|
75 |
<name>js/jquery.min.js</name>
|
76 |
</action>
|
77 |
-
<action method="addItem">
|
78 |
-
<type>skin_js</type>
|
79 |
-
<name>js/noconflict.js</name>
|
80 |
-
</action>
|
81 |
<action method="addItem">
|
82 |
<type>skin_js</type>
|
83 |
<name>js/bootstrap.min.js</name>
|
@@ -101,10 +89,6 @@
|
|
101 |
<type>skin_js</type>
|
102 |
<name>js/jquery.min.js</name>
|
103 |
</action>
|
104 |
-
<action method="addItem">
|
105 |
-
<type>skin_js</type>
|
106 |
-
<name>js/noconflict.js</name>
|
107 |
-
</action>
|
108 |
<action method="addItem">
|
109 |
<type>skin_js</type>
|
110 |
<name>js/bootstrap.min.js</name>
|
@@ -128,10 +112,6 @@
|
|
128 |
<type>skin_js</type>
|
129 |
<name>js/jquery.min.js</name>
|
130 |
</action>
|
131 |
-
<action method="addItem">
|
132 |
-
<type>skin_js</type>
|
133 |
-
<name>js/noconflict.js</name>
|
134 |
-
</action>
|
135 |
<action method="addItem">
|
136 |
<type>skin_js</type>
|
137 |
<name>js/bootstrap.min.js</name>
|
21 |
<type>skin_js</type>
|
22 |
<name>js/jquery.min.js</name>
|
23 |
</action>
|
|
|
|
|
|
|
|
|
24 |
<action method="addItem">
|
25 |
<type>skin_js</type>
|
26 |
<name>js/bootstrap.min.js</name>
|
43 |
<type>skin_js</type>
|
44 |
<name>js/jquery.min.js</name>
|
45 |
</action>
|
|
|
|
|
|
|
|
|
46 |
<action method="addItem">
|
47 |
<type>skin_js</type>
|
48 |
<name>js/bootstrap.min.js</name>
|
66 |
<type>skin_js</type>
|
67 |
<name>js/jquery.min.js</name>
|
68 |
</action>
|
|
|
|
|
|
|
|
|
69 |
<action method="addItem">
|
70 |
<type>skin_js</type>
|
71 |
<name>js/bootstrap.min.js</name>
|
89 |
<type>skin_js</type>
|
90 |
<name>js/jquery.min.js</name>
|
91 |
</action>
|
|
|
|
|
|
|
|
|
92 |
<action method="addItem">
|
93 |
<type>skin_js</type>
|
94 |
<name>js/bootstrap.min.js</name>
|
112 |
<type>skin_js</type>
|
113 |
<name>js/jquery.min.js</name>
|
114 |
</action>
|
|
|
|
|
|
|
|
|
115 |
<action method="addItem">
|
116 |
<type>skin_js</type>
|
117 |
<name>js/bootstrap.min.js</name>
|
{app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/create.phtml
RENAMED
File without changes
|
{app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/digest.phtml
RENAMED
File without changes
|
{app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/invitation.phtml
RENAMED
File without changes
|
{app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/logo.phtml
RENAMED
@@ -19,7 +19,7 @@
|
|
19 |
visibility: hidden !important;
|
20 |
opacity: 0;
|
21 |
position: absolute;
|
22 |
-
|
23 |
left: 0;
|
24 |
right: 0;
|
25 |
border: 2px solid;
|
@@ -38,6 +38,7 @@
|
|
38 |
background-color: #FFF;
|
39 |
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
|
40 |
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
41 |
}
|
42 |
.sq-pop-container .sq-popover:before, .sq-pop-container .sq-popover:after {
|
43 |
display: block;
|
@@ -49,13 +50,13 @@
|
|
49 |
border: 7px outset transparent;
|
50 |
}
|
51 |
.sq-pop-container #sq-wizard-id:before {
|
52 |
-
border-
|
53 |
-
|
54 |
}
|
55 |
|
56 |
.sq-pop-container #sq-wizard-id:after {
|
57 |
-
border-
|
58 |
-
|
59 |
}
|
60 |
|
61 |
.sq-popover {
|
19 |
visibility: hidden !important;
|
20 |
opacity: 0;
|
21 |
position: absolute;
|
22 |
+
bottom: 100%;
|
23 |
left: 0;
|
24 |
right: 0;
|
25 |
border: 2px solid;
|
38 |
background-color: #FFF;
|
39 |
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
|
40 |
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
|
41 |
+
z-index:99999;
|
42 |
}
|
43 |
.sq-pop-container .sq-popover:before, .sq-pop-container .sq-popover:after {
|
44 |
display: block;
|
50 |
border: 7px outset transparent;
|
51 |
}
|
52 |
.sq-pop-container #sq-wizard-id:before {
|
53 |
+
border-top: 7px solid #0AB3C6;
|
54 |
+
bottom: -14px;
|
55 |
}
|
56 |
|
57 |
.sq-pop-container #sq-wizard-id:after {
|
58 |
+
border-top: 7px solid #EEF3FE;
|
59 |
+
bottom: -12px;
|
60 |
}
|
61 |
|
62 |
.sq-popover {
|
{app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/review.phtml
RENAMED
File without changes
|
{app → magento-connect/app}/design/frontend/base/default/template/squeezol_payment/start.phtml
RENAMED
@@ -4,7 +4,7 @@ var img_url = '<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN)
|
|
4 |
|
5 |
<h3>Paga con Squeezol</h3>
|
6 |
|
7 |
-
<h4>
|
8 |
Squeezol ti permette di dividire il costo del carrello con amici, colleghi e parenti.
|
9 |
</h4>
|
10 |
|
4 |
|
5 |
<h3>Paga con Squeezol</h3>
|
6 |
|
7 |
+
<h4 class="sq-text">
|
8 |
Squeezol ti permette di dividire il costo del carrello con amici, colleghi e parenti.
|
9 |
</h4>
|
10 |
|
{app → magento-connect/app}/etc/modules/Squeezol_Payment.xml
RENAMED
File without changes
|
{lib → magento-connect/lib}/Squeezol/endpoints.php
RENAMED
File without changes
|
{lib → magento-connect/lib}/oauth2/Client.php
RENAMED
File without changes
|
{lib → magento-connect/lib}/oauth2/GrantType/AuthorizationCode.php
RENAMED
File without changes
|
{lib → magento-connect/lib}/oauth2/GrantType/ClientCredentials.php
RENAMED
File without changes
|
{lib → magento-connect/lib}/oauth2/GrantType/IGrantType.php
RENAMED
File without changes
|
{lib → magento-connect/lib}/oauth2/GrantType/Password.php
RENAMED
File without changes
|
{lib → magento-connect/lib}/oauth2/GrantType/RefreshToken.php
RENAMED
File without changes
|
{lib → magento-connect/lib}/oauth2/README
RENAMED
File without changes
|
{lib → magento-connect/lib}/oauth2/auth_request.php
RENAMED
File without changes
|
{lib → magento-connect/lib}/oauth2/composer.json
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.eot
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.svg
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.ttf
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.woff
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/absolut_pro_boldcondensed-webfont.ttf
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/absolut_pro_boldcondensed-webfont.woff
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/absolut_pro_bookcondensed-webfont.ttf
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/absolut_pro_bookcondensed-webfont.woff
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/bootstrap-responsive.css
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/bootstrap-responsive.min.css
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/bootstrap.css
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/bootstrap.min.css
RENAMED
@@ -203,15 +203,11 @@ th {
|
|
203 |
box-sizing: border-box;
|
204 |
}
|
205 |
html {
|
206 |
-
font-size: 10px;
|
207 |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
208 |
}
|
209 |
body {
|
210 |
-
|
211 |
-
font-size: 14px;
|
212 |
-
line-height: 1.42857143;
|
213 |
color: #333333;
|
214 |
-
background-color: #ffffff;
|
215 |
}
|
216 |
input,
|
217 |
button,
|
203 |
box-sizing: border-box;
|
204 |
}
|
205 |
html {
|
|
|
206 |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
207 |
}
|
208 |
body {
|
209 |
+
|
|
|
|
|
210 |
color: #333333;
|
|
|
211 |
}
|
212 |
input,
|
213 |
button,
|
{skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.eot
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.svg
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.ttf
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.woff
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-webfont.ttf
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/dejavusanscondensed-webfont.woff
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/pikaday.css
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/css/squeezol.css
RENAMED
@@ -54,7 +54,7 @@
|
|
54 |
font-style:normal;
|
55 |
}
|
56 |
|
57 |
-
h4 {
|
58 |
font-family: "DejaVuSansCondensed-BoldOblique" !important;
|
59 |
color: #08b3c7 !important;
|
60 |
font-weight: 100 !important;
|
@@ -64,7 +64,7 @@ h4 {
|
|
64 |
font-weight: 10 !important;
|
65 |
}
|
66 |
|
67 |
-
label { font-weight: bold !important; color: #08B3C7 !important; }
|
68 |
|
69 |
.sq-popover {
|
70 |
z-index:1000 !important;
|
@@ -228,13 +228,20 @@ div.row-separata {
|
|
228 |
}
|
229 |
|
230 |
.squeezol-btn-header {
|
231 |
-
width:
|
232 |
display:inline !important;
|
233 |
margin-right: -8px !important;
|
234 |
padding-right: 5px !important;
|
235 |
padding-bottom: 10px !important;
|
236 |
}
|
237 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
.sq-alert-info{
|
239 |
background-color: #A9E4EB !important;
|
240 |
}
|
@@ -310,13 +317,13 @@ h4.summary strong{
|
|
310 |
color: #404040 !important;
|
311 |
font-weight: 100 !important;
|
312 |
}
|
313 |
-
|
314 |
|
315 |
/* WIZARD */
|
316 |
-
.wizard img{
|
317 |
width: 80% !important;
|
318 |
}
|
319 |
-
.wizard h4 {
|
320 |
color: #808080 !important;
|
321 |
}
|
322 |
|
@@ -356,22 +363,15 @@ p.sq-alert-danger, #squeezolNotifyAmount_ {
|
|
356 |
margin-top: 5px !important;
|
357 |
}
|
358 |
|
359 |
-
.container-body {
|
360 |
-
height: 100% !important;
|
361 |
-
margin-top: -75px !important;
|
362 |
-
padding-top: 95px !important;
|
363 |
-
padding-bottom: 100px !important;
|
364 |
-
}
|
365 |
|
366 |
-
.container-dashboard {
|
367 |
-
|
368 |
-
-webkit-border-radius:
|
369 |
-
-moz-border-radius:
|
370 |
-
border-radius:
|
371 |
border: 1px solid #dcdcdc !important;
|
372 |
|
373 |
box-shadow: 3px 3px 1px #dcdcdc !important;
|
374 |
-
*/
|
375 |
padding-top:50px !important;
|
376 |
padding-bottom:50px !important;
|
377 |
}
|
@@ -387,7 +387,7 @@ input.sq-form-control, textarea.sq-form-control, select {
|
|
387 |
font-family: AbsoluteProCond !important;
|
388 |
}
|
389 |
|
390 |
-
.form-group > select {
|
391 |
margin-left: 2px !important;
|
392 |
}
|
393 |
|
@@ -435,7 +435,7 @@ input.sq-form-control, textarea.sq-form-control, select {
|
|
435 |
background-color: #A9E4EB !important;
|
436 |
}
|
437 |
|
438 |
-
.glyph-ok {
|
439 |
background-color: #DFF0D8 !important;
|
440 |
color: #3C763D !important;
|
441 |
}
|
@@ -453,7 +453,7 @@ div.sq-glyph-info-sign {
|
|
453 |
-moz-border-radius: 20px;
|
454 |
}
|
455 |
|
456 |
-
.icon p {
|
457 |
font-family: "AbsolutePro-BoldOblique";
|
458 |
color: #000 !important;
|
459 |
width: 30px !important;
|
@@ -464,7 +464,7 @@ div.sq-glyph-info-sign {
|
|
464 |
line-height: 20px;
|
465 |
}
|
466 |
|
467 |
-
.icon {
|
468 |
color: #7F8389 !important;
|
469 |
width: 100px !important;
|
470 |
height: 100px !important;
|
@@ -556,6 +556,7 @@ div.sq-glyph-info-sign {
|
|
556 |
|
557 |
.sq-pink-text {
|
558 |
color:#DA396F !important;
|
|
|
559 |
}
|
560 |
|
561 |
div.withPaddedBorder {
|
@@ -600,14 +601,14 @@ div.withPaddedBorder {
|
|
600 |
padding: 5px;
|
601 |
}
|
602 |
|
603 |
-
.no-pad {
|
604 |
padding:4px;
|
605 |
}
|
606 |
|
607 |
/* -------------------------------------
|
608 |
* Bar container
|
609 |
* ------------------------------------- */
|
610 |
-
.progress-radial {
|
611 |
left: 50%;
|
612 |
margin-left: -50px;
|
613 |
margin-top: 10px;
|
@@ -625,7 +626,7 @@ div.withPaddedBorder {
|
|
625 |
/* -------------------------------------
|
626 |
* Optional centered circle w/text
|
627 |
* ------------------------------------- */
|
628 |
-
.progress-radial .overlay {
|
629 |
font-family: DejaVuSansCondensed-Bold;
|
630 |
font-style: normal;
|
631 |
position: absolute;
|
@@ -643,427 +644,412 @@ div.withPaddedBorder {
|
|
643 |
color: #DA396F;
|
644 |
}
|
645 |
|
646 |
-
/* -------------------------------------
|
647 |
-
* Text inside overlay
|
648 |
-
* ------------------------------------- */
|
649 |
-
|
650 |
-
|
651 |
-
.text-overlay {
|
652 |
-
font-family: DejaVuSansCondensed-Bold;
|
653 |
-
font-size: 10px;
|
654 |
-
font-style: normal;
|
655 |
-
text-align: center;
|
656 |
-
line-height: 10px;
|
657 |
-
letter-spacing: 0em;
|
658 |
-
opacity: 1;
|
659 |
-
color: #000 !important;
|
660 |
-
}
|
661 |
|
662 |
|
663 |
/* -------------------------------------
|
664 |
* Mixin for progress-% class
|
665 |
* ------------------------------------- */
|
666 |
-
.progress-0 {
|
667 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
668 |
}
|
669 |
|
670 |
-
.progress-1 {
|
671 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(93.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
672 |
}
|
673 |
|
674 |
-
.progress-2 {
|
675 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(97.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
676 |
}
|
677 |
|
678 |
-
.progress-3 {
|
679 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(100.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
680 |
}
|
681 |
|
682 |
-
.progress-4 {
|
683 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(104.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
684 |
}
|
685 |
|
686 |
-
.progress-5 {
|
687 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
688 |
}
|
689 |
|
690 |
-
.progress-6 {
|
691 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(111.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
692 |
}
|
693 |
|
694 |
-
.progress-7 {
|
695 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(115.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
696 |
}
|
697 |
|
698 |
-
.progress-8 {
|
699 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(118.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
700 |
}
|
701 |
|
702 |
-
.progress-9 {
|
703 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(122.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
704 |
}
|
705 |
|
706 |
-
.progress-10 {
|
707 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
708 |
}
|
709 |
|
710 |
-
.progress-11 {
|
711 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(129.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
712 |
}
|
713 |
|
714 |
-
.progress-12 {
|
715 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(133.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
716 |
}
|
717 |
|
718 |
-
.progress-13 {
|
719 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(136.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
720 |
}
|
721 |
|
722 |
-
.progress-14 {
|
723 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(140.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
724 |
}
|
725 |
|
726 |
-
.progress-15 {
|
727 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
728 |
}
|
729 |
|
730 |
-
.progress-16 {
|
731 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(147.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
732 |
}
|
733 |
|
734 |
-
.progress-17 {
|
735 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(151.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
736 |
}
|
737 |
|
738 |
-
.progress-18 {
|
739 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(154.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
740 |
}
|
741 |
|
742 |
-
.progress-19 {
|
743 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(158.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
744 |
}
|
745 |
|
746 |
-
.progress-20 {
|
747 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
748 |
}
|
749 |
|
750 |
-
.progress-21 {
|
751 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(165.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
752 |
}
|
753 |
|
754 |
-
.progress-22 {
|
755 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(169.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
756 |
}
|
757 |
|
758 |
-
.progress-23 {
|
759 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(172.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
760 |
}
|
761 |
|
762 |
-
.progress-24 {
|
763 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(176.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
764 |
}
|
765 |
|
766 |
-
.progress-25 {
|
767 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
768 |
}
|
769 |
|
770 |
-
.progress-26 {
|
771 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(183.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
772 |
}
|
773 |
|
774 |
-
.progress-27 {
|
775 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(187.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
776 |
}
|
777 |
|
778 |
-
.progress-28 {
|
779 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(190.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
780 |
}
|
781 |
|
782 |
-
.progress-29 {
|
783 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(194.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
784 |
}
|
785 |
|
786 |
-
.progress-30 {
|
787 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
788 |
}
|
789 |
|
790 |
-
.progress-31 {
|
791 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(201.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
792 |
}
|
793 |
|
794 |
-
.progress-32 {
|
795 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(205.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
796 |
}
|
797 |
|
798 |
-
.progress-33 {
|
799 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(208.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
800 |
}
|
801 |
|
802 |
-
.progress-34 {
|
803 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(212.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
804 |
}
|
805 |
|
806 |
-
.progress-35 {
|
807 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
808 |
}
|
809 |
|
810 |
-
.progress-36 {
|
811 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(219.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
812 |
}
|
813 |
|
814 |
-
.progress-37 {
|
815 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(223.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
816 |
}
|
817 |
|
818 |
-
.progress-38 {
|
819 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(226.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
820 |
}
|
821 |
|
822 |
-
.progress-39 {
|
823 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(230.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
824 |
}
|
825 |
|
826 |
-
.progress-40 {
|
827 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
828 |
}
|
829 |
|
830 |
-
.progress-41 {
|
831 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(237.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
832 |
}
|
833 |
|
834 |
-
.progress-42 {
|
835 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(241.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
836 |
}
|
837 |
|
838 |
-
.progress-43 {
|
839 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(244.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
840 |
}
|
841 |
|
842 |
-
.progress-44 {
|
843 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(248.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
844 |
}
|
845 |
|
846 |
-
.progress-45 {
|
847 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
848 |
}
|
849 |
|
850 |
-
.progress-46 {
|
851 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(255.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
852 |
}
|
853 |
|
854 |
-
.progress-47 {
|
855 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(259.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
856 |
}
|
857 |
|
858 |
-
.progress-48 {
|
859 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(262.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
860 |
}
|
861 |
|
862 |
-
.progress-49 {
|
863 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(266.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
864 |
}
|
865 |
|
866 |
-
.progress-50 {
|
867 |
background-image: linear-gradient(-90deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
868 |
}
|
869 |
|
870 |
-
.progress-51 {
|
871 |
background-image: linear-gradient(-86.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
872 |
}
|
873 |
|
874 |
-
.progress-52 {
|
875 |
background-image: linear-gradient(-82.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
876 |
}
|
877 |
|
878 |
-
.progress-53 {
|
879 |
background-image: linear-gradient(-79.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
880 |
}
|
881 |
|
882 |
-
.progress-54 {
|
883 |
background-image: linear-gradient(-75.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
884 |
}
|
885 |
|
886 |
-
.progress-55 {
|
887 |
background-image: linear-gradient(-72deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
888 |
}
|
889 |
|
890 |
-
.progress-56 {
|
891 |
background-image: linear-gradient(-68.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
892 |
}
|
893 |
|
894 |
-
.progress-57 {
|
895 |
background-image: linear-gradient(-64.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
896 |
}
|
897 |
|
898 |
-
.progress-58 {
|
899 |
background-image: linear-gradient(-61.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
900 |
}
|
901 |
|
902 |
-
.progress-59 {
|
903 |
background-image: linear-gradient(-57.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
904 |
}
|
905 |
|
906 |
-
.progress-60 {
|
907 |
background-image: linear-gradient(-54deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
908 |
}
|
909 |
|
910 |
-
.progress-61 {
|
911 |
background-image: linear-gradient(-50.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
912 |
}
|
913 |
|
914 |
-
.progress-62 {
|
915 |
background-image: linear-gradient(-46.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
916 |
}
|
917 |
|
918 |
-
.progress-63 {
|
919 |
background-image: linear-gradient(-43.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
920 |
}
|
921 |
|
922 |
-
.progress-64 {
|
923 |
background-image: linear-gradient(-39.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
924 |
}
|
925 |
|
926 |
-
.progress-65 {
|
927 |
background-image: linear-gradient(-36deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
928 |
}
|
929 |
|
930 |
-
.progress-66 {
|
931 |
background-image: linear-gradient(-32.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
932 |
}
|
933 |
|
934 |
-
.progress-67 {
|
935 |
background-image: linear-gradient(-28.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
936 |
}
|
937 |
|
938 |
-
.progress-68 {
|
939 |
background-image: linear-gradient(-25.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
940 |
}
|
941 |
|
942 |
-
.progress-69 {
|
943 |
background-image: linear-gradient(-21.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
944 |
}
|
945 |
|
946 |
-
.progress-70 {
|
947 |
background-image: linear-gradient(-18deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
948 |
}
|
949 |
|
950 |
-
.progress-71 {
|
951 |
background-image: linear-gradient(-14.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
952 |
}
|
953 |
|
954 |
-
.progress-72 {
|
955 |
background-image: linear-gradient(-10.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
956 |
}
|
957 |
|
958 |
-
.progress-73 {
|
959 |
background-image: linear-gradient(-7.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
960 |
}
|
961 |
|
962 |
-
.progress-74 {
|
963 |
background-image: linear-gradient(-3.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
964 |
}
|
965 |
|
966 |
-
.progress-75 {
|
967 |
background-image: linear-gradient(0deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
968 |
}
|
969 |
|
970 |
-
.progress-76 {
|
971 |
background-image: linear-gradient(3.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
972 |
}
|
973 |
|
974 |
-
.progress-77 {
|
975 |
background-image: linear-gradient(7.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
976 |
}
|
977 |
|
978 |
-
.progress-78 {
|
979 |
background-image: linear-gradient(10.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
980 |
}
|
981 |
|
982 |
-
.progress-79 {
|
983 |
background-image: linear-gradient(14.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
984 |
}
|
985 |
|
986 |
-
.progress-80 {
|
987 |
background-image: linear-gradient(18deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
988 |
}
|
989 |
|
990 |
-
.progress-81 {
|
991 |
background-image: linear-gradient(21.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
992 |
}
|
993 |
|
994 |
-
.progress-82 {
|
995 |
background-image: linear-gradient(25.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
996 |
}
|
997 |
|
998 |
-
.progress-83 {
|
999 |
background-image: linear-gradient(28.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1000 |
}
|
1001 |
|
1002 |
-
.progress-84 {
|
1003 |
background-image: linear-gradient(32.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1004 |
}
|
1005 |
|
1006 |
-
.progress-85 {
|
1007 |
background-image: linear-gradient(36deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1008 |
}
|
1009 |
|
1010 |
-
.progress-86 {
|
1011 |
background-image: linear-gradient(39.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1012 |
}
|
1013 |
|
1014 |
-
.progress-87 {
|
1015 |
background-image: linear-gradient(43.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1016 |
}
|
1017 |
|
1018 |
-
.progress-88 {
|
1019 |
background-image: linear-gradient(46.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1020 |
}
|
1021 |
|
1022 |
-
.progress-89 {
|
1023 |
background-image: linear-gradient(50.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1024 |
}
|
1025 |
|
1026 |
-
.progress-90 {
|
1027 |
background-image: linear-gradient(54deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1028 |
}
|
1029 |
|
1030 |
-
.progress-91 {
|
1031 |
background-image: linear-gradient(57.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1032 |
}
|
1033 |
|
1034 |
-
.progress-92 {
|
1035 |
background-image: linear-gradient(61.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1036 |
}
|
1037 |
|
1038 |
-
.progress-93 {
|
1039 |
background-image: linear-gradient(64.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1040 |
}
|
1041 |
|
1042 |
-
.progress-94 {
|
1043 |
background-image: linear-gradient(68.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1044 |
}
|
1045 |
|
1046 |
-
.progress-95 {
|
1047 |
background-image: linear-gradient(72deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1048 |
}
|
1049 |
|
1050 |
-
.progress-96 {
|
1051 |
background-image: linear-gradient(75.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1052 |
}
|
1053 |
|
1054 |
-
.progress-97 {
|
1055 |
background-image: linear-gradient(79.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1056 |
}
|
1057 |
|
1058 |
-
.progress-98 {
|
1059 |
background-image: linear-gradient(82.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1060 |
}
|
1061 |
|
1062 |
-
.progress-99 {
|
1063 |
background-image: linear-gradient(86.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1064 |
}
|
1065 |
|
1066 |
-
.progress-100 {
|
1067 |
background-image: linear-gradient(90deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1068 |
}
|
1069 |
|
54 |
font-style:normal;
|
55 |
}
|
56 |
|
57 |
+
h4.sq-text {
|
58 |
font-family: "DejaVuSansCondensed-BoldOblique" !important;
|
59 |
color: #08b3c7 !important;
|
60 |
font-weight: 100 !important;
|
64 |
font-weight: 10 !important;
|
65 |
}
|
66 |
|
67 |
+
#squeezol_view label { font-weight: bold !important; color: #08B3C7 !important; }
|
68 |
|
69 |
.sq-popover {
|
70 |
z-index:1000 !important;
|
228 |
}
|
229 |
|
230 |
.squeezol-btn-header {
|
231 |
+
width:15% !important;
|
232 |
display:inline !important;
|
233 |
margin-right: -8px !important;
|
234 |
padding-right: 5px !important;
|
235 |
padding-bottom: 10px !important;
|
236 |
}
|
237 |
|
238 |
+
.sq-title {
|
239 |
+
border: 1px solid #0AB3C6;
|
240 |
+
border-radius: 4px;
|
241 |
+
-webkit-border-radius: 4px;
|
242 |
+
-moz-border-radius: 4px;
|
243 |
+
}
|
244 |
+
|
245 |
.sq-alert-info{
|
246 |
background-color: #A9E4EB !important;
|
247 |
}
|
317 |
color: #404040 !important;
|
318 |
font-weight: 100 !important;
|
319 |
}
|
320 |
+
|
321 |
|
322 |
/* WIZARD */
|
323 |
+
.sq-wizard img{
|
324 |
width: 80% !important;
|
325 |
}
|
326 |
+
.sq-wizard h4 {
|
327 |
color: #808080 !important;
|
328 |
}
|
329 |
|
363 |
margin-top: 5px !important;
|
364 |
}
|
365 |
|
|
|
|
|
|
|
|
|
|
|
|
|
366 |
|
367 |
+
.sq-container-dashboard {
|
368 |
+
background-color: #FFFFFF !important;
|
369 |
+
-webkit-border-radius: 4px;
|
370 |
+
-moz-border-radius: 4px;
|
371 |
+
border-radius: 4px;
|
372 |
border: 1px solid #dcdcdc !important;
|
373 |
|
374 |
box-shadow: 3px 3px 1px #dcdcdc !important;
|
|
|
375 |
padding-top:50px !important;
|
376 |
padding-bottom:50px !important;
|
377 |
}
|
387 |
font-family: AbsoluteProCond !important;
|
388 |
}
|
389 |
|
390 |
+
.sq-form-group > select {
|
391 |
margin-left: 2px !important;
|
392 |
}
|
393 |
|
435 |
background-color: #A9E4EB !important;
|
436 |
}
|
437 |
|
438 |
+
.sq-glyph-ok {
|
439 |
background-color: #DFF0D8 !important;
|
440 |
color: #3C763D !important;
|
441 |
}
|
453 |
-moz-border-radius: 20px;
|
454 |
}
|
455 |
|
456 |
+
.sq-icon p {
|
457 |
font-family: "AbsolutePro-BoldOblique";
|
458 |
color: #000 !important;
|
459 |
width: 30px !important;
|
464 |
line-height: 20px;
|
465 |
}
|
466 |
|
467 |
+
.sq-icon {
|
468 |
color: #7F8389 !important;
|
469 |
width: 100px !important;
|
470 |
height: 100px !important;
|
556 |
|
557 |
.sq-pink-text {
|
558 |
color:#DA396F !important;
|
559 |
+
font-family: "DejaVuSansCondensed-BoldOblique" !important;
|
560 |
}
|
561 |
|
562 |
div.withPaddedBorder {
|
601 |
padding: 5px;
|
602 |
}
|
603 |
|
604 |
+
.sq-no-pad {
|
605 |
padding:4px;
|
606 |
}
|
607 |
|
608 |
/* -------------------------------------
|
609 |
* Bar container
|
610 |
* ------------------------------------- */
|
611 |
+
.sq-progress-radial {
|
612 |
left: 50%;
|
613 |
margin-left: -50px;
|
614 |
margin-top: 10px;
|
626 |
/* -------------------------------------
|
627 |
* Optional centered circle w/text
|
628 |
* ------------------------------------- */
|
629 |
+
.sq-progress-radial .sq-overlay {
|
630 |
font-family: DejaVuSansCondensed-Bold;
|
631 |
font-style: normal;
|
632 |
position: absolute;
|
644 |
color: #DA396F;
|
645 |
}
|
646 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
647 |
|
648 |
|
649 |
/* -------------------------------------
|
650 |
* Mixin for progress-% class
|
651 |
* ------------------------------------- */
|
652 |
+
.sq-progress-0 {
|
653 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
654 |
}
|
655 |
|
656 |
+
.sq-progress-1 {
|
657 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(93.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
658 |
}
|
659 |
|
660 |
+
.sq-progress-2 {
|
661 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(97.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
662 |
}
|
663 |
|
664 |
+
.sq-progress-3 {
|
665 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(100.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
666 |
}
|
667 |
|
668 |
+
.sq-progress-4 {
|
669 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(104.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
670 |
}
|
671 |
|
672 |
+
.sq-progress-5 {
|
673 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
674 |
}
|
675 |
|
676 |
+
.sq-progress-6 {
|
677 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(111.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
678 |
}
|
679 |
|
680 |
+
.sq-progress-7 {
|
681 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(115.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
682 |
}
|
683 |
|
684 |
+
.sq-progress-8 {
|
685 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(118.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
686 |
}
|
687 |
|
688 |
+
.sq-progress-9 {
|
689 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(122.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
690 |
}
|
691 |
|
692 |
+
.sq-progress-10 {
|
693 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
694 |
}
|
695 |
|
696 |
+
.sq-progress-11 {
|
697 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(129.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
698 |
}
|
699 |
|
700 |
+
.sq-progress-12 {
|
701 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(133.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
702 |
}
|
703 |
|
704 |
+
.sq-progress-13 {
|
705 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(136.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
706 |
}
|
707 |
|
708 |
+
.sq-progress-14 {
|
709 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(140.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
710 |
}
|
711 |
|
712 |
+
.sq-progress-15 {
|
713 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
714 |
}
|
715 |
|
716 |
+
.sq-progress-16 {
|
717 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(147.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
718 |
}
|
719 |
|
720 |
+
.sq-progress-17 {
|
721 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(151.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
722 |
}
|
723 |
|
724 |
+
.sq-progress-18 {
|
725 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(154.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
726 |
}
|
727 |
|
728 |
+
.sq-progress-19 {
|
729 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(158.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
730 |
}
|
731 |
|
732 |
+
.sq-progress-20 {
|
733 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
734 |
}
|
735 |
|
736 |
+
.sq-progress-21 {
|
737 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(165.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
738 |
}
|
739 |
|
740 |
+
.sq-progress-22 {
|
741 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(169.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
742 |
}
|
743 |
|
744 |
+
.sq-progress-23 {
|
745 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(172.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
746 |
}
|
747 |
|
748 |
+
.sq-progress-24 {
|
749 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(176.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
750 |
}
|
751 |
|
752 |
+
.sq-progress-25 {
|
753 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
754 |
}
|
755 |
|
756 |
+
.sq-progress-26 {
|
757 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(183.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
758 |
}
|
759 |
|
760 |
+
.sq-progress-27 {
|
761 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(187.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
762 |
}
|
763 |
|
764 |
+
.sq-progress-28 {
|
765 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(190.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
766 |
}
|
767 |
|
768 |
+
.sq-progress-29 {
|
769 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(194.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
770 |
}
|
771 |
|
772 |
+
.sq-progress-30 {
|
773 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
774 |
}
|
775 |
|
776 |
+
.sq-progress-31 {
|
777 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(201.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
778 |
}
|
779 |
|
780 |
+
.sq-progress-32 {
|
781 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(205.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
782 |
}
|
783 |
|
784 |
+
.sq-progress-33 {
|
785 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(208.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
786 |
}
|
787 |
|
788 |
+
.sq-progress-34 {
|
789 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(212.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
790 |
}
|
791 |
|
792 |
+
.sq-progress-35 {
|
793 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
794 |
}
|
795 |
|
796 |
+
.sq-progress-36 {
|
797 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(219.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
798 |
}
|
799 |
|
800 |
+
.sq-progress-37 {
|
801 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(223.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
802 |
}
|
803 |
|
804 |
+
.sq-progress-38 {
|
805 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(226.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
806 |
}
|
807 |
|
808 |
+
.sq-progress-39 {
|
809 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(230.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
810 |
}
|
811 |
|
812 |
+
.sq-progress-40 {
|
813 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
814 |
}
|
815 |
|
816 |
+
.sq-progress-41 {
|
817 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(237.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
818 |
}
|
819 |
|
820 |
+
.sq-progress-42 {
|
821 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(241.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
822 |
}
|
823 |
|
824 |
+
.sq-progress-43 {
|
825 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(244.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
826 |
}
|
827 |
|
828 |
+
.sq-progress-44 {
|
829 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(248.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
830 |
}
|
831 |
|
832 |
+
.sq-progress-45 {
|
833 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
834 |
}
|
835 |
|
836 |
+
.sq-progress-46 {
|
837 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(255.6deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
838 |
}
|
839 |
|
840 |
+
.sq-progress-47 {
|
841 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(259.2deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
842 |
}
|
843 |
|
844 |
+
.sq-progress-48 {
|
845 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(262.8deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
846 |
}
|
847 |
|
848 |
+
.sq-progress-49 {
|
849 |
background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(266.4deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
850 |
}
|
851 |
|
852 |
+
.sq-progress-50 {
|
853 |
background-image: linear-gradient(-90deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
854 |
}
|
855 |
|
856 |
+
.sq-progress-51 {
|
857 |
background-image: linear-gradient(-86.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
858 |
}
|
859 |
|
860 |
+
.sq-progress-52 {
|
861 |
background-image: linear-gradient(-82.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
862 |
}
|
863 |
|
864 |
+
.sq-progress-53 {
|
865 |
background-image: linear-gradient(-79.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
866 |
}
|
867 |
|
868 |
+
.sq-progress-54 {
|
869 |
background-image: linear-gradient(-75.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
870 |
}
|
871 |
|
872 |
+
.sq-progress-55 {
|
873 |
background-image: linear-gradient(-72deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
874 |
}
|
875 |
|
876 |
+
.sq-progress-56 {
|
877 |
background-image: linear-gradient(-68.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
878 |
}
|
879 |
|
880 |
+
.sq-progress-57 {
|
881 |
background-image: linear-gradient(-64.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
882 |
}
|
883 |
|
884 |
+
.sq-progress-58 {
|
885 |
background-image: linear-gradient(-61.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
886 |
}
|
887 |
|
888 |
+
.sq-progress-59 {
|
889 |
background-image: linear-gradient(-57.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
890 |
}
|
891 |
|
892 |
+
.sq-progress-60 {
|
893 |
background-image: linear-gradient(-54deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
894 |
}
|
895 |
|
896 |
+
.sq-progress-61 {
|
897 |
background-image: linear-gradient(-50.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
898 |
}
|
899 |
|
900 |
+
.sq-progress-62 {
|
901 |
background-image: linear-gradient(-46.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
902 |
}
|
903 |
|
904 |
+
.sq-progress-63 {
|
905 |
background-image: linear-gradient(-43.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
906 |
}
|
907 |
|
908 |
+
.sq-progress-64 {
|
909 |
background-image: linear-gradient(-39.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
910 |
}
|
911 |
|
912 |
+
.sq-progress-65 {
|
913 |
background-image: linear-gradient(-36deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
914 |
}
|
915 |
|
916 |
+
.sq-progress-66 {
|
917 |
background-image: linear-gradient(-32.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
918 |
}
|
919 |
|
920 |
+
.sq-progress-67 {
|
921 |
background-image: linear-gradient(-28.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
922 |
}
|
923 |
|
924 |
+
.sq-progress-68 {
|
925 |
background-image: linear-gradient(-25.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
926 |
}
|
927 |
|
928 |
+
.sq-progress-69 {
|
929 |
background-image: linear-gradient(-21.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
930 |
}
|
931 |
|
932 |
+
.sq-progress-70 {
|
933 |
background-image: linear-gradient(-18deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
934 |
}
|
935 |
|
936 |
+
.sq-progress-71 {
|
937 |
background-image: linear-gradient(-14.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
938 |
}
|
939 |
|
940 |
+
.sq-progress-72 {
|
941 |
background-image: linear-gradient(-10.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
942 |
}
|
943 |
|
944 |
+
.sq-progress-73 {
|
945 |
background-image: linear-gradient(-7.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
946 |
}
|
947 |
|
948 |
+
.sq-progress-74 {
|
949 |
background-image: linear-gradient(-3.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
950 |
}
|
951 |
|
952 |
+
.sq-progress-75 {
|
953 |
background-image: linear-gradient(0deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
954 |
}
|
955 |
|
956 |
+
.sq-progress-76 {
|
957 |
background-image: linear-gradient(3.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
958 |
}
|
959 |
|
960 |
+
.sq-progress-77 {
|
961 |
background-image: linear-gradient(7.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
962 |
}
|
963 |
|
964 |
+
.sq-progress-78 {
|
965 |
background-image: linear-gradient(10.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
966 |
}
|
967 |
|
968 |
+
.sq-progress-79 {
|
969 |
background-image: linear-gradient(14.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
970 |
}
|
971 |
|
972 |
+
.sq-progress-80 {
|
973 |
background-image: linear-gradient(18deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
974 |
}
|
975 |
|
976 |
+
.sq-progress-81 {
|
977 |
background-image: linear-gradient(21.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
978 |
}
|
979 |
|
980 |
+
.sq-progress-82 {
|
981 |
background-image: linear-gradient(25.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
982 |
}
|
983 |
|
984 |
+
.sq-progress-83 {
|
985 |
background-image: linear-gradient(28.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
986 |
}
|
987 |
|
988 |
+
.sq-progress-84 {
|
989 |
background-image: linear-gradient(32.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
990 |
}
|
991 |
|
992 |
+
.sq-progress-85 {
|
993 |
background-image: linear-gradient(36deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
994 |
}
|
995 |
|
996 |
+
.sq-progress-86 {
|
997 |
background-image: linear-gradient(39.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
998 |
}
|
999 |
|
1000 |
+
.sq-progress-87 {
|
1001 |
background-image: linear-gradient(43.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1002 |
}
|
1003 |
|
1004 |
+
.sq-progress-88 {
|
1005 |
background-image: linear-gradient(46.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1006 |
}
|
1007 |
|
1008 |
+
.sq-progress-89 {
|
1009 |
background-image: linear-gradient(50.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1010 |
}
|
1011 |
|
1012 |
+
.sq-progress-90 {
|
1013 |
background-image: linear-gradient(54deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1014 |
}
|
1015 |
|
1016 |
+
.sq-progress-91 {
|
1017 |
background-image: linear-gradient(57.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1018 |
}
|
1019 |
|
1020 |
+
.sq-progress-92 {
|
1021 |
background-image: linear-gradient(61.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1022 |
}
|
1023 |
|
1024 |
+
.sq-progress-93 {
|
1025 |
background-image: linear-gradient(64.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1026 |
}
|
1027 |
|
1028 |
+
.sq-progress-94 {
|
1029 |
background-image: linear-gradient(68.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1030 |
}
|
1031 |
|
1032 |
+
.sq-progress-95 {
|
1033 |
background-image: linear-gradient(72deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1034 |
}
|
1035 |
|
1036 |
+
.sq-progress-96 {
|
1037 |
background-image: linear-gradient(75.6deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1038 |
}
|
1039 |
|
1040 |
+
.sq-progress-97 {
|
1041 |
background-image: linear-gradient(79.2deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1042 |
}
|
1043 |
|
1044 |
+
.sq-progress-98 {
|
1045 |
background-image: linear-gradient(82.8deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1046 |
}
|
1047 |
|
1048 |
+
.sq-progress-99 {
|
1049 |
background-image: linear-gradient(86.4deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1050 |
}
|
1051 |
|
1052 |
+
.sq-progress-100 {
|
1053 |
background-image: linear-gradient(90deg, #DA396F 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #DA396F 50%, #FFFFFF 50%, #FFFFFF);
|
1054 |
}
|
1055 |
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/btn-finger.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/btn2.jpg
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/busta.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/busta2.jpg
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/default.jpg
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/facebook_small.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/fenicottero.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/ghianda_step_blu.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/ghianda_step_grigia.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/info-black.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/logo_min.png
RENAMED
File without changes
|
magento-connect/skin/frontend/base/default/images/squeezol_payment/logo_squeezol_blu_nowrite.png
ADDED
Binary file
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/mail_small.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/pay_button.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/pay_button2.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/salva2.jpg
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/salvadanaio.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/shopping-cart.jpg
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-aziende.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-creasplit-pink.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-creasplit.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-invita-pink.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-invita.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-riassunto-pink.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-riassunto.png
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/js/_squeezol3.js
RENAMED
@@ -1,14 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
4 |
if (typeof JSON !== 'object') {
|
5 |
JSON = {};
|
6 |
}
|
7 |
|
|
|
|
|
|
|
|
|
8 |
(function () {
|
9 |
'use strict';
|
10 |
function f(n) {
|
11 |
-
// Format integers to have at least two digits.
|
12 |
return n < 10 ? '0' + n : n;
|
13 |
}
|
14 |
if (typeof Date.prototype.toJSON !== 'function') {
|
@@ -35,10 +41,6 @@ if (typeof JSON !== 'object') {
|
|
35 |
meta,
|
36 |
rep;
|
37 |
function quote(string) {
|
38 |
-
// If the string contains no control characters, no quote characters, and no
|
39 |
-
// backslash characters, then we can safely slap some quotes around it.
|
40 |
-
// Otherwise we must also replace the offending characters with safe escape
|
41 |
-
// sequences.
|
42 |
escapable.lastIndex = 0;
|
43 |
return escapable.test(string) ? '"' + string.replace(escapable, function (a) {
|
44 |
var c = meta[a];
|
@@ -56,49 +58,32 @@ if (typeof JSON !== 'object') {
|
|
56 |
mind = gap,
|
57 |
partial,
|
58 |
value = holder[key];
|
59 |
-
// If the value has a toJSON method, call it to obtain a replacement value.
|
60 |
if (value && typeof value === 'object' &&
|
61 |
typeof value.toJSON === 'function') {
|
62 |
value = value.toJSON(key);
|
63 |
}
|
64 |
-
// If we were called with a replacer function, then call the replacer to
|
65 |
-
// obtain a replacement value.
|
66 |
if (typeof rep === 'function') {
|
67 |
value = rep.call(holder, key, value);
|
68 |
}
|
69 |
-
// What happens next depends on the value's type.
|
70 |
switch (typeof value) {
|
71 |
case 'string':
|
72 |
return quote(value);
|
73 |
case 'number':
|
74 |
-
// JSON numbers must be finite. Encode non-finite numbers as null.
|
75 |
return isFinite(value) ? String(value) : 'null';
|
76 |
case 'boolean':
|
77 |
case 'null':
|
78 |
-
// If the value is a boolean or null, convert it to a string. Note:
|
79 |
-
// typeof null does not produce 'null'. The case is included here in
|
80 |
-
// the remote chance that this gets fixed someday.
|
81 |
return String(value);
|
82 |
-
// If the type is 'object', we might be dealing with an object or an array or null.
|
83 |
case 'object':
|
84 |
-
// Due to a specification blunder in ECMAScript, typeof null is 'object',
|
85 |
-
// so watch out for that case.
|
86 |
-
|
87 |
if (!value) {
|
88 |
return 'null';
|
89 |
}
|
90 |
-
// Make an array to hold the partial results of stringifying this object value.
|
91 |
gap += indent;
|
92 |
partial = [];
|
93 |
-
// Is the value an array?
|
94 |
if (Object.prototype.toString.apply(value) === '[object Array]') {
|
95 |
-
// The value is an array. Stringify every element. Use null as a placeholder
|
96 |
-
// for non-JSON values.
|
97 |
length = value.length;
|
98 |
for (i = 0; i < length; i += 1) {
|
99 |
partial[i] = str(i, value) || 'null';
|
100 |
}
|
101 |
-
// Join all of the elements together, separated with commas, and wrap them in brackets.
|
102 |
v = partial.length === 0
|
103 |
? '[]'
|
104 |
: gap
|
@@ -107,7 +92,6 @@ if (typeof JSON !== 'object') {
|
|
107 |
gap = mind;
|
108 |
return v;
|
109 |
}
|
110 |
-
// If the replacer is an array, use it to select the members to be stringified.
|
111 |
if (rep && typeof rep === 'object') {
|
112 |
length = rep.length;
|
113 |
for (i = 0; i < length; i += 1) {
|
@@ -120,8 +104,6 @@ if (typeof JSON !== 'object') {
|
|
120 |
}
|
121 |
}
|
122 |
} else {
|
123 |
-
// Otherwise, iterate through all of the keys in the object.
|
124 |
-
|
125 |
for (k in value) {
|
126 |
if (Object.prototype.hasOwnProperty.call(value, k)) {
|
127 |
v = str(k, value);
|
@@ -131,8 +113,6 @@ if (typeof JSON !== 'object') {
|
|
131 |
}
|
132 |
}
|
133 |
}
|
134 |
-
// Join all of the member texts together, separated with commas,
|
135 |
-
// and wrap them in braces.
|
136 |
v = partial.length === 0
|
137 |
? '{}'
|
138 |
: gap
|
@@ -142,7 +122,6 @@ if (typeof JSON !== 'object') {
|
|
142 |
return v;
|
143 |
}
|
144 |
}
|
145 |
-
// If the JSON object does not yet have a stringify method, give it one.
|
146 |
if (typeof JSON.stringify !== 'function') {
|
147 |
escapable = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;
|
148 |
meta = { // table of character substitutions
|
@@ -155,48 +134,30 @@ if (typeof JSON !== 'object') {
|
|
155 |
'\\': '\\\\'
|
156 |
};
|
157 |
JSON.stringify = function (value, replacer, space) {
|
158 |
-
// The stringify method takes a value and an optional replacer, and an optional
|
159 |
-
// space parameter, and returns a JSON text. The replacer can be a function
|
160 |
-
// that can replace values, or an array of strings that will select the keys.
|
161 |
-
// A default replacer method can be provided. Use of the space parameter can
|
162 |
-
// produce text that is more easily readable.
|
163 |
var i;
|
164 |
gap = '';
|
165 |
indent = '';
|
166 |
-
// If the space parameter is a number, make an indent string containing that
|
167 |
-
// many spaces.
|
168 |
if (typeof space === 'number') {
|
169 |
for (i = 0; i < space; i += 1) {
|
170 |
indent += ' ';
|
171 |
}
|
172 |
-
// If the space parameter is a string, it will be used as the indent string.
|
173 |
-
|
174 |
} else if (typeof space === 'string') {
|
175 |
indent = space;
|
176 |
}
|
177 |
-
// If there is a replacer, it must be a function or an array.
|
178 |
-
// Otherwise, throw an error.
|
179 |
rep = replacer;
|
180 |
if (replacer && typeof replacer !== 'function' &&
|
181 |
(typeof replacer !== 'object' ||
|
182 |
typeof replacer.length !== 'number')) {
|
183 |
throw new Error('JSON.stringify');
|
184 |
}
|
185 |
-
// Make a fake root object containing our value under the key of ''.
|
186 |
-
// Return the result of stringifying the value.
|
187 |
return str('', {'': value});
|
188 |
};
|
189 |
}
|
190 |
-
// If the JSON object does not yet have a parse method, give it one.
|
191 |
if (typeof JSON.parse !== 'function') {
|
192 |
cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;
|
193 |
JSON.parse = function (text, reviver) {
|
194 |
-
// The parse method takes a text and an optional reviver function, and returns
|
195 |
-
// a JavaScript value if the text is a valid JSON text.
|
196 |
var j;
|
197 |
function walk(holder, key) {
|
198 |
-
// The walk method is used to recursively walk the resulting structure so
|
199 |
-
// that modifications can be made.
|
200 |
var k, v, value = holder[key];
|
201 |
if (value && typeof value === 'object') {
|
202 |
for (k in value) {
|
@@ -212,10 +173,6 @@ if (typeof JSON.parse !== 'function') {
|
|
212 |
}
|
213 |
return reviver.call(holder, key, value);
|
214 |
}
|
215 |
-
// Parsing happens in four stages. In the first stage, we replace certain
|
216 |
-
// Unicode characters with escape sequences. JavaScript handles many characters
|
217 |
-
// incorrectly, either silently deleting them, or treating them as line endings.
|
218 |
-
|
219 |
text = String(text);
|
220 |
cx.lastIndex = 0;
|
221 |
if (cx.test(text)) {
|
@@ -224,42 +181,22 @@ if (cx.test(text)) {
|
|
224 |
('0000' + a.charCodeAt(0).toString(16)).slice(-4);
|
225 |
});
|
226 |
}
|
227 |
-
// In the second stage, we run the text against regular expressions that look
|
228 |
-
// for non-JSON patterns. We are especially concerned with '()' and 'new'
|
229 |
-
// because they can cause invocation, and '=' because it can cause mutation.
|
230 |
-
// But just to be safe, we want to reject all unexpected forms.
|
231 |
-
|
232 |
-
// We split the second stage into 4 regexp operations in order to work around
|
233 |
-
// crippling inefficiencies in IE's and Safari's regexp engines. First we
|
234 |
-
// replace the JSON backslash pairs with '@' (a non-JSON character). Second, we
|
235 |
-
// replace all simple value tokens with ']' characters. Third, we delete all
|
236 |
-
// open brackets that follow a colon or comma or that begin the text. Finally,
|
237 |
-
// we look to see that the remaining characters are only whitespace or ']' or
|
238 |
-
// ',' or ':' or '{' or '}'. If that is so, then the text is safe for eval.
|
239 |
-
|
240 |
if (/^[\],:{}\s]*$/
|
241 |
.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@')
|
242 |
.replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ']')
|
243 |
.replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) {
|
244 |
-
// In the third stage we use the eval function to compile the text into a
|
245 |
-
// JavaScript structure. The '{' operator is subject to a syntactic ambiguity
|
246 |
-
// in JavaScript: it can begin a block or an object literal. We wrap the text
|
247 |
-
// in parens to eliminate the ambiguity.
|
248 |
j = eval('(' + text + ')');
|
249 |
-
// In the optional fourth stage, we recursively walk the new structure, passing
|
250 |
-
// each name/value pair to a reviver function for possible transformation.
|
251 |
return typeof reviver === 'function'
|
252 |
? walk({'': j}, '')
|
253 |
: j;
|
254 |
}
|
255 |
|
256 |
-
|
257 |
-
|
258 |
-
}
|
259 |
-
}
|
260 |
}());
|
261 |
|
262 |
-
|
263 |
// DOM ELEMENTS
|
264 |
var SqStr = function(str) {
|
265 |
var obj, that;
|
@@ -792,15 +729,14 @@ throw new SyntaxError('JSON.parse');
|
|
792 |
// Bootstrap 3 Implementation
|
793 |
viewPortDiv = $sqjQuery('#squeezol_view');
|
794 |
viewPortDiv.addClass("container-fluid");
|
795 |
-
modalDiv = '<div class="sq-col-xs-
|
796 |
-
'<div class="sq-row" style="margin-top: -30px;">'+
|
797 |
-
'<div class="sq-col-sm-4 sq-col-sm-offset-4 sq-col-xs-10 sq-col-xs-offset-1" style="padding-top: 10px; padding-left:50px;">'+
|
798 |
-
'<img class="squeezol-btn-header sq-img-responsive" src="' + img_url + 'squeezol.png"></img>'+
|
799 |
-
'<p class="sq-content-title" style="display:inline; margin-left:20px;">'+title+'</p>'+
|
800 |
-
'</div>'+
|
801 |
-
'</div>'+
|
802 |
'<div id="squeezol_view">'+
|
803 |
-
|
|
|
|
|
|
|
|
|
|
|
804 |
'<div class="sq-col-md-3 sq-col-md-offset-1">'+
|
805 |
'<p class="sq-text-center"><img class="sq-img-responsive" style="display:inline;" src="'+img_url+'squeezol_icon-creasplit'+c_var+'.png"/></p>'+
|
806 |
'</div>'+
|
@@ -817,6 +753,7 @@ throw new SyntaxError('JSON.parse');
|
|
817 |
'<div class="sq-col-xs-3 separator-'+gestisci+'"></div>'+
|
818 |
'</div>'+
|
819 |
'</div>'+
|
|
|
820 |
'</div>';
|
821 |
viewPortDiv.append(modalDiv);
|
822 |
viewPortDiv.removeAttr('id', null);
|
@@ -855,7 +792,7 @@ throw new SyntaxError('JSON.parse');
|
|
855 |
return;
|
856 |
},
|
857 |
that.drawWizard = function(position, clickElem){
|
858 |
-
var div='<div class="sq-row wizard">'+
|
859 |
'<div class="sq-col-xs-4">'+
|
860 |
'<img class="sq-img-responsive" src="' + img_url + 'btn2.jpg" alt="Think">'+
|
861 |
'<h4 class="sq-text-center">1.Crea uno Split</h4>'+
|
@@ -948,7 +885,7 @@ throw new SyntaxError('JSON.parse');
|
|
948 |
$sqjQuery('#squeezolPayBox').append(bar);
|
949 |
},
|
950 |
that.sqModal = function(content, btn, id){
|
951 |
-
var modalContent, modalBody, btn
|
952 |
var modal=false;
|
953 |
modalContent = $sqjQuery("#"+id);
|
954 |
if (modalContent.length>0) {
|
@@ -965,15 +902,25 @@ throw new SyntaxError('JSON.parse');
|
|
965 |
}
|
966 |
if (id == 'emailModal') {
|
967 |
if (modal == false){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
968 |
modalBody = $sqjQuery('<div />');
|
969 |
modalBody.addClass('sq-modal-body');
|
970 |
modalBody.append(content);
|
971 |
modalContent.append($sqjQuery('<div />').addClass('sq-modal-dialog')
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
|
|
977 |
}
|
978 |
modalContent.on('show.bs.modal', function(){
|
979 |
btn = $sqjQuery("#squeezolEmail_");
|
@@ -1003,20 +950,20 @@ throw new SyntaxError('JSON.parse');
|
|
1003 |
$question.attr('data-toggle', 'popover');
|
1004 |
$question.attr('data-placement', 'top');
|
1005 |
$question.attr('title', helpText);
|
1006 |
-
$question.addClass('icon sq-glyph-info-sign');
|
1007 |
$question.append('<p>i</p>');
|
1008 |
$sqjQuery(txt).append($question);
|
1009 |
return txt;
|
1010 |
},
|
1011 |
that.iconPopover = function(){
|
1012 |
//$sqjQuery('.icon').popover();
|
1013 |
-
$sqjQuery('.icon').on('mouseenter', function(){
|
1014 |
$sqjQuery(this).popover('show')
|
1015 |
});
|
1016 |
-
$sqjQuery('.icon').on('mouseout', function(){
|
1017 |
$sqjQuery(this).popover('hide');
|
1018 |
});
|
1019 |
-
$sqjQuery('.icon').on('hidden.bs.popover', function(){
|
1020 |
$sqjQuery(this).css("display", "");
|
1021 |
});
|
1022 |
|
@@ -1822,7 +1769,7 @@ throw new SyntaxError('JSON.parse');
|
|
1822 |
fbDiv.className = 'fbInvitation';
|
1823 |
fbDiv.id = 'squeezolFb'
|
1824 |
invitationBtn = InvitationObj();
|
1825 |
-
emailBtn = invitationBtn.createButton('
|
1826 |
emailModal = invitationBtn.createButton('@ | Invia Email', 'emailModal_', 'big', 'sq-btn sq-btn-lg sq-buttonEmail');
|
1827 |
|
1828 |
// SEND EMAIL handler:
|
@@ -1848,6 +1795,17 @@ throw new SyntaxError('JSON.parse');
|
|
1848 |
submitDiv.className = 'sq-row';
|
1849 |
submitDiv.appendChild(submitBtn.wrap({ wrapper: 'div', className : 'sq-col-xs-10 sq-col-xs-offset-1 sq-col-md-3 sq-col-md-offset-8'}));
|
1850 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1851 |
// ADD EMAIL handler:
|
1852 |
emailBtn.regHandler('click', function() {
|
1853 |
var invObj=InvitationObj();
|
@@ -1876,6 +1834,13 @@ throw new SyntaxError('JSON.parse');
|
|
1876 |
emailDiv.appendChild(newEmail);
|
1877 |
});
|
1878 |
emailDiv.appendChild(emailBtn.get());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1879 |
emailModal.regHandler('click', function() {
|
1880 |
var ui = UserInterface();
|
1881 |
ui.sqModal(emailDiv, submitDiv, 'emailModal');
|
@@ -1916,6 +1881,22 @@ throw new SyntaxError('JSON.parse');
|
|
1916 |
});
|
1917 |
tmpObj.appendChild(fbBtn.wrap(wrapper_center));
|
1918 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1919 |
|
1920 |
copiaUrl = document.createElement('div')
|
1921 |
copiaUrl.className = 'sq-col-md-3 sq-col-xs-10 sq-col-xs-offset-1 pink-link';
|
@@ -2066,7 +2047,7 @@ throw new SyntaxError('JSON.parse');
|
|
2066 |
'<div data-toggle="popover" data-placement="top" title="Suggerisci la '+
|
2067 |
'quota che verrà visualizzata dagli invitati. Altrimenti la quota proposta '+
|
2068 |
'verrà calcolata in base al numero di invitati"'+
|
2069 |
-
'class="icon sq-glyph-info-sign">'+
|
2070 |
'<p>i</p>'+
|
2071 |
'</div>'+
|
2072 |
'</p>'+
|
@@ -2077,7 +2058,7 @@ throw new SyntaxError('JSON.parse');
|
|
2077 |
'<p class="sq-label">Quota singola:'+
|
2078 |
'<div data-toggle="popover" data-placement="top" title="La quota è un '+
|
2079 |
'suggerimento per gli invitati."'+
|
2080 |
-
'class="icon sq-glyph-info-sign">'+
|
2081 |
'<p>i</p>'+
|
2082 |
'</div>'+
|
2083 |
'</p>'+
|
@@ -2513,13 +2494,13 @@ throw new SyntaxError('JSON.parse');
|
|
2513 |
'<div class="sq-col-md-4">'+
|
2514 |
'<div class="sq-row">'+
|
2515 |
'<h4>TERMINA FRA</h4>'+
|
2516 |
-
'<div class="sq-col-md-4 no-pad">'+
|
2517 |
'<p class="sq-target-small">'+params.daysLeft+' G</p>'+
|
2518 |
'</div>'+
|
2519 |
-
'<div class="sq-col-md-4 no-pad">'+
|
2520 |
'<p class="sq-target-small">'+params.hoursLeft+' H</p>'+
|
2521 |
'</div>'+
|
2522 |
-
'<div class="sq-col-md-4 no-pad">'+
|
2523 |
'<p class="sq-target-small">'+params.minutesLeft+' M</p>'+
|
2524 |
'</div>'+
|
2525 |
'</div>'+
|
@@ -2527,12 +2508,12 @@ throw new SyntaxError('JSON.parse');
|
|
2527 |
'<div class="sq-col-md-4">'+
|
2528 |
'<div class="sq-row">'+
|
2529 |
'<p class="sq-text-center">'+
|
2530 |
-
'totale: <strong>'+group.amount+' '+group.currency+'</strong>'+
|
2531 |
'</p>'+
|
2532 |
'</div>'+
|
2533 |
-
'<div class="progress-radial-container">'+
|
2534 |
-
'<div class="progress-radial progress-'+params.totalPerc+'">'+
|
2535 |
-
'<div class="overlay">'+totalPaid+' '+group.currency+
|
2536 |
'</div>'+
|
2537 |
'</div>'+
|
2538 |
'</div>'+
|
@@ -2692,4 +2673,4 @@ throw new SyntaxError('JSON.parse');
|
|
2692 |
}
|
2693 |
};
|
2694 |
return;
|
2695 |
-
}()
|
1 |
+
/*
|
2 |
+
* Squeezol js v 1.0
|
3 |
+
* Copyright 2013-2015 Squeezol SRL.
|
4 |
+
* Licensed under OSL
|
5 |
+
*/
|
6 |
+
|
7 |
if (typeof JSON !== 'object') {
|
8 |
JSON = {};
|
9 |
}
|
10 |
|
11 |
+
if (typeof jQuery === 'undefined') {
|
12 |
+
throw new Error('Squeezol\'s Library requires jQuery')
|
13 |
+
}
|
14 |
+
|
15 |
(function () {
|
16 |
'use strict';
|
17 |
function f(n) {
|
|
|
18 |
return n < 10 ? '0' + n : n;
|
19 |
}
|
20 |
if (typeof Date.prototype.toJSON !== 'function') {
|
41 |
meta,
|
42 |
rep;
|
43 |
function quote(string) {
|
|
|
|
|
|
|
|
|
44 |
escapable.lastIndex = 0;
|
45 |
return escapable.test(string) ? '"' + string.replace(escapable, function (a) {
|
46 |
var c = meta[a];
|
58 |
mind = gap,
|
59 |
partial,
|
60 |
value = holder[key];
|
|
|
61 |
if (value && typeof value === 'object' &&
|
62 |
typeof value.toJSON === 'function') {
|
63 |
value = value.toJSON(key);
|
64 |
}
|
|
|
|
|
65 |
if (typeof rep === 'function') {
|
66 |
value = rep.call(holder, key, value);
|
67 |
}
|
|
|
68 |
switch (typeof value) {
|
69 |
case 'string':
|
70 |
return quote(value);
|
71 |
case 'number':
|
|
|
72 |
return isFinite(value) ? String(value) : 'null';
|
73 |
case 'boolean':
|
74 |
case 'null':
|
|
|
|
|
|
|
75 |
return String(value);
|
|
|
76 |
case 'object':
|
|
|
|
|
|
|
77 |
if (!value) {
|
78 |
return 'null';
|
79 |
}
|
|
|
80 |
gap += indent;
|
81 |
partial = [];
|
|
|
82 |
if (Object.prototype.toString.apply(value) === '[object Array]') {
|
|
|
|
|
83 |
length = value.length;
|
84 |
for (i = 0; i < length; i += 1) {
|
85 |
partial[i] = str(i, value) || 'null';
|
86 |
}
|
|
|
87 |
v = partial.length === 0
|
88 |
? '[]'
|
89 |
: gap
|
92 |
gap = mind;
|
93 |
return v;
|
94 |
}
|
|
|
95 |
if (rep && typeof rep === 'object') {
|
96 |
length = rep.length;
|
97 |
for (i = 0; i < length; i += 1) {
|
104 |
}
|
105 |
}
|
106 |
} else {
|
|
|
|
|
107 |
for (k in value) {
|
108 |
if (Object.prototype.hasOwnProperty.call(value, k)) {
|
109 |
v = str(k, value);
|
113 |
}
|
114 |
}
|
115 |
}
|
|
|
|
|
116 |
v = partial.length === 0
|
117 |
? '{}'
|
118 |
: gap
|
122 |
return v;
|
123 |
}
|
124 |
}
|
|
|
125 |
if (typeof JSON.stringify !== 'function') {
|
126 |
escapable = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;
|
127 |
meta = { // table of character substitutions
|
134 |
'\\': '\\\\'
|
135 |
};
|
136 |
JSON.stringify = function (value, replacer, space) {
|
|
|
|
|
|
|
|
|
|
|
137 |
var i;
|
138 |
gap = '';
|
139 |
indent = '';
|
|
|
|
|
140 |
if (typeof space === 'number') {
|
141 |
for (i = 0; i < space; i += 1) {
|
142 |
indent += ' ';
|
143 |
}
|
|
|
|
|
144 |
} else if (typeof space === 'string') {
|
145 |
indent = space;
|
146 |
}
|
|
|
|
|
147 |
rep = replacer;
|
148 |
if (replacer && typeof replacer !== 'function' &&
|
149 |
(typeof replacer !== 'object' ||
|
150 |
typeof replacer.length !== 'number')) {
|
151 |
throw new Error('JSON.stringify');
|
152 |
}
|
|
|
|
|
153 |
return str('', {'': value});
|
154 |
};
|
155 |
}
|
|
|
156 |
if (typeof JSON.parse !== 'function') {
|
157 |
cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;
|
158 |
JSON.parse = function (text, reviver) {
|
|
|
|
|
159 |
var j;
|
160 |
function walk(holder, key) {
|
|
|
|
|
161 |
var k, v, value = holder[key];
|
162 |
if (value && typeof value === 'object') {
|
163 |
for (k in value) {
|
173 |
}
|
174 |
return reviver.call(holder, key, value);
|
175 |
}
|
|
|
|
|
|
|
|
|
176 |
text = String(text);
|
177 |
cx.lastIndex = 0;
|
178 |
if (cx.test(text)) {
|
181 |
('0000' + a.charCodeAt(0).toString(16)).slice(-4);
|
182 |
});
|
183 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
if (/^[\],:{}\s]*$/
|
185 |
.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@')
|
186 |
.replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ']')
|
187 |
.replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) {
|
|
|
|
|
|
|
|
|
188 |
j = eval('(' + text + ')');
|
|
|
|
|
189 |
return typeof reviver === 'function'
|
190 |
? walk({'': j}, '')
|
191 |
: j;
|
192 |
}
|
193 |
|
194 |
+
throw new SyntaxError('JSON.parse');
|
195 |
+
};
|
196 |
+
}
|
|
|
197 |
}());
|
198 |
|
199 |
+
+function($sqjQuery) {
|
200 |
// DOM ELEMENTS
|
201 |
var SqStr = function(str) {
|
202 |
var obj, that;
|
729 |
// Bootstrap 3 Implementation
|
730 |
viewPortDiv = $sqjQuery('#squeezol_view');
|
731 |
viewPortDiv.addClass("container-fluid");
|
732 |
+
modalDiv = '<div class="sq-col-xs-10 sq-col-xs-offset-1 sq-container-dashboard">'+
|
|
|
|
|
|
|
|
|
|
|
|
|
733 |
'<div id="squeezol_view">'+
|
734 |
+
'<div class="sq-row">'+
|
735 |
+
'<div class="sq-col-xs-10 sq-col-xs-offset-1 sq-col-md-3 sq-col-md-offset-5" style="margin-top:-40px;">'+
|
736 |
+
'<img class="squeezol-btn-header sq-img-responsive" src="' + img_url + 'logo_squeezol_blu_nowrite.png"></img>'+
|
737 |
+
'</div>'+
|
738 |
+
'</div>'+
|
739 |
+
'<div class="sq-row row-separata">'+
|
740 |
'<div class="sq-col-md-3 sq-col-md-offset-1">'+
|
741 |
'<p class="sq-text-center"><img class="sq-img-responsive" style="display:inline;" src="'+img_url+'squeezol_icon-creasplit'+c_var+'.png"/></p>'+
|
742 |
'</div>'+
|
753 |
'<div class="sq-col-xs-3 separator-'+gestisci+'"></div>'+
|
754 |
'</div>'+
|
755 |
'</div>'+
|
756 |
+
'</div>'+
|
757 |
'</div>';
|
758 |
viewPortDiv.append(modalDiv);
|
759 |
viewPortDiv.removeAttr('id', null);
|
792 |
return;
|
793 |
},
|
794 |
that.drawWizard = function(position, clickElem){
|
795 |
+
var div='<div class="sq-row sq-wizard">'+
|
796 |
'<div class="sq-col-xs-4">'+
|
797 |
'<img class="sq-img-responsive" src="' + img_url + 'btn2.jpg" alt="Think">'+
|
798 |
'<h4 class="sq-text-center">1.Crea uno Split</h4>'+
|
885 |
$sqjQuery('#squeezolPayBox').append(bar);
|
886 |
},
|
887 |
that.sqModal = function(content, btn, id){
|
888 |
+
var modalContent, modalBody, btn, removeBtn;
|
889 |
var modal=false;
|
890 |
modalContent = $sqjQuery("#"+id);
|
891 |
if (modalContent.length>0) {
|
902 |
}
|
903 |
if (id == 'emailModal') {
|
904 |
if (modal == false){
|
905 |
+
removeBtn = Button()
|
906 |
+
removeBtn.create('- Elimina', 'small', 'btnRemove');
|
907 |
+
removeBtn.addClass('sq-btn sq-btn-xs sq-btn-danger')
|
908 |
+
removeBtn.regHandler('click', function(e){
|
909 |
+
var event= e || window.event;
|
910 |
+
var target = event.target || event.srcElement || event.originalTarget;
|
911 |
+
var invObj = InvitationObj();
|
912 |
+
document.getElementById('squeezolEmail').removeChild(target.parentNode.parentNode);
|
913 |
+
});
|
914 |
modalBody = $sqjQuery('<div />');
|
915 |
modalBody.addClass('sq-modal-body');
|
916 |
modalBody.append(content);
|
917 |
modalContent.append($sqjQuery('<div />').addClass('sq-modal-dialog')
|
918 |
+
.append($sqjQuery('<div />').addClass('sq-modal-content')
|
919 |
+
.append('<div class="sq-modal-header">'+
|
920 |
+
'<button type="button" class="sq-close" data-dismiss="modal" aria-hidden="true">×</button>'+
|
921 |
+
'<h4 class="sq-modal-title">Invita</h4>'+
|
922 |
+
'</div>', content, $sqjQuery('<div />').addClass('sq-modal-footer').append(btn))));
|
923 |
+
|
924 |
}
|
925 |
modalContent.on('show.bs.modal', function(){
|
926 |
btn = $sqjQuery("#squeezolEmail_");
|
950 |
$question.attr('data-toggle', 'popover');
|
951 |
$question.attr('data-placement', 'top');
|
952 |
$question.attr('title', helpText);
|
953 |
+
$question.addClass('sq-icon sq-glyph-info-sign');
|
954 |
$question.append('<p>i</p>');
|
955 |
$sqjQuery(txt).append($question);
|
956 |
return txt;
|
957 |
},
|
958 |
that.iconPopover = function(){
|
959 |
//$sqjQuery('.icon').popover();
|
960 |
+
$sqjQuery('.sq-icon').on('mouseenter', function(){
|
961 |
$sqjQuery(this).popover('show')
|
962 |
});
|
963 |
+
$sqjQuery('.sq-icon').on('mouseout', function(){
|
964 |
$sqjQuery(this).popover('hide');
|
965 |
});
|
966 |
+
$sqjQuery('.sq-icon').on('hidden.bs.popover', function(){
|
967 |
$sqjQuery(this).css("display", "");
|
968 |
});
|
969 |
|
1769 |
fbDiv.className = 'fbInvitation';
|
1770 |
fbDiv.id = 'squeezolFb'
|
1771 |
invitationBtn = InvitationObj();
|
1772 |
+
emailBtn = invitationBtn.createButton('+ Email', btnId[0], btnSize[0], 'sq-btn sq-btn-sm sq-buttonEmail');
|
1773 |
emailModal = invitationBtn.createButton('@ | Invia Email', 'emailModal_', 'big', 'sq-btn sq-btn-lg sq-buttonEmail');
|
1774 |
|
1775 |
// SEND EMAIL handler:
|
1795 |
submitDiv.className = 'sq-row';
|
1796 |
submitDiv.appendChild(submitBtn.wrap({ wrapper: 'div', className : 'sq-col-xs-10 sq-col-xs-offset-1 sq-col-md-3 sq-col-md-offset-8'}));
|
1797 |
|
1798 |
+
var NewremoveBtn = Button()
|
1799 |
+
NewremoveBtn.create('- Elimina', 'small', 'btnRemove');
|
1800 |
+
NewremoveBtn.addClass('sq-btn sq-btn-xs sq-btn-danger')
|
1801 |
+
NewremoveBtn.regHandler('click', function(e){
|
1802 |
+
var event= e || window.event;
|
1803 |
+
var target = event.target || event.srcElement || event.originalTarget;
|
1804 |
+
var invObj = InvitationObj();
|
1805 |
+
document.getElementById('squeezolEmail').removeChild(target.parentNode.parentNode);
|
1806 |
+
});
|
1807 |
+
|
1808 |
+
|
1809 |
// ADD EMAIL handler:
|
1810 |
emailBtn.regHandler('click', function() {
|
1811 |
var invObj=InvitationObj();
|
1834 |
emailDiv.appendChild(newEmail);
|
1835 |
});
|
1836 |
emailDiv.appendChild(emailBtn.get());
|
1837 |
+
$sqjQuery(emailDiv).append($sqjQuery('<div />').addClass('sq-row sq-email-send')
|
1838 |
+
.append('<div class="sq-hidden-xs sq-col-sm-2 sq-col-md-2">'+
|
1839 |
+
'<img style="display:inline;" class="imgAvatar sq-thumbnail" src="' + img_url + 'default.jpg" alt="User Avatar"></img>'+
|
1840 |
+
'</div>'+
|
1841 |
+
'<div class="sq-col-sm-5 sq-col-sm-offset-0 sq-col-xs-10 sq-col-xs-offset-1">'+
|
1842 |
+
'<input class="sq-form-control mail__Invitation" placeholder="Aggiungi Email" type="email" name="email">'+
|
1843 |
+
'</div>', NewremoveBtn.wrap(wrapper_remove)))
|
1844 |
emailModal.regHandler('click', function() {
|
1845 |
var ui = UserInterface();
|
1846 |
ui.sqModal(emailDiv, submitDiv, 'emailModal');
|
1881 |
});
|
1882 |
tmpObj.appendChild(fbBtn.wrap(wrapper_center));
|
1883 |
}
|
1884 |
+
/*
|
1885 |
+
else {
|
1886 |
+
copiaUrl = document.createElement('div')
|
1887 |
+
copiaUrl.className = 'sq-row sq-fb-link';
|
1888 |
+
copiaUrl.setAttribute('data-placement', 'top');
|
1889 |
+
copiaUrl.setAttribute('title', 'Aggiungi Facebook per invitare i tuoi contatti');
|
1890 |
+
a_temp = document.createElement('a');
|
1891 |
+
a_temp.innerHTML = 'Invita con Facebook';
|
1892 |
+
a_link=DomElement({'el': a_temp});
|
1893 |
+
a_link.id='sqFbLink';
|
1894 |
+
a_link.regHandler('click', function(e) {
|
1895 |
+
window.location.replace(answer.redirect_url);
|
1896 |
+
});
|
1897 |
+
copiaUrl.appendChild(a_link.get());
|
1898 |
+
tmpObj.appendChild(copiaUrl);
|
1899 |
+
}*/
|
1900 |
|
1901 |
copiaUrl = document.createElement('div')
|
1902 |
copiaUrl.className = 'sq-col-md-3 sq-col-xs-10 sq-col-xs-offset-1 pink-link';
|
2047 |
'<div data-toggle="popover" data-placement="top" title="Suggerisci la '+
|
2048 |
'quota che verrà visualizzata dagli invitati. Altrimenti la quota proposta '+
|
2049 |
'verrà calcolata in base al numero di invitati"'+
|
2050 |
+
'class="sq-icon sq-glyph-info-sign">'+
|
2051 |
'<p>i</p>'+
|
2052 |
'</div>'+
|
2053 |
'</p>'+
|
2058 |
'<p class="sq-label">Quota singola:'+
|
2059 |
'<div data-toggle="popover" data-placement="top" title="La quota è un '+
|
2060 |
'suggerimento per gli invitati."'+
|
2061 |
+
'class="sq-icon sq-glyph-info-sign">'+
|
2062 |
'<p>i</p>'+
|
2063 |
'</div>'+
|
2064 |
'</p>'+
|
2494 |
'<div class="sq-col-md-4">'+
|
2495 |
'<div class="sq-row">'+
|
2496 |
'<h4>TERMINA FRA</h4>'+
|
2497 |
+
'<div class="sq-col-md-4 sq-no-pad">'+
|
2498 |
'<p class="sq-target-small">'+params.daysLeft+' G</p>'+
|
2499 |
'</div>'+
|
2500 |
+
'<div class="sq-col-md-4 sq-no-pad">'+
|
2501 |
'<p class="sq-target-small">'+params.hoursLeft+' H</p>'+
|
2502 |
'</div>'+
|
2503 |
+
'<div class="sq-col-md-4 sq-no-pad">'+
|
2504 |
'<p class="sq-target-small">'+params.minutesLeft+' M</p>'+
|
2505 |
'</div>'+
|
2506 |
'</div>'+
|
2508 |
'<div class="sq-col-md-4">'+
|
2509 |
'<div class="sq-row">'+
|
2510 |
'<p class="sq-text-center">'+
|
2511 |
+
'totale: <strong>'+ group.amount+' '+group.currency+'</strong>'+
|
2512 |
'</p>'+
|
2513 |
'</div>'+
|
2514 |
+
'<div class="sq-progress-radial-container">'+
|
2515 |
+
'<div class="sq-progress-radial sq-progress-'+params.totalPerc+'">'+
|
2516 |
+
'<div class="sq-overlay">'+totalPaid+' '+group.currency+
|
2517 |
'</div>'+
|
2518 |
'</div>'+
|
2519 |
'</div>'+
|
2673 |
}
|
2674 |
};
|
2675 |
return;
|
2676 |
+
}(jQuery);
|
{skin → magento-connect/skin}/frontend/base/default/js/bootstrap.min.js
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/js/jquery.min.js
RENAMED
File without changes
|
{skin → magento-connect/skin}/frontend/base/default/js/pikaday.js
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<package><name>Squeezol_Payment</name><version>1.
|
1 |
<?xml version="1.0"?>
|
2 |
+
<package><name>Squeezol_Payment</name><version>1.1</version><stability>stable</stability><license>OSL</license><channel>community</channel><extends></extends><summary>It enables group payments, a split of cart amount</summary><description>Squeezol Split is the innovative payment technology that solves personal fundraising problems between people, simplifying scheduling, budget planning and finally payments. Enable group purchasing on your e-commerce site or marketplace just integrating ‘Pay with Squeezol’ button: everyone puts his share in, then the merchant receives the entire payment due. A buying system used in current life now completely digitalized, taking advantage of social media tools to ease at the same time the whole customers’ experience and the viral diffusion of merchants brand.</description><notes>Frontend update</notes><authors><author><name>Davide Costa</name><user>nafta86</user><email>davide.costa@squeezol.com</email></author><author><name>Alessandro Caligaris</name><user>alfietto91</user><email>alessandro.caligaris1991@gmail.com</email></author><author><name>John Doe</name><user>john</user><email>john3@doe.com</email></author></authors><date>2015-01-07</date><time>3:03:24</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="magento-connect"><file name="README.md" hash="97f9dbb159f7cfa3f574c2374f906b83"/><dir name="lib"><dir name="Squeezol"><file name="endpoints.php" hash="bb57c3f817e4a7bbe578056475c2c85b"/></dir><dir name="oauth2"><file name="Client.php" hash="cd46e543dc9ce042347e929bafb2637a"/><file name="README" hash="8ef3bf723c93b6e091b707a546df2804"/><file name="auth_request.php" hash="d78edf267fee0e4c9c483d46f4405d98"/><file name="composer.json" hash="b1a24295215d44d727f603e7da644a5a"/><dir name="GrantType"><file name="AuthorizationCode.php" hash="a1ff324a733fc33dbf938153c4c1667c"/><file name="ClientCredentials.php" hash="21b30fbb06d4b67263499d687316ae8b"/><file name="IGrantType.php" hash="ee03d4c5bc20f518716fc2c616b4d38d"/><file name="Password.php" hash="2e938e60c4af8bad71b5c4f0f1a40969"/><file name="RefreshToken.php" hash="a773f48348ad7aa510955099ba18d3ad"/></dir></dir></dir><dir name="app"><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="squeezol_payment"><file name="create.phtml" hash="7f33a4cd28d0f09ab8b8b94af207b326"/><file name="digest.phtml" hash="ad115777c40a2bf9de8287963340c42c"/><file name="invitation.phtml" hash="769550bdcdeec4c37d2dc46befe32db1"/><file name="logo.phtml" hash="aaa3bde465fca719a0a31059c75a142b"/><file name="review.phtml" hash="788d3e1812a08c0ec53675d16b5ff11e"/><file name="start.phtml" hash="2e49ad50da47b88ee45d259656bd88d0"/></dir></dir><dir name="layout"><file name="squeezol_payment.xml" hash="fc7666d8961c3a5006df797c7fcc2ed7"/></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Squeezol_Payment.xml" hash="8069f82ec151f6c45be892bcc32460f8"/></dir></dir><dir name="code"><dir name="local"><dir name="Squeezol"><dir name="Payment"><dir name="Helper"><file name="Data.php" hash="435781e5e5e1a60ddd4c631f8efcfb42"/></dir><dir name="Block"><file name="Logo.php" hash="f9c7b30ccf3d9c947ec4a33c1662c395"/><file name="Start.php" hash="7edb0747a52d16fa21a2952c6d356191"/></dir><dir name="data"><dir name="squeezol_payment_setup"><file name="data-install-0.1.0.php" hash="3b58d0cdbc68e0260e839a2c8f0d4675"/></dir></dir><dir name="etc"><file name="config.xml" hash="816f839cf9155c94838938ee9b4c1532"/><file name="system.xml" hash="f21029a6dce1a2225501fe793e03897c"/></dir><dir name="Model"><file name="Params.php" hash="60fe9d8365773cc9de53e5d904d82fac"/><file name="Paramsandbox.php" hash="1f90070265de7948188c79590009ac1d"/><file name="PaymentMethod.php" hash="37fcaf2619c43b2713c4a5441d5345cc"/><file name="Session.php" hash="6453e3413705bde3e492ac9829b954e8"/><dir name="Mysql4"><file name="Params.php" hash="b12305337a72803ed2d61f6b8cac0159"/><dir name="Params"><file name="Collection.php" hash="5c73d0c799b880eed0bfc65bd50f17b6"/></dir></dir><dir name="Resource"><file name="Setup.php" hash="0340022ca0914dfcd7b6b589767dbc21"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="ffe4397ad8b493b65c6323ca0d3e66b9"/><file name="OrderProcessingController.php" hash="5e56204902a16dd1c726dc61050c2503"/></dir><dir name="sql"><dir name="squeezol_payment_setup"><file name="install-0.1.0.php" hash="404031896ca519d8739300687fc1ab9e"/><file name="upgrade-0.1.0-0.2.0.php" hash="1bd99cfd46a27f7d94754540d32af500"/><file name="upgrade-0.2.0-1.0.0.php" hash="36edcf31ba4f44b97b80d77868da31e9"/></dir></dir></dir></dir></dir></dir></dir><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="DejaVuSansCondensed-BoldOblique.eot" hash="2c79dd754287cea48f32a3fff983bf15"/><file name="DejaVuSansCondensed-BoldOblique.svg" hash="326f9917a1db7537c95bf0b6124b899f"/><file name="DejaVuSansCondensed-BoldOblique.ttf" hash="7bb71c1ec629c0bf5d27e2e2d5e20066"/><file name="DejaVuSansCondensed-BoldOblique.woff" hash="3242cc1f8b2373420e38d3aefcc9e408"/><file name="absolut_pro_boldcondensed-webfont.ttf" hash="dee7ac19c5727e29ba33192f466560ea"/><file name="absolut_pro_boldcondensed-webfont.woff" hash="585c3a24a09cd230d2e456db4a04d4d7"/><file name="absolut_pro_bookcondensed-webfont.ttf" hash="2c8c3c2eb35d5d36ab0927d2fd6f1732"/><file name="absolut_pro_bookcondensed-webfont.woff" hash="4868c6df04841d20c0ff3ee3a2e9830d"/><file name="bootstrap-responsive.css" hash="d2c30d07a98d50e945570bf32c56435f"/><file name="bootstrap-responsive.min.css" hash="365a247af4036532701d83957e490adc"/><file name="bootstrap.css" hash="08f2256002f66a415dbc2e8afb722d70"/><file name="bootstrap.min.css" hash="2b4369ee3c21cf58516751cb49a01ccc"/><file name="dejavusanscondensed-bold-webfont.eot" hash="fa2f3a00c08cc9f47201cac746a06bf2"/><file name="dejavusanscondensed-bold-webfont.svg" hash="f4f7213b78edc8ce3756a61868540ea4"/><file name="dejavusanscondensed-bold-webfont.ttf" hash="c2ca6902c10cb361346e2561c41af171"/><file name="dejavusanscondensed-bold-webfont.woff" hash="2eefe2ee018b50741c817aff2e25931a"/><file name="dejavusanscondensed-webfont.ttf" hash="5c1e2a1d836ff13b21d208ae62263331"/><file name="dejavusanscondensed-webfont.woff" hash="3aa174b6ab569947533738c8d9cd1808"/><file name="pikaday.css" hash="5a32b7adc30d7de002b204036e5c40ae"/><file name="squeezol.css" hash="29fa2f6fafe8e8639bc1ea0eccecb5f5"/></dir><dir name="js"><file name="_squeezol3.js" hash="792a54187adf7a161f8042dffd0bffd1"/><file name="bootstrap.min.js" hash="a121f0e47edc5182e1aca1396807db70"/><file name="jquery.min.js" hash="8101d596b2b8fa35fe3a634ea342d7c3"/><file name="pikaday.js" hash="441d514c9231d36b1d589bb3b78accb1"/></dir><dir name="images"><dir name="squeezol_payment"><file name="btn-finger.png" hash="32939ad91cd1416e303fe72edde3389e"/><file name="btn2.jpg" hash="ddc15e5c081115513a9e9e6dc41cdafc"/><file name="busta.png" hash="f5da1e0e1e1a5eb3cea2d6d9d89a91d6"/><file name="busta2.jpg" hash="6056ab70cbb9fb274510fafc79ebc745"/><file name="default.jpg" hash="dd9154d475d1abaa69163378cfa482f8"/><file name="facebook_small.png" hash="24a08c9069e7a37d56ef7c2514c652b5"/><file name="fenicottero.png" hash="dd5753b966338ca1f711ceec5dbcf75b"/><file name="ghianda_step_blu.png" hash="9ff125808d9fbdef766caf502a304ad2"/><file name="ghianda_step_grigia.png" hash="4d58eee97a1f8655a87c7a0f20e66eda"/><file name="info-black.png" hash="10de26a1713ff21b9a4f169da5abdbdb"/><file name="logo_min.png" hash="70e11306eda7fbd42d78a72f1109a17d"/><file name="logo_squeezol_blu_nowrite.png" hash="3be25bca8a7193e40cd37a7ae570062e"/><file name="mail_small.png" hash="da8257e98dd2ad413c61309043f71ed9"/><file name="pay_button.png" hash="970ec7feff9b6b7b9062d8f5a8e10bd1"/><file name="pay_button2.png" hash="6f6727fb922f128dc3cf3a9b42b00e1a"/><file name="salva2.jpg" hash="557ff279658464685464b856d4d3f634"/><file name="salvadanaio.png" hash="a2a0d69adabe332b8106bfaec0d49f87"/><file name="shopping-cart.jpg" hash="ccf6a2d64c387127e988724f2a986ca3"/><file name="squeezol.png" hash="e2059411e9f14fdfe1e8b21739f7a512"/><file name="squeezol_icon-aziende.png" hash="e1231a071b99b6fe07db08d247a4a086"/><file name="squeezol_icon-creasplit-pink.png" hash="a7d5094fca629f3f8d068049db852d03"/><file name="squeezol_icon-creasplit.png" hash="decd22b53c32b8472b0a46d0aed4afe9"/><file name="squeezol_icon-invita-pink.png" hash="b1eb9ef65c147d6552d4d402373bcf10"/><file name="squeezol_icon-invita.png" hash="0b274298ec828752a61db8686af9f720"/><file name="squeezol_icon-riassunto-pink.png" hash="82db5c7c4329194760ad7cb728bd1014"/><file name="squeezol_icon-riassunto.png" hash="2e50238f01e7a407e5d491ec75c25ec8"/></dir></dir></dir></dir></dir></dir></dir></target></contents></package>
|
skin/frontend/base/default/js/noconflict.js
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
var $sqjQuery = jQuery.noConflict();
|
2 |
-
|
|
|
|