Version Notes
This extension has been in use with community and enterprise customers since November, 2012.
Download this release
Release Info
| Developer | Joseph De La Cruz |
| Extension | Addrexx_AddressValidation |
| Version | 1.1.6 |
| Comparing to | |
| See all releases | |
Version 1.1.6
- app/design/adminhtml/default/default/layout/addrexx_backend.xml +43 -0
- app/design/adminhtml/default/default/template/addrexx/common_config.phtml +483 -0
- app/design/frontend/base/default/template/addrexx/common_config.phtml +483 -0
- app/design/frontend/default/default/layout/addrexx_frontend.xml +63 -0
- app/etc/modules/addrexx.xml +15 -0
- package.xml +21 -0
- skin/adminhtml/default/default/css/addrexx/addrexx.css +574 -0
- skin/adminhtml/default/default/css/addrexx/images/Thumbs.db +0 -0
- skin/adminhtml/default/default/css/addrexx/images/ui-bg_flat_0_302e2e_40x100.png +0 -0
- skin/adminhtml/default/default/css/addrexx/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- skin/frontend/default/default/css/addrexx/addrexx.css +574 -0
- skin/frontend/default/default/css/addrexx/images/ui-bg_flat_0_302e2e_40x100.png +0 -0
- skin/frontend/default/default/css/addrexx/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
app/design/adminhtml/default/default/layout/addrexx_backend.xml
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<layout version="0.1.0">
|
| 3 |
+
<adminhtml_sales_order_create_index>
|
| 4 |
+
<reference name="head">
|
| 5 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 6 |
+
</reference>
|
| 7 |
+
<reference name="js">
|
| 8 |
+
<block type="adminhtml/template" name="addrexx_config" template="addrexx/common_config.phtml" />
|
| 9 |
+
</reference>
|
| 10 |
+
</adminhtml_sales_order_create_index>
|
| 11 |
+
<adminhtml_sales_order_index>
|
| 12 |
+
<reference name="head">
|
| 13 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 14 |
+
</reference>
|
| 15 |
+
<reference name="js">
|
| 16 |
+
<block type="adminhtml/template" name="addrexx_config" template="addrexx/common_config.phtml" />
|
| 17 |
+
</reference>
|
| 18 |
+
</adminhtml_sales_order_index>
|
| 19 |
+
<adminhtml_customer_new_key>
|
| 20 |
+
<reference name="head">
|
| 21 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 22 |
+
</reference>
|
| 23 |
+
<reference name="js">
|
| 24 |
+
<block type="adminhtml/template" name="addrexx_config" template="addrexx/common_config.phtml" />
|
| 25 |
+
</reference>
|
| 26 |
+
</adminhtml_customer_new_key>
|
| 27 |
+
<adminhtml_customer_new>
|
| 28 |
+
<reference name="head">
|
| 29 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 30 |
+
</reference>
|
| 31 |
+
<reference name="js">
|
| 32 |
+
<block type="adminhtml/template" name="addrexx_config" template="addrexx/common_config.phtml" />
|
| 33 |
+
</reference>
|
| 34 |
+
</adminhtml_customer_new>
|
| 35 |
+
<adminhtml_customer_edit>
|
| 36 |
+
<reference name="head">
|
| 37 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 38 |
+
</reference>
|
| 39 |
+
<reference name="js">
|
| 40 |
+
<block type="adminhtml/template" name="addrexx_config" template="addrexx/common_config.phtml" />
|
| 41 |
+
</reference>
|
| 42 |
+
</adminhtml_customer_edit>
|
| 43 |
+
</layout>
|
app/design/adminhtml/default/default/template/addrexx/common_config.phtml
ADDED
|
@@ -0,0 +1,483 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
$conf = Mage::getStoreConfig('general');
|
| 3 |
+
$conf3 = Mage::getStoreConfig('tab1');
|
| 4 |
+
echo("<script>console.log('PHP:');</script>");
|
| 5 |
+
echo("<script>console.log($conf);</script>");
|
| 6 |
+
$activeFrontend = ($conf3['general']['active_frontend']);
|
| 7 |
+
$activeAdmin = ($conf3['general']['active_admin']);
|
| 8 |
+
$url = ($conf3['general']['url']);
|
| 9 |
+
$poX = ($conf3['general']['pobox']);
|
| 10 |
+
$nameX = ($conf3['general']['names']);
|
| 11 |
+
$zipX = ($conf3['general']['zip4']);
|
| 12 |
+
$accessTokenFrontend = ($conf3['general']['access_token_frontend']);
|
| 13 |
+
$accessTokenAdmin = ($conf3['general']['access_token_admin']);
|
| 14 |
+
|
| 15 |
+
?>
|
| 16 |
+
<script type="text/javascript">
|
| 17 |
+
activeFrontend = "<?= $activeFrontend ?>";
|
| 18 |
+
activeAdmin = "<?= $activeAdmin ?>";
|
| 19 |
+
url = "<?= $url ?>";
|
| 20 |
+
poCheck = "<?= $poX ?>";
|
| 21 |
+
nameAutocomplete = "<?= $nameX ?>";
|
| 22 |
+
zipPlusFour = "<?= $zipX ?>";
|
| 23 |
+
accessTokenFrontend = "<?= $accessTokenFrontend ?>";
|
| 24 |
+
accessTokenAdmin = "<?= $accessTokenAdmin ?>";
|
| 25 |
+
console.log(activeFrontend);
|
| 26 |
+
var ww = location.hostname;
|
| 27 |
+
console.log(ww);
|
| 28 |
+
ww = ww.replace("www.","");
|
| 29 |
+
ww = ww.replace(/-/g,""); //remove dashes since function can't have them
|
| 30 |
+
var _DemoURL = "https://s3.amazonaws.com/xxredda";
|
| 31 |
+
var v = new Date().getMilliseconds();
|
| 32 |
+
console.log(ww);
|
| 33 |
+
function loadjscssfile(n) {
|
| 34 |
+
var t = document.createElement("link");
|
| 35 |
+
t.setAttribute("rel", "stylesheet"),
|
| 36 |
+
t.setAttribute("type", "text/css"),
|
| 37 |
+
t.setAttribute("href", n),
|
| 38 |
+
document.getElementsByTagName("head")[0].appendChild(t)
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
(function (n, t) {
|
| 42 |
+
function u(n) {
|
| 43 |
+
l[l.length] = n
|
| 44 |
+
}
|
| 45 |
+
function p(n) {
|
| 46 |
+
h.className = h.className.replace(RegExp("\\b" + n + "\\b"), "")
|
| 47 |
+
}
|
| 48 |
+
function a(n, t) {
|
| 49 |
+
for (var i = 0, r = n.length; i < r; i++)
|
| 50 |
+
t.call(n, n[i], i)
|
| 51 |
+
}
|
| 52 |
+
function w() {
|
| 53 |
+
var t,
|
| 54 |
+
r,
|
| 55 |
+
e;
|
| 56 |
+
h.className = h.className.replace(/ (w-|eq-|gt-|gte-|lt-|lte-|portrait|no-portrait|landscape|no-landscape)\d+/g, ""),
|
| 57 |
+
t = n.innerWidth || h.clientWidth,
|
| 58 |
+
r = n.outerWidth || n.screen.width,
|
| 59 |
+
f.screen.innerWidth = t,
|
| 60 |
+
f.screen.outerWidth = r,
|
| 61 |
+
u("w-" + t),
|
| 62 |
+
a(i.screens, function (n) {
|
| 63 |
+
t > n ? (i.screensCss.gt && u("gt-" + n), i.screensCss.gte && u("gte-" + n)) : t < n ? (i.screensCss.lt && u("lt-" + n), i.screensCss.lte && u("lte-" + n)) : t === n && (i.screensCss.lte && u("lte-" + n), i.screensCss.eq && u("e-q" + n), i.screensCss.gte && u("gte-" + n))
|
| 64 |
+
}),
|
| 65 |
+
r = n.innerHeight || h.clientHeight,
|
| 66 |
+
e = n.outerHeight || n.screen.height,
|
| 67 |
+
f.screen.innerHeight = r,
|
| 68 |
+
f.screen.outerHeight = e,
|
| 69 |
+
f.feature("portrait", r > t),
|
| 70 |
+
f.feature("landscape", r < t)
|
| 71 |
+
}
|
| 72 |
+
function b() {
|
| 73 |
+
n.clearTimeout(y),
|
| 74 |
+
y = n.setTimeout(w, 100)
|
| 75 |
+
}
|
| 76 |
+
var v = n.document,
|
| 77 |
+
e = n.navigator,
|
| 78 |
+
g = n.location,
|
| 79 |
+
h = v.documentElement,
|
| 80 |
+
l = [],
|
| 81 |
+
i = {
|
| 82 |
+
screens : [240, 320, 480, 640, 768, 800, 1024, 1280, 1440, 1680, 1920],
|
| 83 |
+
screensCss : {
|
| 84 |
+
gt : !0,
|
| 85 |
+
gte : !1,
|
| 86 |
+
lt : !0,
|
| 87 |
+
lte : !1,
|
| 88 |
+
eq : !1
|
| 89 |
+
},
|
| 90 |
+
browsers : [{
|
| 91 |
+
ie : {
|
| 92 |
+
min : 6,
|
| 93 |
+
max : 10
|
| 94 |
+
}
|
| 95 |
+
}
|
| 96 |
+
],
|
| 97 |
+
browserCss : {
|
| 98 |
+
gt : !0,
|
| 99 |
+
gte : !1,
|
| 100 |
+
lt : !0,
|
| 101 |
+
lte : !1,
|
| 102 |
+
eq : !0
|
| 103 |
+
},
|
| 104 |
+
section : "-section",
|
| 105 |
+
page : "-page",
|
| 106 |
+
head : "head"
|
| 107 |
+
},
|
| 108 |
+
r,
|
| 109 |
+
f,
|
| 110 |
+
c,
|
| 111 |
+
k,
|
| 112 |
+
o,
|
| 113 |
+
d,
|
| 114 |
+
s,
|
| 115 |
+
y;
|
| 116 |
+
if (n.head_conf)
|
| 117 |
+
for (r in n.head_conf)
|
| 118 |
+
n.head_conf[r] !== t && (i[r] = n.head_conf[r]);
|
| 119 |
+
f = n[i.head] = function () {
|
| 120 |
+
f.ready.apply(null, arguments)
|
| 121 |
+
},
|
| 122 |
+
f.feature = function (n, t, i) {
|
| 123 |
+
return n ? ("[object Function]" === Object.prototype.toString.call(t) && (t = t.call()), u((t ? "" : "no-") + n), f[n] = !!t, i || (p("no-" + n), p(n), f.feature()), f) : (h.className += " " + l.join(" "), l = [], f)
|
| 124 |
+
},
|
| 125 |
+
f.feature("js", !0),
|
| 126 |
+
r = e.userAgent.toLowerCase(),
|
| 127 |
+
e = /mobile|midp/.test(r),
|
| 128 |
+
f.feature("mobile", e, !0),
|
| 129 |
+
f.feature("desktop", !e, !0),
|
| 130 |
+
r = /(chrome|firefox)[ \/]([\w.]+)/.exec(r) || /(iphone|ipad|ipod)(?:.*version)?[ \/]([\w.]+)/.exec(r) || /(android)(?:.*version)?[ \/]([\w.]+)/.exec(r) || /(webkit|opera)(?:.*version)?[ \/]([\w.]+)/.exec(r) || /(msie) ([\w.]+)/.exec(r) || [],
|
| 131 |
+
e = r[1],
|
| 132 |
+
r = parseFloat(r[2]);
|
| 133 |
+
switch (e) {
|
| 134 |
+
case "msie":
|
| 135 |
+
e = "ie",
|
| 136 |
+
r = v.documentMode || r;
|
| 137 |
+
break;
|
| 138 |
+
case "firefox":
|
| 139 |
+
e = "ff";
|
| 140 |
+
break;
|
| 141 |
+
case "ipod":
|
| 142 |
+
case "ipad":
|
| 143 |
+
case "iphone":
|
| 144 |
+
e = "ios";
|
| 145 |
+
break;
|
| 146 |
+
case "webkit":
|
| 147 |
+
e = "safari"
|
| 148 |
+
}
|
| 149 |
+
for (f.browser = {
|
| 150 |
+
name : e,
|
| 151 |
+
version : r
|
| 152 |
+
}, f.browser[e] = !0, c = 0, k = i.browsers.length; c < k; c++)
|
| 153 |
+
for (o in i.browsers[c])
|
| 154 |
+
if (e === o)
|
| 155 |
+
for (u(o), d = i.browsers[c][o].max, s = i.browsers[c][o].min; s <= d; s++)
|
| 156 |
+
r > s ? (i.browserCss.gt && u("gt-" + o + s), i.browserCss.gte && u("gte-" + o + s)) : r < s ? (i.browserCss.lt && u("lt-" + o + s), i.browserCss.lte && u("lte-" + o + s)) : r === s && (i.browserCss.lte && u("lte-" + o + s), i.browserCss.eq && u("eq-" + o + s), i.browserCss.gte && u("gte-" + o + s));
|
| 157 |
+
else
|
| 158 |
+
u("no-" + o);
|
| 159 |
+
"ie" === e && 9 > r && a("abbr article aside audio canvas details figcaption figure footer header hgroup mark meter nav output progress section summary time video".split(" "), function (n) {
|
| 160 |
+
v.createElement(n)
|
| 161 |
+
}),
|
| 162 |
+
a(g.pathname.split("/"), function (n, r) {
|
| 163 |
+
if (2 < this.length && this[r + 1] !== t)
|
| 164 |
+
r && u(this.slice(1, r + 1).join("-").toLowerCase() + i.section);
|
| 165 |
+
else {
|
| 166 |
+
var f = n || "index",
|
| 167 |
+
e = f.indexOf(".");
|
| 168 |
+
0 < e && (f = f.substring(0, e)),
|
| 169 |
+
h.id = f.toLowerCase() + i.page,
|
| 170 |
+
r || u("root" + i.section)
|
| 171 |
+
}
|
| 172 |
+
}),
|
| 173 |
+
f.screen = {
|
| 174 |
+
height : n.screen.height,
|
| 175 |
+
width : n.screen.width
|
| 176 |
+
},
|
| 177 |
+
w(),
|
| 178 |
+
y = 0,
|
| 179 |
+
n.addEventListener ? n.addEventListener("resize", b, !1) : n.attachEvent("onresize", b)
|
| 180 |
+
})(window), function (n, t) {
|
| 181 |
+
function r(n) {
|
| 182 |
+
var u = n.charAt(0).toUpperCase() + n.substr(1),
|
| 183 |
+
n = (n + " " + h.join(u + " ") + u).split(" "),
|
| 184 |
+
r;
|
| 185 |
+
n : {
|
| 186 |
+
for (r in n)
|
| 187 |
+
if (i[n[r]] !== t) {
|
| 188 |
+
r = !0;
|
| 189 |
+
break n
|
| 190 |
+
}
|
| 191 |
+
r = !1
|
| 192 |
+
}
|
| 193 |
+
return !!r
|
| 194 |
+
}
|
| 195 |
+
var o = n.document.createElement("i"),
|
| 196 |
+
i = o.style,
|
| 197 |
+
s = " -o- -moz- -ms- -webkit- -khtml- ".split(" "),
|
| 198 |
+
h = ["Webkit", "Moz", "O", "ms", "Khtml"],
|
| 199 |
+
u = n[n.head_conf && n.head_conf.head || "head"],
|
| 200 |
+
e = {
|
| 201 |
+
gradient : function () {
|
| 202 |
+
return i.cssText = ("background-image:" + s.join("gradient(linear,left top,right bottom,from(#9f9),to(#fff));background-image:") + s.join("linear-gradient(left top,#eee,#fff);background-image:")).slice(0, -17),
|
| 203 |
+
!!i.backgroundImage
|
| 204 |
+
},
|
| 205 |
+
rgba : function () {
|
| 206 |
+
return i.cssText = "background-color:rgba(0,0,0,0.5)",
|
| 207 |
+
!!i.backgroundColor
|
| 208 |
+
},
|
| 209 |
+
opacity : function () {
|
| 210 |
+
return "" === o.style.opacity
|
| 211 |
+
},
|
| 212 |
+
textshadow : function () {
|
| 213 |
+
return "" === i.textShadow
|
| 214 |
+
},
|
| 215 |
+
multiplebgs : function () {
|
| 216 |
+
return i.cssText = "background:url(//:),url(//:),red url(//:)",
|
| 217 |
+
/(url\s*\(.*?){3}/.test(i.background)
|
| 218 |
+
},
|
| 219 |
+
boxshadow : function () {
|
| 220 |
+
return r("boxShadow")
|
| 221 |
+
},
|
| 222 |
+
borderimage : function () {
|
| 223 |
+
return r("borderImage")
|
| 224 |
+
},
|
| 225 |
+
borderradius : function () {
|
| 226 |
+
return r("borderRadius")
|
| 227 |
+
},
|
| 228 |
+
cssreflections : function () {
|
| 229 |
+
return r("boxReflect")
|
| 230 |
+
},
|
| 231 |
+
csstransforms : function () {
|
| 232 |
+
return r("transform")
|
| 233 |
+
},
|
| 234 |
+
csstransitions : function () {
|
| 235 |
+
return r("transition")
|
| 236 |
+
},
|
| 237 |
+
touch : function () {
|
| 238 |
+
return "ontouchstart" in n
|
| 239 |
+
},
|
| 240 |
+
retina : function () {
|
| 241 |
+
return 1 < n.devicePixelRatio
|
| 242 |
+
},
|
| 243 |
+
fontface : function () {
|
| 244 |
+
var n = u.browser.version;
|
| 245 |
+
switch (u.browser.name) {
|
| 246 |
+
case "ie":
|
| 247 |
+
return 9 <= n;
|
| 248 |
+
case "chrome":
|
| 249 |
+
return 13 <= n;
|
| 250 |
+
case "ff":
|
| 251 |
+
return 6 <= n;
|
| 252 |
+
case "ios":
|
| 253 |
+
return 5 <= n;
|
| 254 |
+
case "android":
|
| 255 |
+
return !1;
|
| 256 |
+
case "webkit":
|
| 257 |
+
return 5.1 <= n;
|
| 258 |
+
case "opera":
|
| 259 |
+
return 10 <= n;
|
| 260 |
+
default:
|
| 261 |
+
return !1
|
| 262 |
+
}
|
| 263 |
+
}
|
| 264 |
+
},
|
| 265 |
+
f;
|
| 266 |
+
for (f in e)
|
| 267 |
+
e[f] && u.feature(f, e[f].call(), !0);
|
| 268 |
+
u.feature()
|
| 269 |
+
}
|
| 270 |
+
(window), function (n, t) {
|
| 271 |
+
function l() {}
|
| 272 |
+
|
| 273 |
+
function u(n, t) {
|
| 274 |
+
if (n) {
|
| 275 |
+
"object" == typeof n && (n = [].slice.call(n));
|
| 276 |
+
for (var i = 0, r = n.length; i < r; i++)
|
| 277 |
+
t.call(n, n[i], i)
|
| 278 |
+
}
|
| 279 |
+
}
|
| 280 |
+
function k(n, i) {
|
| 281 |
+
var r = Object.prototype.toString.call(i).slice(8, -1);
|
| 282 |
+
return i !== t && null !== i && r === n
|
| 283 |
+
}
|
| 284 |
+
function s(n) {
|
| 285 |
+
return k("Function", n)
|
| 286 |
+
}
|
| 287 |
+
function f(n) {
|
| 288 |
+
n = n || l,
|
| 289 |
+
n._done || (n(), n._done = 1)
|
| 290 |
+
}
|
| 291 |
+
function a(n) {
|
| 292 |
+
var t = {},
|
| 293 |
+
i;
|
| 294 |
+
if ("object" == typeof n)
|
| 295 |
+
for (i in n)
|
| 296 |
+
n[i] && (t = {
|
| 297 |
+
name : i,
|
| 298 |
+
url : n[i]
|
| 299 |
+
});
|
| 300 |
+
else
|
| 301 |
+
t = n.split("/"), t = t[t.length - 1], i = t.indexOf("?"), t = {
|
| 302 |
+
name : -1 !== i ? t.substring(0, i) : t,
|
| 303 |
+
url : n
|
| 304 |
+
};
|
| 305 |
+
return (n = w[t.name]) && n.url === t.url ? n : w[t.name] = t
|
| 306 |
+
}
|
| 307 |
+
function v(n) {
|
| 308 |
+
var n = n || w,
|
| 309 |
+
t;
|
| 310 |
+
for (t in n)
|
| 311 |
+
if (n.hasOwnProperty(t) && n[t].state !== b)
|
| 312 |
+
return !1;
|
| 313 |
+
return !0
|
| 314 |
+
}
|
| 315 |
+
function y(n, t) {
|
| 316 |
+
t = t || l,
|
| 317 |
+
n.state === b ? t() : n.state === ut ? i.ready(n.name, t) : n.state === rt ? n.onpreload.push(function () {
|
| 318 |
+
y(n, t)
|
| 319 |
+
}) : (n.state = ut, d(n, function () {
|
| 320 |
+
n.state = b,
|
| 321 |
+
t(),
|
| 322 |
+
u(h[n.name], function (n) {
|
| 323 |
+
f(n)
|
| 324 |
+
}),
|
| 325 |
+
o && v() && u(h.ALL, function (n) {
|
| 326 |
+
f(n)
|
| 327 |
+
})
|
| 328 |
+
}))
|
| 329 |
+
}
|
| 330 |
+
function d(t, i) {
|
| 331 |
+
var i = i || l,
|
| 332 |
+
u,
|
| 333 |
+
f;
|
| 334 |
+
/\.css[^\.]*$/.test(t.url) ? (u = r.createElement("link"), u.type = "text/" + (t.type || "css"), u.rel = "stylesheet", u.href = t.url) : (u = r.createElement("script"), u.type = "text/" + (t.type || "javascript"), u.src = t.url),
|
| 335 |
+
u.onload = u.onreadystatechange = function (t) {
|
| 336 |
+
t = t || n.event,
|
| 337 |
+
("load" === t.type || /loaded|complete/.test(u.readyState) && (!r.documentMode || 9 > r.documentMode)) && (u.onload = u.onreadystatechange = u.onerror = null, i())
|
| 338 |
+
},
|
| 339 |
+
u.onerror = function () {
|
| 340 |
+
u.onload = u.onreadystatechange = u.onerror = null,
|
| 341 |
+
i()
|
| 342 |
+
},
|
| 343 |
+
u.async = !1,
|
| 344 |
+
u.defer = !1,
|
| 345 |
+
f = r.head || r.getElementsByTagName("head")[0],
|
| 346 |
+
f.insertBefore(u, f.lastChild)
|
| 347 |
+
}
|
| 348 |
+
function e() {
|
| 349 |
+
r.body ? o || (o = !0, u(g, function (n) {
|
| 350 |
+
f(n)
|
| 351 |
+
})) : (n.clearTimeout(i.readyTimeout), i.readyTimeout = n.setTimeout(e, 50))
|
| 352 |
+
}
|
| 353 |
+
function p() {
|
| 354 |
+
r.addEventListener ? (r.removeEventListener("DOMContentLoaded", p, !1), e()) : "complete" === r.readyState && (r.detachEvent("onreadystatechange", p), e())
|
| 355 |
+
}
|
| 356 |
+
var r = n.document,
|
| 357 |
+
g = [],
|
| 358 |
+
nt = [],
|
| 359 |
+
h = {},
|
| 360 |
+
w = {},
|
| 361 |
+
ft = "async" in r.createElement("script") || "MozAppearance" in r.documentElement.style || n.opera,
|
| 362 |
+
tt,
|
| 363 |
+
o,
|
| 364 |
+
it = n.head_conf && n.head_conf.head || "head",
|
| 365 |
+
i = n[it] = n[it] || function () {
|
| 366 |
+
i.ready.apply(null, arguments)
|
| 367 |
+
},
|
| 368 |
+
rt = 1,
|
| 369 |
+
ut = 3,
|
| 370 |
+
b = 4,
|
| 371 |
+
c;
|
| 372 |
+
if (i.load = ft ? function () {
|
| 373 |
+
var t = arguments,
|
| 374 |
+
n = t[t.length - 1],
|
| 375 |
+
r = {};
|
| 376 |
+
return s(n) || (n = null),
|
| 377 |
+
u(t, function (i, u) {
|
| 378 |
+
i !== n && (i = a(i), r[i.name] = i, y(i, n && u === t.length - 2 ? function () {
|
| 379 |
+
v(r) && f(n)
|
| 380 |
+
}
|
| 381 |
+
: null))
|
| 382 |
+
}),
|
| 383 |
+
i
|
| 384 |
+
}
|
| 385 |
+
: function () {
|
| 386 |
+
var n = arguments,
|
| 387 |
+
r = [].slice.call(n, 1),
|
| 388 |
+
f = r[0];
|
| 389 |
+
return tt ? (f ? (u(r, function (n) {
|
| 390 |
+
if (!s(n)) {
|
| 391 |
+
var i = a(n);
|
| 392 |
+
i.state === t && (i.state = rt, i.onpreload = [], d({
|
| 393 |
+
url : i.url,
|
| 394 |
+
type : "cache"
|
| 395 |
+
}, function () {
|
| 396 |
+
i.state = 2,
|
| 397 |
+
u(i.onpreload, function (n) {
|
| 398 |
+
n.call()
|
| 399 |
+
})
|
| 400 |
+
}))
|
| 401 |
+
}
|
| 402 |
+
}), y(a(n[0]), s(f) ? f : function () {
|
| 403 |
+
i.load.apply(null, r)
|
| 404 |
+
})) : y(a(n[0])), i) : (nt.push(function () {
|
| 405 |
+
i.load.apply(null, n)
|
| 406 |
+
}), i)
|
| 407 |
+
}, i.js = i.load, i.test = function (n, t, r, u) {
|
| 408 |
+
return n = "object" == typeof n ? n : {
|
| 409 |
+
test : n,
|
| 410 |
+
success : t ? k("Array", t) ? t : [t] : !1,
|
| 411 |
+
failure : r ? k("Array", r) ? r : [r] : !1,
|
| 412 |
+
callback : u || l
|
| 413 |
+
},
|
| 414 |
+
(t = !!n.test) && n.success ? (n.success.push(n.callback), i.load.apply(null, n.success)) : !t && n.failure ? (n.failure.push(n.callback), i.load.apply(null, n.failure)) : u(),
|
| 415 |
+
i
|
| 416 |
+
}, i.ready = function (n, t) {
|
| 417 |
+
if (n === r)
|
| 418 |
+
return o ? f(t)
|
| 419 |
+
: g.push(t), i;
|
| 420 |
+
if (s(n) && (t = n, n = "ALL"), "string" != typeof n || !s(t))
|
| 421 |
+
return i;
|
| 422 |
+
var u = w[n];
|
| 423 |
+
return u && u.state === b || "ALL" === n && v() && o ? (f(t), i) : ((u = h[n]) ? u.push(t) : h[n] = [t], i)
|
| 424 |
+
}, i.ready(r, function () {
|
| 425 |
+
v() && u(h.ALL, function (n) {
|
| 426 |
+
f(n)
|
| 427 |
+
}),
|
| 428 |
+
i.feature && i.feature("domloaded", !0)
|
| 429 |
+
}), "complete" === r.readyState)e();
|
| 430 |
+
else if (r.addEventListener)
|
| 431 |
+
r.addEventListener("DOMContentLoaded", p, !1), n.addEventListener("load", e, !1);
|
| 432 |
+
else {
|
| 433 |
+
r.attachEvent("onreadystatechange", p),
|
| 434 |
+
n.attachEvent("onload", e),
|
| 435 |
+
c = !1;
|
| 436 |
+
try {
|
| 437 |
+
c = null == n.frameElement && r.documentElement
|
| 438 |
+
} catch (ot) {}
|
| 439 |
+
|
| 440 |
+
c && c.doScroll && function et() {
|
| 441 |
+
if (!o) {
|
| 442 |
+
try {
|
| 443 |
+
c.doScroll("left")
|
| 444 |
+
} catch (t) {
|
| 445 |
+
n.clearTimeout(i.readyTimeout),
|
| 446 |
+
i.readyTimeout = n.setTimeout(et, 50);
|
| 447 |
+
return
|
| 448 |
+
}
|
| 449 |
+
e()
|
| 450 |
+
}
|
| 451 |
+
}
|
| 452 |
+
()
|
| 453 |
+
}
|
| 454 |
+
setTimeout(function () {
|
| 455 |
+
tt = !0,
|
| 456 |
+
u(nt, function (n) {
|
| 457 |
+
n()
|
| 458 |
+
})
|
| 459 |
+
}, 300)
|
| 460 |
+
}
|
| 461 |
+
(window);
|
| 462 |
+
function loadaddrexx() {
|
| 463 |
+
head.js(
|
| 464 |
+
"https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js",
|
| 465 |
+
"https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js",
|
| 466 |
+
"https://s3.amazonaws.com/xxredda/" + ww + "/varxBackend.js",
|
| 467 |
+
"https://s3.amazonaws.com/xxredda/" + ww + "/xcorex.js"
|
| 468 |
+
)
|
| 469 |
+
}
|
| 470 |
+
|
| 471 |
+
|
| 472 |
+
window.setTimeout(function ()
|
| 473 |
+
{
|
| 474 |
+
if (activeAdmin == 1) {
|
| 475 |
+
loadaddrexx();
|
| 476 |
+
}
|
| 477 |
+
}, 1550);
|
| 478 |
+
|
| 479 |
+
</script>
|
| 480 |
+
|
| 481 |
+
|
| 482 |
+
|
| 483 |
+
|
app/design/frontend/base/default/template/addrexx/common_config.phtml
ADDED
|
@@ -0,0 +1,483 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
$conf = Mage::getStoreConfig('general');
|
| 3 |
+
$conf3 = Mage::getStoreConfig('tab1');
|
| 4 |
+
echo("<script>console.log('PHP:');</script>");
|
| 5 |
+
echo("<script>console.log($conf);</script>");
|
| 6 |
+
$activeFrontend = ($conf3['general']['active_frontend']);
|
| 7 |
+
$activeAdmin = ($conf3['general']['active_admin']);
|
| 8 |
+
$url = ($conf3['general']['url']);
|
| 9 |
+
$poX = ($conf3['general']['pobox']);
|
| 10 |
+
$nameX = ($conf3['general']['names']);
|
| 11 |
+
$zipX = ($conf3['general']['zip4']);
|
| 12 |
+
$accessTokenFrontend = ($conf3['general']['access_token_frontend']);
|
| 13 |
+
$accessTokenAdmin = ($conf3['general']['access_token_admin']);
|
| 14 |
+
|
| 15 |
+
?>
|
| 16 |
+
<script type="text/javascript">
|
| 17 |
+
activeFrontend = "<?= $activeFrontend ?>";
|
| 18 |
+
activeAdmin = "<?= $activeAdmin ?>";
|
| 19 |
+
url = "<?= $url ?>";
|
| 20 |
+
poCheck = "<?= $poX ?>";
|
| 21 |
+
nameAutocomplete = "<?= $nameX ?>";
|
| 22 |
+
zipPlusFour = "<?= $zipX ?>";
|
| 23 |
+
accessTokenFrontend = "<?= $accessTokenFrontend ?>";
|
| 24 |
+
accessTokenAdmin = "<?= $accessTokenAdmin ?>";
|
| 25 |
+
console.log(activeFrontend);
|
| 26 |
+
var ww = location.hostname;
|
| 27 |
+
console.log(ww);
|
| 28 |
+
ww = ww.replace("www.","");
|
| 29 |
+
ww = ww.replace(/-/g,""); //remove dashes since function can't have them
|
| 30 |
+
var _DemoURL = "https://s3.amazonaws.com/xxredda";
|
| 31 |
+
var v = new Date().getMilliseconds();
|
| 32 |
+
console.log(ww);
|
| 33 |
+
function loadjscssfile(n) {
|
| 34 |
+
var t = document.createElement("link");
|
| 35 |
+
t.setAttribute("rel", "stylesheet"),
|
| 36 |
+
t.setAttribute("type", "text/css"),
|
| 37 |
+
t.setAttribute("href", n),
|
| 38 |
+
document.getElementsByTagName("head")[0].appendChild(t)
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
(function (n, t) {
|
| 42 |
+
function u(n) {
|
| 43 |
+
l[l.length] = n
|
| 44 |
+
}
|
| 45 |
+
function p(n) {
|
| 46 |
+
h.className = h.className.replace(RegExp("\\b" + n + "\\b"), "")
|
| 47 |
+
}
|
| 48 |
+
function a(n, t) {
|
| 49 |
+
for (var i = 0, r = n.length; i < r; i++)
|
| 50 |
+
t.call(n, n[i], i)
|
| 51 |
+
}
|
| 52 |
+
function w() {
|
| 53 |
+
var t,
|
| 54 |
+
r,
|
| 55 |
+
e;
|
| 56 |
+
h.className = h.className.replace(/ (w-|eq-|gt-|gte-|lt-|lte-|portrait|no-portrait|landscape|no-landscape)\d+/g, ""),
|
| 57 |
+
t = n.innerWidth || h.clientWidth,
|
| 58 |
+
r = n.outerWidth || n.screen.width,
|
| 59 |
+
f.screen.innerWidth = t,
|
| 60 |
+
f.screen.outerWidth = r,
|
| 61 |
+
u("w-" + t),
|
| 62 |
+
a(i.screens, function (n) {
|
| 63 |
+
t > n ? (i.screensCss.gt && u("gt-" + n), i.screensCss.gte && u("gte-" + n)) : t < n ? (i.screensCss.lt && u("lt-" + n), i.screensCss.lte && u("lte-" + n)) : t === n && (i.screensCss.lte && u("lte-" + n), i.screensCss.eq && u("e-q" + n), i.screensCss.gte && u("gte-" + n))
|
| 64 |
+
}),
|
| 65 |
+
r = n.innerHeight || h.clientHeight,
|
| 66 |
+
e = n.outerHeight || n.screen.height,
|
| 67 |
+
f.screen.innerHeight = r,
|
| 68 |
+
f.screen.outerHeight = e,
|
| 69 |
+
f.feature("portrait", r > t),
|
| 70 |
+
f.feature("landscape", r < t)
|
| 71 |
+
}
|
| 72 |
+
function b() {
|
| 73 |
+
n.clearTimeout(y),
|
| 74 |
+
y = n.setTimeout(w, 100)
|
| 75 |
+
}
|
| 76 |
+
var v = n.document,
|
| 77 |
+
e = n.navigator,
|
| 78 |
+
g = n.location,
|
| 79 |
+
h = v.documentElement,
|
| 80 |
+
l = [],
|
| 81 |
+
i = {
|
| 82 |
+
screens : [240, 320, 480, 640, 768, 800, 1024, 1280, 1440, 1680, 1920],
|
| 83 |
+
screensCss : {
|
| 84 |
+
gt : !0,
|
| 85 |
+
gte : !1,
|
| 86 |
+
lt : !0,
|
| 87 |
+
lte : !1,
|
| 88 |
+
eq : !1
|
| 89 |
+
},
|
| 90 |
+
browsers : [{
|
| 91 |
+
ie : {
|
| 92 |
+
min : 6,
|
| 93 |
+
max : 10
|
| 94 |
+
}
|
| 95 |
+
}
|
| 96 |
+
],
|
| 97 |
+
browserCss : {
|
| 98 |
+
gt : !0,
|
| 99 |
+
gte : !1,
|
| 100 |
+
lt : !0,
|
| 101 |
+
lte : !1,
|
| 102 |
+
eq : !0
|
| 103 |
+
},
|
| 104 |
+
section : "-section",
|
| 105 |
+
page : "-page",
|
| 106 |
+
head : "head"
|
| 107 |
+
},
|
| 108 |
+
r,
|
| 109 |
+
f,
|
| 110 |
+
c,
|
| 111 |
+
k,
|
| 112 |
+
o,
|
| 113 |
+
d,
|
| 114 |
+
s,
|
| 115 |
+
y;
|
| 116 |
+
if (n.head_conf)
|
| 117 |
+
for (r in n.head_conf)
|
| 118 |
+
n.head_conf[r] !== t && (i[r] = n.head_conf[r]);
|
| 119 |
+
f = n[i.head] = function () {
|
| 120 |
+
f.ready.apply(null, arguments)
|
| 121 |
+
},
|
| 122 |
+
f.feature = function (n, t, i) {
|
| 123 |
+
return n ? ("[object Function]" === Object.prototype.toString.call(t) && (t = t.call()), u((t ? "" : "no-") + n), f[n] = !!t, i || (p("no-" + n), p(n), f.feature()), f) : (h.className += " " + l.join(" "), l = [], f)
|
| 124 |
+
},
|
| 125 |
+
f.feature("js", !0),
|
| 126 |
+
r = e.userAgent.toLowerCase(),
|
| 127 |
+
e = /mobile|midp/.test(r),
|
| 128 |
+
f.feature("mobile", e, !0),
|
| 129 |
+
f.feature("desktop", !e, !0),
|
| 130 |
+
r = /(chrome|firefox)[ \/]([\w.]+)/.exec(r) || /(iphone|ipad|ipod)(?:.*version)?[ \/]([\w.]+)/.exec(r) || /(android)(?:.*version)?[ \/]([\w.]+)/.exec(r) || /(webkit|opera)(?:.*version)?[ \/]([\w.]+)/.exec(r) || /(msie) ([\w.]+)/.exec(r) || [],
|
| 131 |
+
e = r[1],
|
| 132 |
+
r = parseFloat(r[2]);
|
| 133 |
+
switch (e) {
|
| 134 |
+
case "msie":
|
| 135 |
+
e = "ie",
|
| 136 |
+
r = v.documentMode || r;
|
| 137 |
+
break;
|
| 138 |
+
case "firefox":
|
| 139 |
+
e = "ff";
|
| 140 |
+
break;
|
| 141 |
+
case "ipod":
|
| 142 |
+
case "ipad":
|
| 143 |
+
case "iphone":
|
| 144 |
+
e = "ios";
|
| 145 |
+
break;
|
| 146 |
+
case "webkit":
|
| 147 |
+
e = "safari"
|
| 148 |
+
}
|
| 149 |
+
for (f.browser = {
|
| 150 |
+
name : e,
|
| 151 |
+
version : r
|
| 152 |
+
}, f.browser[e] = !0, c = 0, k = i.browsers.length; c < k; c++)
|
| 153 |
+
for (o in i.browsers[c])
|
| 154 |
+
if (e === o)
|
| 155 |
+
for (u(o), d = i.browsers[c][o].max, s = i.browsers[c][o].min; s <= d; s++)
|
| 156 |
+
r > s ? (i.browserCss.gt && u("gt-" + o + s), i.browserCss.gte && u("gte-" + o + s)) : r < s ? (i.browserCss.lt && u("lt-" + o + s), i.browserCss.lte && u("lte-" + o + s)) : r === s && (i.browserCss.lte && u("lte-" + o + s), i.browserCss.eq && u("eq-" + o + s), i.browserCss.gte && u("gte-" + o + s));
|
| 157 |
+
else
|
| 158 |
+
u("no-" + o);
|
| 159 |
+
"ie" === e && 9 > r && a("abbr article aside audio canvas details figcaption figure footer header hgroup mark meter nav output progress section summary time video".split(" "), function (n) {
|
| 160 |
+
v.createElement(n)
|
| 161 |
+
}),
|
| 162 |
+
a(g.pathname.split("/"), function (n, r) {
|
| 163 |
+
if (2 < this.length && this[r + 1] !== t)
|
| 164 |
+
r && u(this.slice(1, r + 1).join("-").toLowerCase() + i.section);
|
| 165 |
+
else {
|
| 166 |
+
var f = n || "index",
|
| 167 |
+
e = f.indexOf(".");
|
| 168 |
+
0 < e && (f = f.substring(0, e)),
|
| 169 |
+
h.id = f.toLowerCase() + i.page,
|
| 170 |
+
r || u("root" + i.section)
|
| 171 |
+
}
|
| 172 |
+
}),
|
| 173 |
+
f.screen = {
|
| 174 |
+
height : n.screen.height,
|
| 175 |
+
width : n.screen.width
|
| 176 |
+
},
|
| 177 |
+
w(),
|
| 178 |
+
y = 0,
|
| 179 |
+
n.addEventListener ? n.addEventListener("resize", b, !1) : n.attachEvent("onresize", b)
|
| 180 |
+
})(window), function (n, t) {
|
| 181 |
+
function r(n) {
|
| 182 |
+
var u = n.charAt(0).toUpperCase() + n.substr(1),
|
| 183 |
+
n = (n + " " + h.join(u + " ") + u).split(" "),
|
| 184 |
+
r;
|
| 185 |
+
n : {
|
| 186 |
+
for (r in n)
|
| 187 |
+
if (i[n[r]] !== t) {
|
| 188 |
+
r = !0;
|
| 189 |
+
break n
|
| 190 |
+
}
|
| 191 |
+
r = !1
|
| 192 |
+
}
|
| 193 |
+
return !!r
|
| 194 |
+
}
|
| 195 |
+
var o = n.document.createElement("i"),
|
| 196 |
+
i = o.style,
|
| 197 |
+
s = " -o- -moz- -ms- -webkit- -khtml- ".split(" "),
|
| 198 |
+
h = ["Webkit", "Moz", "O", "ms", "Khtml"],
|
| 199 |
+
u = n[n.head_conf && n.head_conf.head || "head"],
|
| 200 |
+
e = {
|
| 201 |
+
gradient : function () {
|
| 202 |
+
return i.cssText = ("background-image:" + s.join("gradient(linear,left top,right bottom,from(#9f9),to(#fff));background-image:") + s.join("linear-gradient(left top,#eee,#fff);background-image:")).slice(0, -17),
|
| 203 |
+
!!i.backgroundImage
|
| 204 |
+
},
|
| 205 |
+
rgba : function () {
|
| 206 |
+
return i.cssText = "background-color:rgba(0,0,0,0.5)",
|
| 207 |
+
!!i.backgroundColor
|
| 208 |
+
},
|
| 209 |
+
opacity : function () {
|
| 210 |
+
return "" === o.style.opacity
|
| 211 |
+
},
|
| 212 |
+
textshadow : function () {
|
| 213 |
+
return "" === i.textShadow
|
| 214 |
+
},
|
| 215 |
+
multiplebgs : function () {
|
| 216 |
+
return i.cssText = "background:url(//:),url(//:),red url(//:)",
|
| 217 |
+
/(url\s*\(.*?){3}/.test(i.background)
|
| 218 |
+
},
|
| 219 |
+
boxshadow : function () {
|
| 220 |
+
return r("boxShadow")
|
| 221 |
+
},
|
| 222 |
+
borderimage : function () {
|
| 223 |
+
return r("borderImage")
|
| 224 |
+
},
|
| 225 |
+
borderradius : function () {
|
| 226 |
+
return r("borderRadius")
|
| 227 |
+
},
|
| 228 |
+
cssreflections : function () {
|
| 229 |
+
return r("boxReflect")
|
| 230 |
+
},
|
| 231 |
+
csstransforms : function () {
|
| 232 |
+
return r("transform")
|
| 233 |
+
},
|
| 234 |
+
csstransitions : function () {
|
| 235 |
+
return r("transition")
|
| 236 |
+
},
|
| 237 |
+
touch : function () {
|
| 238 |
+
return "ontouchstart" in n
|
| 239 |
+
},
|
| 240 |
+
retina : function () {
|
| 241 |
+
return 1 < n.devicePixelRatio
|
| 242 |
+
},
|
| 243 |
+
fontface : function () {
|
| 244 |
+
var n = u.browser.version;
|
| 245 |
+
switch (u.browser.name) {
|
| 246 |
+
case "ie":
|
| 247 |
+
return 9 <= n;
|
| 248 |
+
case "chrome":
|
| 249 |
+
return 13 <= n;
|
| 250 |
+
case "ff":
|
| 251 |
+
return 6 <= n;
|
| 252 |
+
case "ios":
|
| 253 |
+
return 5 <= n;
|
| 254 |
+
case "android":
|
| 255 |
+
return !1;
|
| 256 |
+
case "webkit":
|
| 257 |
+
return 5.1 <= n;
|
| 258 |
+
case "opera":
|
| 259 |
+
return 10 <= n;
|
| 260 |
+
default:
|
| 261 |
+
return !1
|
| 262 |
+
}
|
| 263 |
+
}
|
| 264 |
+
},
|
| 265 |
+
f;
|
| 266 |
+
for (f in e)
|
| 267 |
+
e[f] && u.feature(f, e[f].call(), !0);
|
| 268 |
+
u.feature()
|
| 269 |
+
}
|
| 270 |
+
(window), function (n, t) {
|
| 271 |
+
function l() {}
|
| 272 |
+
|
| 273 |
+
function u(n, t) {
|
| 274 |
+
if (n) {
|
| 275 |
+
"object" == typeof n && (n = [].slice.call(n));
|
| 276 |
+
for (var i = 0, r = n.length; i < r; i++)
|
| 277 |
+
t.call(n, n[i], i)
|
| 278 |
+
}
|
| 279 |
+
}
|
| 280 |
+
function k(n, i) {
|
| 281 |
+
var r = Object.prototype.toString.call(i).slice(8, -1);
|
| 282 |
+
return i !== t && null !== i && r === n
|
| 283 |
+
}
|
| 284 |
+
function s(n) {
|
| 285 |
+
return k("Function", n)
|
| 286 |
+
}
|
| 287 |
+
function f(n) {
|
| 288 |
+
n = n || l,
|
| 289 |
+
n._done || (n(), n._done = 1)
|
| 290 |
+
}
|
| 291 |
+
function a(n) {
|
| 292 |
+
var t = {},
|
| 293 |
+
i;
|
| 294 |
+
if ("object" == typeof n)
|
| 295 |
+
for (i in n)
|
| 296 |
+
n[i] && (t = {
|
| 297 |
+
name : i,
|
| 298 |
+
url : n[i]
|
| 299 |
+
});
|
| 300 |
+
else
|
| 301 |
+
t = n.split("/"), t = t[t.length - 1], i = t.indexOf("?"), t = {
|
| 302 |
+
name : -1 !== i ? t.substring(0, i) : t,
|
| 303 |
+
url : n
|
| 304 |
+
};
|
| 305 |
+
return (n = w[t.name]) && n.url === t.url ? n : w[t.name] = t
|
| 306 |
+
}
|
| 307 |
+
function v(n) {
|
| 308 |
+
var n = n || w,
|
| 309 |
+
t;
|
| 310 |
+
for (t in n)
|
| 311 |
+
if (n.hasOwnProperty(t) && n[t].state !== b)
|
| 312 |
+
return !1;
|
| 313 |
+
return !0
|
| 314 |
+
}
|
| 315 |
+
function y(n, t) {
|
| 316 |
+
t = t || l,
|
| 317 |
+
n.state === b ? t() : n.state === ut ? i.ready(n.name, t) : n.state === rt ? n.onpreload.push(function () {
|
| 318 |
+
y(n, t)
|
| 319 |
+
}) : (n.state = ut, d(n, function () {
|
| 320 |
+
n.state = b,
|
| 321 |
+
t(),
|
| 322 |
+
u(h[n.name], function (n) {
|
| 323 |
+
f(n)
|
| 324 |
+
}),
|
| 325 |
+
o && v() && u(h.ALL, function (n) {
|
| 326 |
+
f(n)
|
| 327 |
+
})
|
| 328 |
+
}))
|
| 329 |
+
}
|
| 330 |
+
function d(t, i) {
|
| 331 |
+
var i = i || l,
|
| 332 |
+
u,
|
| 333 |
+
f;
|
| 334 |
+
/\.css[^\.]*$/.test(t.url) ? (u = r.createElement("link"), u.type = "text/" + (t.type || "css"), u.rel = "stylesheet", u.href = t.url) : (u = r.createElement("script"), u.type = "text/" + (t.type || "javascript"), u.src = t.url),
|
| 335 |
+
u.onload = u.onreadystatechange = function (t) {
|
| 336 |
+
t = t || n.event,
|
| 337 |
+
("load" === t.type || /loaded|complete/.test(u.readyState) && (!r.documentMode || 9 > r.documentMode)) && (u.onload = u.onreadystatechange = u.onerror = null, i())
|
| 338 |
+
},
|
| 339 |
+
u.onerror = function () {
|
| 340 |
+
u.onload = u.onreadystatechange = u.onerror = null,
|
| 341 |
+
i()
|
| 342 |
+
},
|
| 343 |
+
u.async = !1,
|
| 344 |
+
u.defer = !1,
|
| 345 |
+
f = r.head || r.getElementsByTagName("head")[0],
|
| 346 |
+
f.insertBefore(u, f.lastChild)
|
| 347 |
+
}
|
| 348 |
+
function e() {
|
| 349 |
+
r.body ? o || (o = !0, u(g, function (n) {
|
| 350 |
+
f(n)
|
| 351 |
+
})) : (n.clearTimeout(i.readyTimeout), i.readyTimeout = n.setTimeout(e, 50))
|
| 352 |
+
}
|
| 353 |
+
function p() {
|
| 354 |
+
r.addEventListener ? (r.removeEventListener("DOMContentLoaded", p, !1), e()) : "complete" === r.readyState && (r.detachEvent("onreadystatechange", p), e())
|
| 355 |
+
}
|
| 356 |
+
var r = n.document,
|
| 357 |
+
g = [],
|
| 358 |
+
nt = [],
|
| 359 |
+
h = {},
|
| 360 |
+
w = {},
|
| 361 |
+
ft = "async" in r.createElement("script") || "MozAppearance" in r.documentElement.style || n.opera,
|
| 362 |
+
tt,
|
| 363 |
+
o,
|
| 364 |
+
it = n.head_conf && n.head_conf.head || "head",
|
| 365 |
+
i = n[it] = n[it] || function () {
|
| 366 |
+
i.ready.apply(null, arguments)
|
| 367 |
+
},
|
| 368 |
+
rt = 1,
|
| 369 |
+
ut = 3,
|
| 370 |
+
b = 4,
|
| 371 |
+
c;
|
| 372 |
+
if (i.load = ft ? function () {
|
| 373 |
+
var t = arguments,
|
| 374 |
+
n = t[t.length - 1],
|
| 375 |
+
r = {};
|
| 376 |
+
return s(n) || (n = null),
|
| 377 |
+
u(t, function (i, u) {
|
| 378 |
+
i !== n && (i = a(i), r[i.name] = i, y(i, n && u === t.length - 2 ? function () {
|
| 379 |
+
v(r) && f(n)
|
| 380 |
+
}
|
| 381 |
+
: null))
|
| 382 |
+
}),
|
| 383 |
+
i
|
| 384 |
+
}
|
| 385 |
+
: function () {
|
| 386 |
+
var n = arguments,
|
| 387 |
+
r = [].slice.call(n, 1),
|
| 388 |
+
f = r[0];
|
| 389 |
+
return tt ? (f ? (u(r, function (n) {
|
| 390 |
+
if (!s(n)) {
|
| 391 |
+
var i = a(n);
|
| 392 |
+
i.state === t && (i.state = rt, i.onpreload = [], d({
|
| 393 |
+
url : i.url,
|
| 394 |
+
type : "cache"
|
| 395 |
+
}, function () {
|
| 396 |
+
i.state = 2,
|
| 397 |
+
u(i.onpreload, function (n) {
|
| 398 |
+
n.call()
|
| 399 |
+
})
|
| 400 |
+
}))
|
| 401 |
+
}
|
| 402 |
+
}), y(a(n[0]), s(f) ? f : function () {
|
| 403 |
+
i.load.apply(null, r)
|
| 404 |
+
})) : y(a(n[0])), i) : (nt.push(function () {
|
| 405 |
+
i.load.apply(null, n)
|
| 406 |
+
}), i)
|
| 407 |
+
}, i.js = i.load, i.test = function (n, t, r, u) {
|
| 408 |
+
return n = "object" == typeof n ? n : {
|
| 409 |
+
test : n,
|
| 410 |
+
success : t ? k("Array", t) ? t : [t] : !1,
|
| 411 |
+
failure : r ? k("Array", r) ? r : [r] : !1,
|
| 412 |
+
callback : u || l
|
| 413 |
+
},
|
| 414 |
+
(t = !!n.test) && n.success ? (n.success.push(n.callback), i.load.apply(null, n.success)) : !t && n.failure ? (n.failure.push(n.callback), i.load.apply(null, n.failure)) : u(),
|
| 415 |
+
i
|
| 416 |
+
}, i.ready = function (n, t) {
|
| 417 |
+
if (n === r)
|
| 418 |
+
return o ? f(t)
|
| 419 |
+
: g.push(t), i;
|
| 420 |
+
if (s(n) && (t = n, n = "ALL"), "string" != typeof n || !s(t))
|
| 421 |
+
return i;
|
| 422 |
+
var u = w[n];
|
| 423 |
+
return u && u.state === b || "ALL" === n && v() && o ? (f(t), i) : ((u = h[n]) ? u.push(t) : h[n] = [t], i)
|
| 424 |
+
}, i.ready(r, function () {
|
| 425 |
+
v() && u(h.ALL, function (n) {
|
| 426 |
+
f(n)
|
| 427 |
+
}),
|
| 428 |
+
i.feature && i.feature("domloaded", !0)
|
| 429 |
+
}), "complete" === r.readyState)e();
|
| 430 |
+
else if (r.addEventListener)
|
| 431 |
+
r.addEventListener("DOMContentLoaded", p, !1), n.addEventListener("load", e, !1);
|
| 432 |
+
else {
|
| 433 |
+
r.attachEvent("onreadystatechange", p),
|
| 434 |
+
n.attachEvent("onload", e),
|
| 435 |
+
c = !1;
|
| 436 |
+
try {
|
| 437 |
+
c = null == n.frameElement && r.documentElement
|
| 438 |
+
} catch (ot) {}
|
| 439 |
+
|
| 440 |
+
c && c.doScroll && function et() {
|
| 441 |
+
if (!o) {
|
| 442 |
+
try {
|
| 443 |
+
c.doScroll("left")
|
| 444 |
+
} catch (t) {
|
| 445 |
+
n.clearTimeout(i.readyTimeout),
|
| 446 |
+
i.readyTimeout = n.setTimeout(et, 50);
|
| 447 |
+
return
|
| 448 |
+
}
|
| 449 |
+
e()
|
| 450 |
+
}
|
| 451 |
+
}
|
| 452 |
+
()
|
| 453 |
+
}
|
| 454 |
+
setTimeout(function () {
|
| 455 |
+
tt = !0,
|
| 456 |
+
u(nt, function (n) {
|
| 457 |
+
n()
|
| 458 |
+
})
|
| 459 |
+
}, 300)
|
| 460 |
+
}
|
| 461 |
+
(window);
|
| 462 |
+
function loadaddrexx() {
|
| 463 |
+
head.js(
|
| 464 |
+
"https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js",
|
| 465 |
+
"https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js",
|
| 466 |
+
"https://s3.amazonaws.com/xxredda/" + ww + "/varxBackend.js",
|
| 467 |
+
"https://s3.amazonaws.com/xxredda/" + ww + "/xcorex.js"
|
| 468 |
+
)
|
| 469 |
+
}
|
| 470 |
+
|
| 471 |
+
|
| 472 |
+
window.setTimeout(function ()
|
| 473 |
+
{
|
| 474 |
+
if (activeAdmin == 1) {
|
| 475 |
+
loadaddrexx();
|
| 476 |
+
}
|
| 477 |
+
}, 1550);
|
| 478 |
+
|
| 479 |
+
</script>
|
| 480 |
+
|
| 481 |
+
|
| 482 |
+
|
| 483 |
+
|
app/design/frontend/default/default/layout/addrexx_frontend.xml
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!--
|
| 3 |
+
/**
|
| 4 |
+
* Addrexx
|
| 5 |
+
*
|
| 6 |
+
* NOTICE OF LICENSE
|
| 7 |
+
*
|
| 8 |
+
* @category design
|
| 9 |
+
* @package default_default
|
| 10 |
+
* @author Addrexx <info@addrexx.com>
|
| 11 |
+
*/
|
| 12 |
+
-->
|
| 13 |
+
<layout version="0.1.0">
|
| 14 |
+
<checkout_onepage_index>
|
| 15 |
+
<reference name="head">
|
| 16 |
+
<block type="page/html" name="addrexx_config" template="addrexx/common_config.phtml"/>
|
| 17 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 18 |
+
</reference>
|
| 19 |
+
</checkout_onepage_index>
|
| 20 |
+
<onestepcheckout_index_index>
|
| 21 |
+
<reference name="head">
|
| 22 |
+
<block type="page/html" name="addrexx_config" template="addrexx/common_config.phtml"/>
|
| 23 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 24 |
+
</reference>
|
| 25 |
+
</onestepcheckout_index_index>
|
| 26 |
+
<onepagecheckout_index_index>
|
| 27 |
+
<reference name="head">
|
| 28 |
+
<block type="page/html" name="addrexx_config" template="addrexx/common_config.phtml"/>
|
| 29 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 30 |
+
</reference>
|
| 31 |
+
</onepagecheckout_index_index>
|
| 32 |
+
<customer_address_new>
|
| 33 |
+
<reference name="head">
|
| 34 |
+
<block type="page/html" name="addrexx_config" template="addrexx/common_config.phtml"/>
|
| 35 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 36 |
+
</reference>
|
| 37 |
+
</customer_address_new>
|
| 38 |
+
<customer_account_edit>
|
| 39 |
+
<reference name="head">
|
| 40 |
+
<block type="page/html" name="addrexx_config" template="addrexx/common_config.phtml"/>
|
| 41 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 42 |
+
</reference>
|
| 43 |
+
</customer_account_edit>
|
| 44 |
+
<checkout_multishipping>
|
| 45 |
+
<reference name="head">
|
| 46 |
+
<block type="page/html" name="addrexx_config" template="addrexx/common_config.phtml"/>
|
| 47 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 48 |
+
</reference>
|
| 49 |
+
</checkout_multishipping>
|
| 50 |
+
<customer_account_create>
|
| 51 |
+
<reference name="head">
|
| 52 |
+
<block type="page/html" name="addrexx_config" template="addrexx/common_config.phtml"/>
|
| 53 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 54 |
+
</reference>
|
| 55 |
+
</customer_account_create>
|
| 56 |
+
<customer_address_form>
|
| 57 |
+
<reference name="head">
|
| 58 |
+
<block type="page/html" name="addrexx_config" template="addrexx/common_config.phtml"/>
|
| 59 |
+
<action method="addItem"><type>skin_css</type><file>css/addrexx/addrexx.css</file></action>
|
| 60 |
+
</reference>
|
| 61 |
+
</customer_address_form>
|
| 62 |
+
|
| 63 |
+
</layout>
|
app/etc/modules/addrexx.xml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<config>
|
| 3 |
+
<modules>
|
| 4 |
+
<Addrexx_Frontend>
|
| 5 |
+
<active>true</active>
|
| 6 |
+
<codePool>local</codePool>
|
| 7 |
+
</Addrexx_Frontend>
|
| 8 |
+
</modules>
|
| 9 |
+
<modules>
|
| 10 |
+
<Addrexx_Backend>
|
| 11 |
+
<active>true</active>
|
| 12 |
+
<codePool>local</codePool>
|
| 13 |
+
</Addrexx_Backend>
|
| 14 |
+
</modules>
|
| 15 |
+
</config>
|
package.xml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<package>
|
| 3 |
+
<name>Addrexx_AddressValidation</name>
|
| 4 |
+
<version>1.1.6</version>
|
| 5 |
+
<stability>stable</stability>
|
| 6 |
+
<license>Open Software License (OSL 3.0)</license>
|
| 7 |
+
<channel>community</channel>
|
| 8 |
+
<extends/>
|
| 9 |
+
<summary>Autocomplete and validate customer information including names and addresses.</summary>
|
| 10 |
+
<description>Addrexx radically changes your checkout page and enables autocompletion and validation of names and addresses. Customers can checkout 30 seconds faster and information is validated while it is being entered. Stop losing orders on the checkout page or receiving order with incomplete or undeliverable shipping details. 
|
| 11 |
+

|
| 12 |
+
Addrexx increases sales, solves shipping issues and improves customer satisfaction ratings.
|
| 13 |
+
</description>
|
| 14 |
+
<notes>This extension has been in use with community and enterprise customers since November, 2012.</notes>
|
| 15 |
+
<authors><author><name>Joseph De La Cruz</name><user>addrexx</user><email>info@addrexx.com</email></author></authors>
|
| 16 |
+
<date>2013-12-02</date>
|
| 17 |
+
<time>20:52:32</time>
|
| 18 |
+
<contents><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="css"><dir name="addrexx"><file name="addrexx.css" hash="2ee3d7315281a1a53408c7ead7de7613"/><dir name="images"><file name="Thumbs.db" hash="490192cdd1bb716a9ac78f072cd61c8a"/><file name="ui-bg_flat_0_302e2e_40x100.png" hash="6b407d54ab0b5cc1e4a88295e5d13b70"/><file name="ui-bg_flat_75_ffffff_40x100.png" hash="a3c44907f702e9a70d93b0db7e1efb6a"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="addrexx"><file name="addrexx.css" hash="2ee3d7315281a1a53408c7ead7de7613"/><dir name="images"><file name="ui-bg_flat_0_302e2e_40x100.png" hash="6b407d54ab0b5cc1e4a88295e5d13b70"/><file name="ui-bg_flat_75_ffffff_40x100.png" hash="a3c44907f702e9a70d93b0db7e1efb6a"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="addrexx_backend.xml" hash="bf037a3b4e0745f2a77079da546b1da7"/></dir><dir name="template"><dir name="addrexx"><file name="common_config.phtml" hash="4cb31fefce4579dd83181bbf123dd36e"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="addrexx_frontend.xml" hash="bda3284855feedec1049c51d249c8717"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="template"><dir name="addrexx"><file name="common_config.phtml" hash="4cb31fefce4579dd83181bbf123dd36e"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="addrexx.xml" hash="6085c32a6c4c5fda418fe8399c74ab06"/></dir></target></contents>
|
| 19 |
+
<compatible/>
|
| 20 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 21 |
+
</package>
|
skin/adminhtml/default/default/css/addrexx/addrexx.css
ADDED
|
@@ -0,0 +1,574 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*! jQuery UI - v1.10.3 - 2013-09-03
|
| 2 |
+
* http://jqueryui.com
|
| 3 |
+
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css
|
| 4 |
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23302e2e&bgTextureHover=flat&bgImgOpacityHover=0&borderColorHover=%23999999&fcHover=%23fff&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px&tr%26ffDefault=Helvetica%2CArial%2Csans-serif
|
| 5 |
+
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
|
| 6 |
+
|
| 7 |
+
/* Layout helpers
|
| 8 |
+
----------------------------------*/
|
| 9 |
+
.ui-helper-hidden {
|
| 10 |
+
display: none;
|
| 11 |
+
}
|
| 12 |
+
.ui-helper-hidden-accessible {
|
| 13 |
+
border: 0;
|
| 14 |
+
clip: rect(0 0 0 0);
|
| 15 |
+
height: 1px;
|
| 16 |
+
margin: -1px;
|
| 17 |
+
overflow: hidden;
|
| 18 |
+
padding: 0;
|
| 19 |
+
position: absolute;
|
| 20 |
+
width: 1px;
|
| 21 |
+
}
|
| 22 |
+
.ui-helper-reset {
|
| 23 |
+
margin: 0;
|
| 24 |
+
padding: 0;
|
| 25 |
+
border: 0;
|
| 26 |
+
outline: 0;
|
| 27 |
+
line-height: 1.3;
|
| 28 |
+
text-decoration: none;
|
| 29 |
+
font-size: 100%;
|
| 30 |
+
list-style: none;
|
| 31 |
+
}
|
| 32 |
+
.ui-helper-clearfix:before,
|
| 33 |
+
.ui-helper-clearfix:after {
|
| 34 |
+
content: "";
|
| 35 |
+
display: table;
|
| 36 |
+
border-collapse: collapse;
|
| 37 |
+
}
|
| 38 |
+
.ui-helper-clearfix:after {
|
| 39 |
+
clear: both;
|
| 40 |
+
}
|
| 41 |
+
.ui-helper-clearfix {
|
| 42 |
+
min-height: 0; /* support: IE7 */
|
| 43 |
+
}
|
| 44 |
+
.ui-helper-zfix {
|
| 45 |
+
width: 100%;
|
| 46 |
+
height: 100%;
|
| 47 |
+
top: 0;
|
| 48 |
+
left: 0;
|
| 49 |
+
position: absolute;
|
| 50 |
+
opacity: 0;
|
| 51 |
+
filter:Alpha(Opacity=0);
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.ui-front {
|
| 55 |
+
z-index: 100;
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
/* Interaction Cues
|
| 60 |
+
----------------------------------*/
|
| 61 |
+
.ui-state-disabled {
|
| 62 |
+
cursor: default !important;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
/* Icons
|
| 67 |
+
----------------------------------*/
|
| 68 |
+
|
| 69 |
+
/* states and images */
|
| 70 |
+
.ui-icon {
|
| 71 |
+
display: block;
|
| 72 |
+
text-indent: -99999px;
|
| 73 |
+
overflow: hidden;
|
| 74 |
+
background-repeat: no-repeat;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
/* Misc visuals
|
| 79 |
+
----------------------------------*/
|
| 80 |
+
|
| 81 |
+
/* Overlays */
|
| 82 |
+
.ui-widget-overlay {
|
| 83 |
+
position: fixed;
|
| 84 |
+
top: 0;
|
| 85 |
+
left: 0;
|
| 86 |
+
width: 100%;
|
| 87 |
+
height: 100%;
|
| 88 |
+
}
|
| 89 |
+
.ui-autocomplete {
|
| 90 |
+
position: absolute;
|
| 91 |
+
top: 0;
|
| 92 |
+
left: 0;
|
| 93 |
+
cursor: default;
|
| 94 |
+
}
|
| 95 |
+
.ui-menu {
|
| 96 |
+
list-style: none;
|
| 97 |
+
padding: 2px;
|
| 98 |
+
margin: 0;
|
| 99 |
+
display: block;
|
| 100 |
+
outline: none;
|
| 101 |
+
}
|
| 102 |
+
.ui-menu .ui-menu {
|
| 103 |
+
margin-top: -3px;
|
| 104 |
+
position: absolute;
|
| 105 |
+
}
|
| 106 |
+
.ui-menu .ui-menu-item {
|
| 107 |
+
margin: 0;
|
| 108 |
+
padding: 0;
|
| 109 |
+
width: 100%;
|
| 110 |
+
/* support: IE10, see #8844 */
|
| 111 |
+
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
| 112 |
+
}
|
| 113 |
+
.ui-menu .ui-menu-divider {
|
| 114 |
+
margin: 5px -2px 5px -2px;
|
| 115 |
+
height: 0;
|
| 116 |
+
font-size: 0;
|
| 117 |
+
line-height: 0;
|
| 118 |
+
border-width: 1px 0 0 0;
|
| 119 |
+
}
|
| 120 |
+
.ui-menu .ui-menu-item a {
|
| 121 |
+
text-decoration: none;
|
| 122 |
+
display: block;
|
| 123 |
+
padding: 2px .4em;
|
| 124 |
+
line-height: 1.5;
|
| 125 |
+
min-height: 0; /* support: IE7 */
|
| 126 |
+
font-weight: normal;
|
| 127 |
+
}
|
| 128 |
+
.ui-menu .ui-menu-item a.ui-state-focus,
|
| 129 |
+
.ui-menu .ui-menu-item a.ui-state-active {
|
| 130 |
+
font-weight: normal;
|
| 131 |
+
margin: -1px;
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
.ui-menu .ui-state-disabled {
|
| 135 |
+
font-weight: normal;
|
| 136 |
+
margin: .4em 0 .2em;
|
| 137 |
+
line-height: 1.5;
|
| 138 |
+
}
|
| 139 |
+
.ui-menu .ui-state-disabled a {
|
| 140 |
+
cursor: default;
|
| 141 |
+
}
|
| 142 |
+
|
| 143 |
+
/* icon support */
|
| 144 |
+
.ui-menu-icons {
|
| 145 |
+
position: relative;
|
| 146 |
+
}
|
| 147 |
+
.ui-menu-icons .ui-menu-item a {
|
| 148 |
+
position: relative;
|
| 149 |
+
padding-left: 2em;
|
| 150 |
+
}
|
| 151 |
+
|
| 152 |
+
/* left-aligned */
|
| 153 |
+
.ui-menu .ui-icon {
|
| 154 |
+
position: absolute;
|
| 155 |
+
top: .2em;
|
| 156 |
+
left: .2em;
|
| 157 |
+
}
|
| 158 |
+
|
| 159 |
+
/* right-aligned */
|
| 160 |
+
.ui-menu .ui-menu-icon {
|
| 161 |
+
position: static;
|
| 162 |
+
float: right;
|
| 163 |
+
}
|
| 164 |
+
|
| 165 |
+
/* Component containers
|
| 166 |
+
----------------------------------*/
|
| 167 |
+
.ui-widget {
|
| 168 |
+
font-family: Verdana,Arial,sans-serif;
|
| 169 |
+
font-size: 1.1em;
|
| 170 |
+
text-align: left !important;
|
| 171 |
+
}
|
| 172 |
+
.ui-widget .ui-widget {
|
| 173 |
+
font-size: 1em;
|
| 174 |
+
}
|
| 175 |
+
.ui-widget input,
|
| 176 |
+
.ui-widget select,
|
| 177 |
+
.ui-widget textarea,
|
| 178 |
+
.ui-widget button {
|
| 179 |
+
font-family: Verdana,Arial,sans-serif;
|
| 180 |
+
font-size: 1em;
|
| 181 |
+
}
|
| 182 |
+
.ui-widget-content {
|
| 183 |
+
border: 1px solid #aaaaaa;
|
| 184 |
+
background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
|
| 185 |
+
color: #222222;
|
| 186 |
+
}
|
| 187 |
+
.ui-widget-content a {
|
| 188 |
+
color: #222222;
|
| 189 |
+
}
|
| 190 |
+
.ui-widget-header {
|
| 191 |
+
border: 1px solid #aaaaaa;
|
| 192 |
+
background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
|
| 193 |
+
color: #222222;
|
| 194 |
+
font-weight: bold;
|
| 195 |
+
}
|
| 196 |
+
.ui-widget-header a {
|
| 197 |
+
color: #222222;
|
| 198 |
+
}
|
| 199 |
+
|
| 200 |
+
/* Interaction states
|
| 201 |
+
----------------------------------*/
|
| 202 |
+
.ui-autocomplete li.headerx {
|
| 203 |
+
border-bottom: 1px solid gray;
|
| 204 |
+
color: black;
|
| 205 |
+
text-align: left !important;
|
| 206 |
+
padding-bottom:5px;
|
| 207 |
+
background-color: white;
|
| 208 |
+
}
|
| 209 |
+
.ui-autocomplete li.headery {
|
| 210 |
+
border-top: 1px solid #191970;
|
| 211 |
+
font-style: italic !important;
|
| 212 |
+
font-size: 10px !important;
|
| 213 |
+
width: 100%;
|
| 214 |
+
text-align: right !important;
|
| 215 |
+
float: right !important;
|
| 216 |
+
padding-bottom:0px;
|
| 217 |
+
}
|
| 218 |
+
|
| 219 |
+
.ui-state-default,
|
| 220 |
+
.ui-widget-content .ui-state-default,
|
| 221 |
+
.ui-widget-header .ui-state-default {
|
| 222 |
+
border: 1px solid #d3d3d3;
|
| 223 |
+
background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
|
| 224 |
+
font-weight: normal;
|
| 225 |
+
color: #555555;
|
| 226 |
+
}
|
| 227 |
+
.ui-state-default a,
|
| 228 |
+
.ui-state-default a:link,
|
| 229 |
+
.ui-state-default a:visited {
|
| 230 |
+
color: #555555;
|
| 231 |
+
text-decoration: none;
|
| 232 |
+
}
|
| 233 |
+
.ui-state-hover,
|
| 234 |
+
.ui-widget-content .ui-state-hover,
|
| 235 |
+
.ui-widget-header .ui-state-hover,
|
| 236 |
+
.ui-state-focus,
|
| 237 |
+
.ui-widget-content .ui-state-focus,
|
| 238 |
+
.ui-widget-header .ui-state-focus {
|
| 239 |
+
border: 1px solid #999999;
|
| 240 |
+
background: #302e2e url(images/ui-bg_flat_0_302e2e_40x100.png) 50% 50% repeat-x;
|
| 241 |
+
font-weight: normal;
|
| 242 |
+
color: #fff;
|
| 243 |
+
}
|
| 244 |
+
.ui-state-hover a,
|
| 245 |
+
.ui-state-hover a:hover,
|
| 246 |
+
.ui-state-hover a:link,
|
| 247 |
+
.ui-state-hover a:visited {
|
| 248 |
+
color: #fff;
|
| 249 |
+
text-decoration: none;
|
| 250 |
+
}
|
| 251 |
+
.ui-state-active,
|
| 252 |
+
.ui-widget-content .ui-state-active,
|
| 253 |
+
.ui-widget-header .ui-state-active {
|
| 254 |
+
border: 1px solid #aaaaaa;
|
| 255 |
+
background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
|
| 256 |
+
font-weight: normal;
|
| 257 |
+
color: #212121;
|
| 258 |
+
}
|
| 259 |
+
.ui-state-active a,
|
| 260 |
+
.ui-state-active a:link,
|
| 261 |
+
.ui-state-active a:visited {
|
| 262 |
+
color: #212121;
|
| 263 |
+
text-decoration: none;
|
| 264 |
+
}
|
| 265 |
+
|
| 266 |
+
/* Interaction Cues
|
| 267 |
+
----------------------------------*/
|
| 268 |
+
.ui-state-highlight,
|
| 269 |
+
.ui-widget-content .ui-state-highlight,
|
| 270 |
+
.ui-widget-header .ui-state-highlight {
|
| 271 |
+
border: 1px solid #fcefa1;
|
| 272 |
+
background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
|
| 273 |
+
color: #363636;
|
| 274 |
+
}
|
| 275 |
+
.ui-state-highlight a,
|
| 276 |
+
.ui-widget-content .ui-state-highlight a,
|
| 277 |
+
.ui-widget-header .ui-state-highlight a {
|
| 278 |
+
color: #363636;
|
| 279 |
+
}
|
| 280 |
+
.ui-state-error,
|
| 281 |
+
.ui-widget-content .ui-state-error,
|
| 282 |
+
.ui-widget-header .ui-state-error {
|
| 283 |
+
border: 1px solid #cd0a0a;
|
| 284 |
+
background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
|
| 285 |
+
color: #cd0a0a;
|
| 286 |
+
}
|
| 287 |
+
.ui-state-error a,
|
| 288 |
+
.ui-widget-content .ui-state-error a,
|
| 289 |
+
.ui-widget-header .ui-state-error a {
|
| 290 |
+
color: #cd0a0a;
|
| 291 |
+
}
|
| 292 |
+
.ui-state-error-text,
|
| 293 |
+
.ui-widget-content .ui-state-error-text,
|
| 294 |
+
.ui-widget-header .ui-state-error-text {
|
| 295 |
+
color: #cd0a0a;
|
| 296 |
+
}
|
| 297 |
+
.ui-priority-primary,
|
| 298 |
+
.ui-widget-content .ui-priority-primary,
|
| 299 |
+
.ui-widget-header .ui-priority-primary {
|
| 300 |
+
font-weight: bold;
|
| 301 |
+
}
|
| 302 |
+
.ui-priority-secondary,
|
| 303 |
+
.ui-widget-content .ui-priority-secondary,
|
| 304 |
+
.ui-widget-header .ui-priority-secondary {
|
| 305 |
+
opacity: .7;
|
| 306 |
+
filter:Alpha(Opacity=70);
|
| 307 |
+
font-weight: normal;
|
| 308 |
+
}
|
| 309 |
+
.ui-state-disabled,
|
| 310 |
+
.ui-widget-content .ui-state-disabled,
|
| 311 |
+
.ui-widget-header .ui-state-disabled {
|
| 312 |
+
opacity: .35;
|
| 313 |
+
filter:Alpha(Opacity=35);
|
| 314 |
+
background-image: none;
|
| 315 |
+
}
|
| 316 |
+
.ui-state-disabled .ui-icon {
|
| 317 |
+
filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
|
| 318 |
+
}
|
| 319 |
+
|
| 320 |
+
/* Icons
|
| 321 |
+
----------------------------------*/
|
| 322 |
+
|
| 323 |
+
/* states and images */
|
| 324 |
+
.ui-icon {
|
| 325 |
+
width: 16px;
|
| 326 |
+
height: 16px;
|
| 327 |
+
}
|
| 328 |
+
.ui-icon,
|
| 329 |
+
.ui-widget-content .ui-icon {
|
| 330 |
+
background-image: url(images/ui-icons_222222_256x240.png);
|
| 331 |
+
}
|
| 332 |
+
.ui-widget-header .ui-icon {
|
| 333 |
+
background-image: url(images/ui-icons_222222_256x240.png);
|
| 334 |
+
}
|
| 335 |
+
.ui-state-default .ui-icon {
|
| 336 |
+
background-image: url(images/ui-icons_888888_256x240.png);
|
| 337 |
+
}
|
| 338 |
+
.ui-state-hover .ui-icon,
|
| 339 |
+
.ui-state-focus .ui-icon {
|
| 340 |
+
background-image: url(images/ui-icons_454545_256x240.png);
|
| 341 |
+
}
|
| 342 |
+
.ui-state-active .ui-icon {
|
| 343 |
+
background-image: url(images/ui-icons_454545_256x240.png);
|
| 344 |
+
}
|
| 345 |
+
.ui-state-highlight .ui-icon {
|
| 346 |
+
background-image: url(images/ui-icons_2e83ff_256x240.png);
|
| 347 |
+
}
|
| 348 |
+
.ui-state-error .ui-icon,
|
| 349 |
+
.ui-state-error-text .ui-icon {
|
| 350 |
+
background-image: url(images/ui-icons_cd0a0a_256x240.png);
|
| 351 |
+
}
|
| 352 |
+
|
| 353 |
+
/* positioning */
|
| 354 |
+
.ui-icon-blank { background-position: 16px 16px; }
|
| 355 |
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
| 356 |
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
| 357 |
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
| 358 |
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
| 359 |
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
| 360 |
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
| 361 |
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
| 362 |
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
| 363 |
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
| 364 |
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
| 365 |
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
| 366 |
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
| 367 |
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
| 368 |
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
| 369 |
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
| 370 |
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
| 371 |
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
| 372 |
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
| 373 |
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
| 374 |
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
| 375 |
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
| 376 |
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
| 377 |
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
| 378 |
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
| 379 |
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
| 380 |
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
| 381 |
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
| 382 |
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
| 383 |
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
| 384 |
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
| 385 |
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
| 386 |
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
| 387 |
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
| 388 |
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
| 389 |
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
| 390 |
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
| 391 |
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
| 392 |
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
| 393 |
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
| 394 |
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
| 395 |
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
| 396 |
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
| 397 |
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
| 398 |
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
| 399 |
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
| 400 |
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
| 401 |
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
| 402 |
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
| 403 |
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
| 404 |
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
| 405 |
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
| 406 |
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
| 407 |
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
| 408 |
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
| 409 |
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
| 410 |
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
| 411 |
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
| 412 |
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
| 413 |
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
| 414 |
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
| 415 |
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
| 416 |
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
| 417 |
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
| 418 |
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
| 419 |
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
| 420 |
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
| 421 |
+
.ui-icon-extlink { background-position: -32px -80px; }
|
| 422 |
+
.ui-icon-newwin { background-position: -48px -80px; }
|
| 423 |
+
.ui-icon-refresh { background-position: -64px -80px; }
|
| 424 |
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
| 425 |
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
| 426 |
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
| 427 |
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
| 428 |
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
| 429 |
+
.ui-icon-document { background-position: -32px -96px; }
|
| 430 |
+
.ui-icon-document-b { background-position: -48px -96px; }
|
| 431 |
+
.ui-icon-note { background-position: -64px -96px; }
|
| 432 |
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
| 433 |
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
| 434 |
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
| 435 |
+
.ui-icon-comment { background-position: -128px -96px; }
|
| 436 |
+
.ui-icon-person { background-position: -144px -96px; }
|
| 437 |
+
.ui-icon-print { background-position: -160px -96px; }
|
| 438 |
+
.ui-icon-trash { background-position: -176px -96px; }
|
| 439 |
+
.ui-icon-locked { background-position: -192px -96px; }
|
| 440 |
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
| 441 |
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
| 442 |
+
.ui-icon-tag { background-position: -240px -96px; }
|
| 443 |
+
.ui-icon-home { background-position: 0 -112px; }
|
| 444 |
+
.ui-icon-flag { background-position: -16px -112px; }
|
| 445 |
+
.ui-icon-calendar { background-position: -32px -112px; }
|
| 446 |
+
.ui-icon-cart { background-position: -48px -112px; }
|
| 447 |
+
.ui-icon-pencil { background-position: -64px -112px; }
|
| 448 |
+
.ui-icon-clock { background-position: -80px -112px; }
|
| 449 |
+
.ui-icon-disk { background-position: -96px -112px; }
|
| 450 |
+
.ui-icon-calculator { background-position: -112px -112px; }
|
| 451 |
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
| 452 |
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
| 453 |
+
.ui-icon-search { background-position: -160px -112px; }
|
| 454 |
+
.ui-icon-wrench { background-position: -176px -112px; }
|
| 455 |
+
.ui-icon-gear { background-position: -192px -112px; }
|
| 456 |
+
.ui-icon-heart { background-position: -208px -112px; }
|
| 457 |
+
.ui-icon-star { background-position: -224px -112px; }
|
| 458 |
+
.ui-icon-link { background-position: -240px -112px; }
|
| 459 |
+
.ui-icon-cancel { background-position: 0 -128px; }
|
| 460 |
+
.ui-icon-plus { background-position: -16px -128px; }
|
| 461 |
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
| 462 |
+
.ui-icon-minus { background-position: -48px -128px; }
|
| 463 |
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
| 464 |
+
.ui-icon-close { background-position: -80px -128px; }
|
| 465 |
+
.ui-icon-closethick { background-position: -96px -128px; }
|
| 466 |
+
.ui-icon-key { background-position: -112px -128px; }
|
| 467 |
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
| 468 |
+
.ui-icon-scissors { background-position: -144px -128px; }
|
| 469 |
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
| 470 |
+
.ui-icon-copy { background-position: -176px -128px; }
|
| 471 |
+
.ui-icon-contact { background-position: -192px -128px; }
|
| 472 |
+
.ui-icon-image { background-position: -208px -128px; }
|
| 473 |
+
.ui-icon-video { background-position: -224px -128px; }
|
| 474 |
+
.ui-icon-script { background-position: -240px -128px; }
|
| 475 |
+
.ui-icon-alert { background-position: 0 -144px; }
|
| 476 |
+
.ui-icon-info { background-position: -16px -144px; }
|
| 477 |
+
.ui-icon-notice { background-position: -32px -144px; }
|
| 478 |
+
.ui-icon-help { background-position: -48px -144px; }
|
| 479 |
+
.ui-icon-check { background-position: -64px -144px; }
|
| 480 |
+
.ui-icon-bullet { background-position: -80px -144px; }
|
| 481 |
+
.ui-icon-radio-on { background-position: -96px -144px; }
|
| 482 |
+
.ui-icon-radio-off { background-position: -112px -144px; }
|
| 483 |
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
| 484 |
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
| 485 |
+
.ui-icon-play { background-position: 0 -160px; }
|
| 486 |
+
.ui-icon-pause { background-position: -16px -160px; }
|
| 487 |
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
| 488 |
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
| 489 |
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
| 490 |
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
| 491 |
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
| 492 |
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
| 493 |
+
.ui-icon-stop { background-position: -96px -160px; }
|
| 494 |
+
.ui-icon-eject { background-position: -112px -160px; }
|
| 495 |
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
| 496 |
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
| 497 |
+
.ui-icon-power { background-position: 0 -176px; }
|
| 498 |
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
| 499 |
+
.ui-icon-signal { background-position: -32px -176px; }
|
| 500 |
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
| 501 |
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
| 502 |
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
| 503 |
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
| 504 |
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
| 505 |
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
| 506 |
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
| 507 |
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
| 508 |
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
| 509 |
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
| 510 |
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
| 511 |
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
| 512 |
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
| 513 |
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
| 514 |
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
| 515 |
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
| 516 |
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
| 517 |
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
| 518 |
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
| 519 |
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
| 520 |
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
| 521 |
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
| 522 |
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
| 523 |
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
| 524 |
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
| 525 |
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
| 526 |
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
| 527 |
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
| 528 |
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
| 529 |
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
| 530 |
+
|
| 531 |
+
|
| 532 |
+
/* Misc visuals
|
| 533 |
+
----------------------------------*/
|
| 534 |
+
|
| 535 |
+
/* Corner radius */
|
| 536 |
+
.ui-corner-all,
|
| 537 |
+
.ui-corner-top,
|
| 538 |
+
.ui-corner-left,
|
| 539 |
+
.ui-corner-tl {
|
| 540 |
+
border-top-left-radius: 4px;
|
| 541 |
+
}
|
| 542 |
+
.ui-corner-all,
|
| 543 |
+
.ui-corner-top,
|
| 544 |
+
.ui-corner-right,
|
| 545 |
+
.ui-corner-tr {
|
| 546 |
+
border-top-right-radius: 4px;
|
| 547 |
+
}
|
| 548 |
+
.ui-corner-all,
|
| 549 |
+
.ui-corner-bottom,
|
| 550 |
+
.ui-corner-left,
|
| 551 |
+
.ui-corner-bl {
|
| 552 |
+
border-bottom-left-radius: 4px;
|
| 553 |
+
}
|
| 554 |
+
.ui-corner-all,
|
| 555 |
+
.ui-corner-bottom,
|
| 556 |
+
.ui-corner-right,
|
| 557 |
+
.ui-corner-br {
|
| 558 |
+
border-bottom-right-radius: 4px;
|
| 559 |
+
}
|
| 560 |
+
|
| 561 |
+
/* Overlays */
|
| 562 |
+
.ui-widget-overlay {
|
| 563 |
+
background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
| 564 |
+
opacity: .3;
|
| 565 |
+
filter: Alpha(Opacity=30);
|
| 566 |
+
}
|
| 567 |
+
.ui-widget-shadow {
|
| 568 |
+
margin: -8px 0 0 -8px;
|
| 569 |
+
padding: 8px;
|
| 570 |
+
background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
| 571 |
+
opacity: .3;
|
| 572 |
+
filter: Alpha(Opacity=30);
|
| 573 |
+
border-radius: 8px;
|
| 574 |
+
}
|
skin/adminhtml/default/default/css/addrexx/images/Thumbs.db
ADDED
|
Binary file
|
skin/adminhtml/default/default/css/addrexx/images/ui-bg_flat_0_302e2e_40x100.png
ADDED
|
Binary file
|
skin/adminhtml/default/default/css/addrexx/images/ui-bg_flat_75_ffffff_40x100.png
ADDED
|
Binary file
|
skin/frontend/default/default/css/addrexx/addrexx.css
ADDED
|
@@ -0,0 +1,574 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*! jQuery UI - v1.10.3 - 2013-09-03
|
| 2 |
+
* http://jqueryui.com
|
| 3 |
+
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css
|
| 4 |
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23302e2e&bgTextureHover=flat&bgImgOpacityHover=0&borderColorHover=%23999999&fcHover=%23fff&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px&tr%26ffDefault=Helvetica%2CArial%2Csans-serif
|
| 5 |
+
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
|
| 6 |
+
|
| 7 |
+
/* Layout helpers
|
| 8 |
+
----------------------------------*/
|
| 9 |
+
.ui-helper-hidden {
|
| 10 |
+
display: none;
|
| 11 |
+
}
|
| 12 |
+
.ui-helper-hidden-accessible {
|
| 13 |
+
border: 0;
|
| 14 |
+
clip: rect(0 0 0 0);
|
| 15 |
+
height: 1px;
|
| 16 |
+
margin: -1px;
|
| 17 |
+
overflow: hidden;
|
| 18 |
+
padding: 0;
|
| 19 |
+
position: absolute;
|
| 20 |
+
width: 1px;
|
| 21 |
+
}
|
| 22 |
+
.ui-helper-reset {
|
| 23 |
+
margin: 0;
|
| 24 |
+
padding: 0;
|
| 25 |
+
border: 0;
|
| 26 |
+
outline: 0;
|
| 27 |
+
line-height: 1.3;
|
| 28 |
+
text-decoration: none;
|
| 29 |
+
font-size: 100%;
|
| 30 |
+
list-style: none;
|
| 31 |
+
}
|
| 32 |
+
.ui-helper-clearfix:before,
|
| 33 |
+
.ui-helper-clearfix:after {
|
| 34 |
+
content: "";
|
| 35 |
+
display: table;
|
| 36 |
+
border-collapse: collapse;
|
| 37 |
+
}
|
| 38 |
+
.ui-helper-clearfix:after {
|
| 39 |
+
clear: both;
|
| 40 |
+
}
|
| 41 |
+
.ui-helper-clearfix {
|
| 42 |
+
min-height: 0; /* support: IE7 */
|
| 43 |
+
}
|
| 44 |
+
.ui-helper-zfix {
|
| 45 |
+
width: 100%;
|
| 46 |
+
height: 100%;
|
| 47 |
+
top: 0;
|
| 48 |
+
left: 0;
|
| 49 |
+
position: absolute;
|
| 50 |
+
opacity: 0;
|
| 51 |
+
filter:Alpha(Opacity=0);
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.ui-front {
|
| 55 |
+
z-index: 100;
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
/* Interaction Cues
|
| 60 |
+
----------------------------------*/
|
| 61 |
+
.ui-state-disabled {
|
| 62 |
+
cursor: default !important;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
/* Icons
|
| 67 |
+
----------------------------------*/
|
| 68 |
+
|
| 69 |
+
/* states and images */
|
| 70 |
+
.ui-icon {
|
| 71 |
+
display: block;
|
| 72 |
+
text-indent: -99999px;
|
| 73 |
+
overflow: hidden;
|
| 74 |
+
background-repeat: no-repeat;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
/* Misc visuals
|
| 79 |
+
----------------------------------*/
|
| 80 |
+
|
| 81 |
+
/* Overlays */
|
| 82 |
+
.ui-widget-overlay {
|
| 83 |
+
position: fixed;
|
| 84 |
+
top: 0;
|
| 85 |
+
left: 0;
|
| 86 |
+
width: 100%;
|
| 87 |
+
height: 100%;
|
| 88 |
+
}
|
| 89 |
+
.ui-autocomplete {
|
| 90 |
+
position: absolute;
|
| 91 |
+
top: 0;
|
| 92 |
+
left: 0;
|
| 93 |
+
cursor: default;
|
| 94 |
+
}
|
| 95 |
+
.ui-menu {
|
| 96 |
+
list-style: none;
|
| 97 |
+
padding: 2px;
|
| 98 |
+
margin: 0;
|
| 99 |
+
display: block;
|
| 100 |
+
outline: none;
|
| 101 |
+
}
|
| 102 |
+
.ui-menu .ui-menu {
|
| 103 |
+
margin-top: -3px;
|
| 104 |
+
position: absolute;
|
| 105 |
+
}
|
| 106 |
+
.ui-menu .ui-menu-item {
|
| 107 |
+
margin: 0;
|
| 108 |
+
padding: 0;
|
| 109 |
+
width: 100%;
|
| 110 |
+
/* support: IE10, see #8844 */
|
| 111 |
+
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
| 112 |
+
}
|
| 113 |
+
.ui-menu .ui-menu-divider {
|
| 114 |
+
margin: 5px -2px 5px -2px;
|
| 115 |
+
height: 0;
|
| 116 |
+
font-size: 0;
|
| 117 |
+
line-height: 0;
|
| 118 |
+
border-width: 1px 0 0 0;
|
| 119 |
+
}
|
| 120 |
+
.ui-menu .ui-menu-item a {
|
| 121 |
+
text-decoration: none;
|
| 122 |
+
display: block;
|
| 123 |
+
padding: 2px .4em;
|
| 124 |
+
line-height: 1.5;
|
| 125 |
+
min-height: 0; /* support: IE7 */
|
| 126 |
+
font-weight: normal;
|
| 127 |
+
}
|
| 128 |
+
.ui-menu .ui-menu-item a.ui-state-focus,
|
| 129 |
+
.ui-menu .ui-menu-item a.ui-state-active {
|
| 130 |
+
font-weight: normal;
|
| 131 |
+
margin: -1px;
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
.ui-menu .ui-state-disabled {
|
| 135 |
+
font-weight: normal;
|
| 136 |
+
margin: .4em 0 .2em;
|
| 137 |
+
line-height: 1.5;
|
| 138 |
+
}
|
| 139 |
+
.ui-menu .ui-state-disabled a {
|
| 140 |
+
cursor: default;
|
| 141 |
+
}
|
| 142 |
+
|
| 143 |
+
/* icon support */
|
| 144 |
+
.ui-menu-icons {
|
| 145 |
+
position: relative;
|
| 146 |
+
}
|
| 147 |
+
.ui-menu-icons .ui-menu-item a {
|
| 148 |
+
position: relative;
|
| 149 |
+
padding-left: 2em;
|
| 150 |
+
}
|
| 151 |
+
|
| 152 |
+
/* left-aligned */
|
| 153 |
+
.ui-menu .ui-icon {
|
| 154 |
+
position: absolute;
|
| 155 |
+
top: .2em;
|
| 156 |
+
left: .2em;
|
| 157 |
+
}
|
| 158 |
+
|
| 159 |
+
/* right-aligned */
|
| 160 |
+
.ui-menu .ui-menu-icon {
|
| 161 |
+
position: static;
|
| 162 |
+
float: right;
|
| 163 |
+
}
|
| 164 |
+
|
| 165 |
+
/* Component containers
|
| 166 |
+
----------------------------------*/
|
| 167 |
+
.ui-widget {
|
| 168 |
+
font-family: Verdana,Arial,sans-serif;
|
| 169 |
+
font-size: 1.1em;
|
| 170 |
+
text-align: left !important;
|
| 171 |
+
}
|
| 172 |
+
.ui-widget .ui-widget {
|
| 173 |
+
font-size: 1em;
|
| 174 |
+
}
|
| 175 |
+
.ui-widget input,
|
| 176 |
+
.ui-widget select,
|
| 177 |
+
.ui-widget textarea,
|
| 178 |
+
.ui-widget button {
|
| 179 |
+
font-family: Verdana,Arial,sans-serif;
|
| 180 |
+
font-size: 1em;
|
| 181 |
+
}
|
| 182 |
+
.ui-widget-content {
|
| 183 |
+
border: 1px solid #aaaaaa;
|
| 184 |
+
background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
|
| 185 |
+
color: #222222;
|
| 186 |
+
}
|
| 187 |
+
.ui-widget-content a {
|
| 188 |
+
color: #222222;
|
| 189 |
+
}
|
| 190 |
+
.ui-widget-header {
|
| 191 |
+
border: 1px solid #aaaaaa;
|
| 192 |
+
background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
|
| 193 |
+
color: #222222;
|
| 194 |
+
font-weight: bold;
|
| 195 |
+
}
|
| 196 |
+
.ui-widget-header a {
|
| 197 |
+
color: #222222;
|
| 198 |
+
}
|
| 199 |
+
|
| 200 |
+
/* Interaction states
|
| 201 |
+
----------------------------------*/
|
| 202 |
+
.ui-autocomplete li.headerx {
|
| 203 |
+
border-bottom: 1px solid gray;
|
| 204 |
+
color: black;
|
| 205 |
+
text-align: left !important;
|
| 206 |
+
padding-bottom:5px;
|
| 207 |
+
background-color: white;
|
| 208 |
+
}
|
| 209 |
+
.ui-autocomplete li.headery {
|
| 210 |
+
border-top: 1px solid #191970;
|
| 211 |
+
font-style: italic !important;
|
| 212 |
+
font-size: 10px !important;
|
| 213 |
+
width: 100%;
|
| 214 |
+
text-align: right !important;
|
| 215 |
+
float: right !important;
|
| 216 |
+
padding-bottom:0px;
|
| 217 |
+
}
|
| 218 |
+
|
| 219 |
+
.ui-state-default,
|
| 220 |
+
.ui-widget-content .ui-state-default,
|
| 221 |
+
.ui-widget-header .ui-state-default {
|
| 222 |
+
border: 1px solid #d3d3d3;
|
| 223 |
+
background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
|
| 224 |
+
font-weight: normal;
|
| 225 |
+
color: #555555;
|
| 226 |
+
}
|
| 227 |
+
.ui-state-default a,
|
| 228 |
+
.ui-state-default a:link,
|
| 229 |
+
.ui-state-default a:visited {
|
| 230 |
+
color: #555555;
|
| 231 |
+
text-decoration: none;
|
| 232 |
+
}
|
| 233 |
+
.ui-state-hover,
|
| 234 |
+
.ui-widget-content .ui-state-hover,
|
| 235 |
+
.ui-widget-header .ui-state-hover,
|
| 236 |
+
.ui-state-focus,
|
| 237 |
+
.ui-widget-content .ui-state-focus,
|
| 238 |
+
.ui-widget-header .ui-state-focus {
|
| 239 |
+
border: 1px solid #999999;
|
| 240 |
+
background: #302e2e url(images/ui-bg_flat_0_302e2e_40x100.png) 50% 50% repeat-x;
|
| 241 |
+
font-weight: normal;
|
| 242 |
+
color: #fff;
|
| 243 |
+
}
|
| 244 |
+
.ui-state-hover a,
|
| 245 |
+
.ui-state-hover a:hover,
|
| 246 |
+
.ui-state-hover a:link,
|
| 247 |
+
.ui-state-hover a:visited {
|
| 248 |
+
color: #fff;
|
| 249 |
+
text-decoration: none;
|
| 250 |
+
}
|
| 251 |
+
.ui-state-active,
|
| 252 |
+
.ui-widget-content .ui-state-active,
|
| 253 |
+
.ui-widget-header .ui-state-active {
|
| 254 |
+
border: 1px solid #aaaaaa;
|
| 255 |
+
background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
|
| 256 |
+
font-weight: normal;
|
| 257 |
+
color: #212121;
|
| 258 |
+
}
|
| 259 |
+
.ui-state-active a,
|
| 260 |
+
.ui-state-active a:link,
|
| 261 |
+
.ui-state-active a:visited {
|
| 262 |
+
color: #212121;
|
| 263 |
+
text-decoration: none;
|
| 264 |
+
}
|
| 265 |
+
|
| 266 |
+
/* Interaction Cues
|
| 267 |
+
----------------------------------*/
|
| 268 |
+
.ui-state-highlight,
|
| 269 |
+
.ui-widget-content .ui-state-highlight,
|
| 270 |
+
.ui-widget-header .ui-state-highlight {
|
| 271 |
+
border: 1px solid #fcefa1;
|
| 272 |
+
background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
|
| 273 |
+
color: #363636;
|
| 274 |
+
}
|
| 275 |
+
.ui-state-highlight a,
|
| 276 |
+
.ui-widget-content .ui-state-highlight a,
|
| 277 |
+
.ui-widget-header .ui-state-highlight a {
|
| 278 |
+
color: #363636;
|
| 279 |
+
}
|
| 280 |
+
.ui-state-error,
|
| 281 |
+
.ui-widget-content .ui-state-error,
|
| 282 |
+
.ui-widget-header .ui-state-error {
|
| 283 |
+
border: 1px solid #cd0a0a;
|
| 284 |
+
background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
|
| 285 |
+
color: #cd0a0a;
|
| 286 |
+
}
|
| 287 |
+
.ui-state-error a,
|
| 288 |
+
.ui-widget-content .ui-state-error a,
|
| 289 |
+
.ui-widget-header .ui-state-error a {
|
| 290 |
+
color: #cd0a0a;
|
| 291 |
+
}
|
| 292 |
+
.ui-state-error-text,
|
| 293 |
+
.ui-widget-content .ui-state-error-text,
|
| 294 |
+
.ui-widget-header .ui-state-error-text {
|
| 295 |
+
color: #cd0a0a;
|
| 296 |
+
}
|
| 297 |
+
.ui-priority-primary,
|
| 298 |
+
.ui-widget-content .ui-priority-primary,
|
| 299 |
+
.ui-widget-header .ui-priority-primary {
|
| 300 |
+
font-weight: bold;
|
| 301 |
+
}
|
| 302 |
+
.ui-priority-secondary,
|
| 303 |
+
.ui-widget-content .ui-priority-secondary,
|
| 304 |
+
.ui-widget-header .ui-priority-secondary {
|
| 305 |
+
opacity: .7;
|
| 306 |
+
filter:Alpha(Opacity=70);
|
| 307 |
+
font-weight: normal;
|
| 308 |
+
}
|
| 309 |
+
.ui-state-disabled,
|
| 310 |
+
.ui-widget-content .ui-state-disabled,
|
| 311 |
+
.ui-widget-header .ui-state-disabled {
|
| 312 |
+
opacity: .35;
|
| 313 |
+
filter:Alpha(Opacity=35);
|
| 314 |
+
background-image: none;
|
| 315 |
+
}
|
| 316 |
+
.ui-state-disabled .ui-icon {
|
| 317 |
+
filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
|
| 318 |
+
}
|
| 319 |
+
|
| 320 |
+
/* Icons
|
| 321 |
+
----------------------------------*/
|
| 322 |
+
|
| 323 |
+
/* states and images */
|
| 324 |
+
.ui-icon {
|
| 325 |
+
width: 16px;
|
| 326 |
+
height: 16px;
|
| 327 |
+
}
|
| 328 |
+
.ui-icon,
|
| 329 |
+
.ui-widget-content .ui-icon {
|
| 330 |
+
background-image: url(images/ui-icons_222222_256x240.png);
|
| 331 |
+
}
|
| 332 |
+
.ui-widget-header .ui-icon {
|
| 333 |
+
background-image: url(images/ui-icons_222222_256x240.png);
|
| 334 |
+
}
|
| 335 |
+
.ui-state-default .ui-icon {
|
| 336 |
+
background-image: url(images/ui-icons_888888_256x240.png);
|
| 337 |
+
}
|
| 338 |
+
.ui-state-hover .ui-icon,
|
| 339 |
+
.ui-state-focus .ui-icon {
|
| 340 |
+
background-image: url(images/ui-icons_454545_256x240.png);
|
| 341 |
+
}
|
| 342 |
+
.ui-state-active .ui-icon {
|
| 343 |
+
background-image: url(images/ui-icons_454545_256x240.png);
|
| 344 |
+
}
|
| 345 |
+
.ui-state-highlight .ui-icon {
|
| 346 |
+
background-image: url(images/ui-icons_2e83ff_256x240.png);
|
| 347 |
+
}
|
| 348 |
+
.ui-state-error .ui-icon,
|
| 349 |
+
.ui-state-error-text .ui-icon {
|
| 350 |
+
background-image: url(images/ui-icons_cd0a0a_256x240.png);
|
| 351 |
+
}
|
| 352 |
+
|
| 353 |
+
/* positioning */
|
| 354 |
+
.ui-icon-blank { background-position: 16px 16px; }
|
| 355 |
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
| 356 |
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
| 357 |
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
| 358 |
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
| 359 |
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
| 360 |
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
| 361 |
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
| 362 |
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
| 363 |
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
| 364 |
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
| 365 |
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
| 366 |
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
| 367 |
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
| 368 |
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
| 369 |
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
| 370 |
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
| 371 |
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
| 372 |
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
| 373 |
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
| 374 |
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
| 375 |
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
| 376 |
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
| 377 |
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
| 378 |
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
| 379 |
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
| 380 |
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
| 381 |
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
| 382 |
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
| 383 |
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
| 384 |
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
| 385 |
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
| 386 |
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
| 387 |
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
| 388 |
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
| 389 |
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
| 390 |
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
| 391 |
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
| 392 |
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
| 393 |
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
| 394 |
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
| 395 |
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
| 396 |
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
| 397 |
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
| 398 |
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
| 399 |
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
| 400 |
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
| 401 |
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
| 402 |
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
| 403 |
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
| 404 |
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
| 405 |
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
| 406 |
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
| 407 |
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
| 408 |
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
| 409 |
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
| 410 |
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
| 411 |
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
| 412 |
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
| 413 |
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
| 414 |
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
| 415 |
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
| 416 |
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
| 417 |
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
| 418 |
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
| 419 |
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
| 420 |
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
| 421 |
+
.ui-icon-extlink { background-position: -32px -80px; }
|
| 422 |
+
.ui-icon-newwin { background-position: -48px -80px; }
|
| 423 |
+
.ui-icon-refresh { background-position: -64px -80px; }
|
| 424 |
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
| 425 |
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
| 426 |
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
| 427 |
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
| 428 |
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
| 429 |
+
.ui-icon-document { background-position: -32px -96px; }
|
| 430 |
+
.ui-icon-document-b { background-position: -48px -96px; }
|
| 431 |
+
.ui-icon-note { background-position: -64px -96px; }
|
| 432 |
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
| 433 |
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
| 434 |
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
| 435 |
+
.ui-icon-comment { background-position: -128px -96px; }
|
| 436 |
+
.ui-icon-person { background-position: -144px -96px; }
|
| 437 |
+
.ui-icon-print { background-position: -160px -96px; }
|
| 438 |
+
.ui-icon-trash { background-position: -176px -96px; }
|
| 439 |
+
.ui-icon-locked { background-position: -192px -96px; }
|
| 440 |
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
| 441 |
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
| 442 |
+
.ui-icon-tag { background-position: -240px -96px; }
|
| 443 |
+
.ui-icon-home { background-position: 0 -112px; }
|
| 444 |
+
.ui-icon-flag { background-position: -16px -112px; }
|
| 445 |
+
.ui-icon-calendar { background-position: -32px -112px; }
|
| 446 |
+
.ui-icon-cart { background-position: -48px -112px; }
|
| 447 |
+
.ui-icon-pencil { background-position: -64px -112px; }
|
| 448 |
+
.ui-icon-clock { background-position: -80px -112px; }
|
| 449 |
+
.ui-icon-disk { background-position: -96px -112px; }
|
| 450 |
+
.ui-icon-calculator { background-position: -112px -112px; }
|
| 451 |
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
| 452 |
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
| 453 |
+
.ui-icon-search { background-position: -160px -112px; }
|
| 454 |
+
.ui-icon-wrench { background-position: -176px -112px; }
|
| 455 |
+
.ui-icon-gear { background-position: -192px -112px; }
|
| 456 |
+
.ui-icon-heart { background-position: -208px -112px; }
|
| 457 |
+
.ui-icon-star { background-position: -224px -112px; }
|
| 458 |
+
.ui-icon-link { background-position: -240px -112px; }
|
| 459 |
+
.ui-icon-cancel { background-position: 0 -128px; }
|
| 460 |
+
.ui-icon-plus { background-position: -16px -128px; }
|
| 461 |
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
| 462 |
+
.ui-icon-minus { background-position: -48px -128px; }
|
| 463 |
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
| 464 |
+
.ui-icon-close { background-position: -80px -128px; }
|
| 465 |
+
.ui-icon-closethick { background-position: -96px -128px; }
|
| 466 |
+
.ui-icon-key { background-position: -112px -128px; }
|
| 467 |
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
| 468 |
+
.ui-icon-scissors { background-position: -144px -128px; }
|
| 469 |
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
| 470 |
+
.ui-icon-copy { background-position: -176px -128px; }
|
| 471 |
+
.ui-icon-contact { background-position: -192px -128px; }
|
| 472 |
+
.ui-icon-image { background-position: -208px -128px; }
|
| 473 |
+
.ui-icon-video { background-position: -224px -128px; }
|
| 474 |
+
.ui-icon-script { background-position: -240px -128px; }
|
| 475 |
+
.ui-icon-alert { background-position: 0 -144px; }
|
| 476 |
+
.ui-icon-info { background-position: -16px -144px; }
|
| 477 |
+
.ui-icon-notice { background-position: -32px -144px; }
|
| 478 |
+
.ui-icon-help { background-position: -48px -144px; }
|
| 479 |
+
.ui-icon-check { background-position: -64px -144px; }
|
| 480 |
+
.ui-icon-bullet { background-position: -80px -144px; }
|
| 481 |
+
.ui-icon-radio-on { background-position: -96px -144px; }
|
| 482 |
+
.ui-icon-radio-off { background-position: -112px -144px; }
|
| 483 |
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
| 484 |
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
| 485 |
+
.ui-icon-play { background-position: 0 -160px; }
|
| 486 |
+
.ui-icon-pause { background-position: -16px -160px; }
|
| 487 |
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
| 488 |
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
| 489 |
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
| 490 |
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
| 491 |
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
| 492 |
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
| 493 |
+
.ui-icon-stop { background-position: -96px -160px; }
|
| 494 |
+
.ui-icon-eject { background-position: -112px -160px; }
|
| 495 |
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
| 496 |
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
| 497 |
+
.ui-icon-power { background-position: 0 -176px; }
|
| 498 |
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
| 499 |
+
.ui-icon-signal { background-position: -32px -176px; }
|
| 500 |
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
| 501 |
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
| 502 |
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
| 503 |
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
| 504 |
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
| 505 |
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
| 506 |
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
| 507 |
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
| 508 |
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
| 509 |
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
| 510 |
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
| 511 |
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
| 512 |
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
| 513 |
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
| 514 |
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
| 515 |
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
| 516 |
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
| 517 |
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
| 518 |
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
| 519 |
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
| 520 |
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
| 521 |
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
| 522 |
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
| 523 |
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
| 524 |
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
| 525 |
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
| 526 |
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
| 527 |
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
| 528 |
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
| 529 |
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
| 530 |
+
|
| 531 |
+
|
| 532 |
+
/* Misc visuals
|
| 533 |
+
----------------------------------*/
|
| 534 |
+
|
| 535 |
+
/* Corner radius */
|
| 536 |
+
.ui-corner-all,
|
| 537 |
+
.ui-corner-top,
|
| 538 |
+
.ui-corner-left,
|
| 539 |
+
.ui-corner-tl {
|
| 540 |
+
border-top-left-radius: 4px;
|
| 541 |
+
}
|
| 542 |
+
.ui-corner-all,
|
| 543 |
+
.ui-corner-top,
|
| 544 |
+
.ui-corner-right,
|
| 545 |
+
.ui-corner-tr {
|
| 546 |
+
border-top-right-radius: 4px;
|
| 547 |
+
}
|
| 548 |
+
.ui-corner-all,
|
| 549 |
+
.ui-corner-bottom,
|
| 550 |
+
.ui-corner-left,
|
| 551 |
+
.ui-corner-bl {
|
| 552 |
+
border-bottom-left-radius: 4px;
|
| 553 |
+
}
|
| 554 |
+
.ui-corner-all,
|
| 555 |
+
.ui-corner-bottom,
|
| 556 |
+
.ui-corner-right,
|
| 557 |
+
.ui-corner-br {
|
| 558 |
+
border-bottom-right-radius: 4px;
|
| 559 |
+
}
|
| 560 |
+
|
| 561 |
+
/* Overlays */
|
| 562 |
+
.ui-widget-overlay {
|
| 563 |
+
background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
| 564 |
+
opacity: .3;
|
| 565 |
+
filter: Alpha(Opacity=30);
|
| 566 |
+
}
|
| 567 |
+
.ui-widget-shadow {
|
| 568 |
+
margin: -8px 0 0 -8px;
|
| 569 |
+
padding: 8px;
|
| 570 |
+
background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
| 571 |
+
opacity: .3;
|
| 572 |
+
filter: Alpha(Opacity=30);
|
| 573 |
+
border-radius: 8px;
|
| 574 |
+
}
|
skin/frontend/default/default/css/addrexx/images/ui-bg_flat_0_302e2e_40x100.png
ADDED
|
Binary file
|
skin/frontend/default/default/css/addrexx/images/ui-bg_flat_75_ffffff_40x100.png
ADDED
|
Binary file
|
