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.2.0 |
Comparing to | |
See all releases |
Code changes from version 1.1.8 to 1.2.0
- app/design/frontend/base/default/layout/addrexx_frontend.xml +0 -63
- package.xml +5 -5
- skin/frontend/base/default/css/addrexx/addrexx.css +722 -3
- skin/frontend/base/default/css/addrexx/images/Thumbs.db +0 -0
- skin/frontend/base/default/css/addrexx/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- skin/frontend/base/default/css/addrexx/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- skin/frontend/base/default/css/addrexx/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- skin/frontend/base/default/css/addrexx/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- skin/frontend/base/default/css/addrexx/images/ui-bg_highlight-soft_75_000000_1x100.png +0 -0
- skin/frontend/base/default/css/addrexx/images/ui-icons_222222_256x240.png +0 -0
app/design/frontend/base/default/layout/addrexx_frontend.xml
DELETED
@@ -1,63 +0,0 @@
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Addrexx_AddressValidation</name>
|
4 |
-
<version>1.
|
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>2014-
|
17 |
-
<time>
|
18 |
-
<contents><target name="mageskin"><dir name="adminhtml"><dir name="base"><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="base"><dir name="default"><dir name="css"><dir name="addrexx"><file name="addrexx.css" hash="
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Addrexx_AddressValidation</name>
|
4 |
+
<version>1.2.0</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. Increase conversions and provide a better user experience.</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>2014-07-27</date>
|
17 |
+
<time>19:11:40</time>
|
18 |
+
<contents><target name="mageskin"><dir name="adminhtml"><dir name="base"><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="base"><dir name="default"><dir name="css"><dir name="addrexx"><file name="addrexx.css" hash="ebc7d2d7dd08bacdac9e8aeee1a30771"/><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_0_aaaaaa_40x100.png" hash="478007eded887122ec8af76633b81518"/><file name="ui-bg_flat_75_ffffff_40x100.png" hash="a3c44907f702e9a70d93b0db7e1efb6a"/><file name="ui-bg_glass_65_ffffff_1x400.png" hash="ddf3d0797d9494d05bf08d09ffa4754a"/><file name="ui-bg_glass_75_dadada_1x400.png" hash="316c45f99293c6f53fbdb561dfec8757"/><file name="ui-bg_glass_75_e6e6e6_1x400.png" hash="f977b42ee3230358f91459e09087e246"/><file name="ui-bg_highlight-soft_75_000000_1x100.png" hash="0b2b2e51a2bf7ffa0ddb91f87880313d"/><file name="ui-icons_222222_256x240.png" hash="a1b3887a86cf1791f23c0b53b4d3585f"/></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Addrexx"><dir name="Helper"><file name="Data.php" hash="c9058d37bc77d493be535b677fbcbed8"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Values.php" hash="e3f37c6f0ab44e9bccc1cf0ef5e99e1a"/></dir></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="16315e936954f2b3a8ad90f9e648c4a0"/><file name="config.xml" hash="286f77cc727ade882a51f43450b4119a"/><file name="system.xml" hash="03b58c0aaef61a8dadf63d2b70718b97"/></dir><dir name="sql"><dir name="addsql_setup"><file name="mysql4-install-0.1.0.php" hash="144914dcd01ceba06444cdc6134f18da"/></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="9a5e8c8b40a94e573f22a2ab88825cca"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="addrexx_frontend.xml" hash=""/></dir></dir></dir><dir name="base"><dir name="default"><dir name="template"><dir name="addrexx"><file name="common_config.phtml" hash="bfe44b9f556fb760b7c35b32e69f1f49"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="addrexx.xml" hash="f6d18a0449b438c94cf7b8c0f02d12c8"/></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/frontend/base/default/css/addrexx/addrexx.css
CHANGED
@@ -227,7 +227,7 @@ padding-bottom:0px;
|
|
227 |
.ui-state-default a,
|
228 |
.ui-state-default a:link,
|
229 |
.ui-state-default a:visited {
|
230 |
-
color: #
|
231 |
text-decoration: none;
|
232 |
}
|
233 |
.ui-state-hover,
|
@@ -237,7 +237,7 @@ padding-bottom:0px;
|
|
237 |
.ui-widget-content .ui-state-focus,
|
238 |
.ui-widget-header .ui-state-focus {
|
239 |
border: 1px solid #999999;
|
240 |
-
background:
|
241 |
font-weight: normal;
|
242 |
color: #fff;
|
243 |
}
|
@@ -252,7 +252,7 @@ padding-bottom:0px;
|
|
252 |
.ui-widget-content .ui-state-active,
|
253 |
.ui-widget-header .ui-state-active {
|
254 |
border: 1px solid #aaaaaa;
|
255 |
-
|
256 |
font-weight: normal;
|
257 |
color: #212121;
|
258 |
}
|
@@ -529,6 +529,725 @@ padding-bottom:0px;
|
|
529 |
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
530 |
|
531 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
532 |
/* Misc visuals
|
533 |
----------------------------------*/
|
534 |
|
227 |
.ui-state-default a,
|
228 |
.ui-state-default a:link,
|
229 |
.ui-state-default a:visited {
|
230 |
+
color: #fff;
|
231 |
text-decoration: none;
|
232 |
}
|
233 |
.ui-state-hover,
|
237 |
.ui-widget-content .ui-state-focus,
|
238 |
.ui-widget-header .ui-state-focus {
|
239 |
border: 1px solid #999999;
|
240 |
+
background: ##3399CC;
|
241 |
font-weight: normal;
|
242 |
color: #fff;
|
243 |
}
|
252 |
.ui-widget-content .ui-state-active,
|
253 |
.ui-widget-header .ui-state-active {
|
254 |
border: 1px solid #aaaaaa;
|
255 |
+
color: #3399CC;
|
256 |
font-weight: normal;
|
257 |
color: #212121;
|
258 |
}
|
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 |
+
}
|
575 |
+
/* modal */
|
576 |
+
/*! jQuery UI - v1.10.4 - 2014-02-02
|
577 |
+
* http://jqueryui.com
|
578 |
+
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.dialog.css, jquery.ui.theme.css
|
579 |
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.0em&cornerRadius=4px&bgColorHeader=%23000000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23ffffff&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23000000&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23aaaaaa&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23000000&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23000000&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23000000&fcHighlight=%23363636&iconColorHighlight=%23000000&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
|
580 |
+
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
581 |
+
|
582 |
+
/* Layout helpers
|
583 |
+
----------------------------------*/
|
584 |
+
.ui-helper-hidden {
|
585 |
+
display: none;
|
586 |
+
}
|
587 |
+
.ui-helper-hidden-accessible {
|
588 |
+
border: 0;
|
589 |
+
clip: rect(0 0 0 0);
|
590 |
+
height: 1px;
|
591 |
+
margin: -1px;
|
592 |
+
overflow: hidden;
|
593 |
+
padding: 0;
|
594 |
+
position: absolute;
|
595 |
+
width: 1px;
|
596 |
+
}
|
597 |
+
.ui-helper-reset {
|
598 |
+
margin: 0;
|
599 |
+
padding: 0;
|
600 |
+
border: 0;
|
601 |
+
outline: 0;
|
602 |
+
line-height: 1.3;
|
603 |
+
text-decoration: none;
|
604 |
+
font-size: 100%;
|
605 |
+
list-style: none;
|
606 |
+
}
|
607 |
+
.ui-helper-clearfix:before,
|
608 |
+
.ui-helper-clearfix:after {
|
609 |
+
content: "";
|
610 |
+
display: table;
|
611 |
+
border-collapse: collapse;
|
612 |
+
}
|
613 |
+
.ui-helper-clearfix:after {
|
614 |
+
clear: both;
|
615 |
+
}
|
616 |
+
.ui-helper-clearfix {
|
617 |
+
min-height: 0; /* support: IE7 */
|
618 |
+
}
|
619 |
+
.ui-helper-zfix {
|
620 |
+
width: 100%;
|
621 |
+
height: 100%;
|
622 |
+
top: 0;
|
623 |
+
left: 0;
|
624 |
+
position: absolute;
|
625 |
+
opacity: 0;
|
626 |
+
filter:Alpha(Opacity=0);
|
627 |
+
}
|
628 |
+
|
629 |
+
.ui-front {
|
630 |
+
z-index: 100;
|
631 |
+
}
|
632 |
+
|
633 |
+
|
634 |
+
/* Interaction Cues
|
635 |
+
----------------------------------*/
|
636 |
+
.ui-state-disabled {
|
637 |
+
cursor: default !important;
|
638 |
+
}
|
639 |
+
|
640 |
+
|
641 |
+
/* Icons
|
642 |
+
----------------------------------*/
|
643 |
+
|
644 |
+
/* states and images */
|
645 |
+
.ui-icon {
|
646 |
+
display: block;
|
647 |
+
text-indent: -99999px;
|
648 |
+
overflow: hidden;
|
649 |
+
background-repeat: no-repeat;
|
650 |
+
}
|
651 |
+
|
652 |
+
|
653 |
+
/* Misc visuals
|
654 |
+
----------------------------------*/
|
655 |
+
|
656 |
+
/* Overlays */
|
657 |
+
.ui-widget-overlay {
|
658 |
+
position: fixed;
|
659 |
+
top: 0;
|
660 |
+
left: 0;
|
661 |
+
width: 100%;
|
662 |
+
height: 100%;
|
663 |
+
}
|
664 |
+
.ui-resizable {
|
665 |
+
position: relative;
|
666 |
+
}
|
667 |
+
.ui-resizable-handle {
|
668 |
+
position: absolute;
|
669 |
+
font-size: 0.1px;
|
670 |
+
display: block;
|
671 |
+
}
|
672 |
+
.ui-resizable-disabled .ui-resizable-handle,
|
673 |
+
.ui-resizable-autohide .ui-resizable-handle {
|
674 |
+
display: none;
|
675 |
+
}
|
676 |
+
.ui-resizable-n {
|
677 |
+
cursor: n-resize;
|
678 |
+
height: 7px;
|
679 |
+
width: 100%;
|
680 |
+
top: -5px;
|
681 |
+
left: 0;
|
682 |
+
}
|
683 |
+
.ui-resizable-s {
|
684 |
+
cursor: s-resize;
|
685 |
+
height: 7px;
|
686 |
+
width: 100%;
|
687 |
+
bottom: -5px;
|
688 |
+
left: 0;
|
689 |
+
}
|
690 |
+
.ui-resizable-e {
|
691 |
+
cursor: e-resize;
|
692 |
+
width: 7px;
|
693 |
+
right: -5px;
|
694 |
+
top: 0;
|
695 |
+
height: 100%;
|
696 |
+
}
|
697 |
+
.ui-resizable-w {
|
698 |
+
cursor: w-resize;
|
699 |
+
width: 7px;
|
700 |
+
left: -5px;
|
701 |
+
top: 0;
|
702 |
+
height: 100%;
|
703 |
+
}
|
704 |
+
.ui-resizable-se {
|
705 |
+
cursor: se-resize;
|
706 |
+
width: 12px;
|
707 |
+
height: 12px;
|
708 |
+
right: 1px;
|
709 |
+
bottom: 1px;
|
710 |
+
}
|
711 |
+
.ui-resizable-sw {
|
712 |
+
cursor: sw-resize;
|
713 |
+
width: 9px;
|
714 |
+
height: 9px;
|
715 |
+
left: -5px;
|
716 |
+
bottom: -5px;
|
717 |
+
}
|
718 |
+
.ui-resizable-nw {
|
719 |
+
cursor: nw-resize;
|
720 |
+
width: 9px;
|
721 |
+
height: 9px;
|
722 |
+
left: -5px;
|
723 |
+
top: -5px;
|
724 |
+
}
|
725 |
+
.ui-resizable-ne {
|
726 |
+
cursor: ne-resize;
|
727 |
+
width: 9px;
|
728 |
+
height: 9px;
|
729 |
+
right: -5px;
|
730 |
+
top: -5px;
|
731 |
+
}
|
732 |
+
.ui-button {
|
733 |
+
display: inline-block;
|
734 |
+
position: relative;
|
735 |
+
padding: 0;
|
736 |
+
line-height: normal;
|
737 |
+
margin-right: .1em;
|
738 |
+
cursor: pointer;
|
739 |
+
vertical-align: middle;
|
740 |
+
text-align: center;
|
741 |
+
overflow: visible; /* removes extra width in IE */
|
742 |
+
}
|
743 |
+
.ui-button,
|
744 |
+
.ui-button:link,
|
745 |
+
.ui-button:visited,
|
746 |
+
.ui-button:hover,
|
747 |
+
.ui-button:active {
|
748 |
+
text-decoration: none;
|
749 |
+
}
|
750 |
+
/* to make room for the icon, a width needs to be set here */
|
751 |
+
.ui-button-icon-only {
|
752 |
+
width: 2.2em;
|
753 |
+
}
|
754 |
+
/* button elements seem to need a little more width */
|
755 |
+
button.ui-button-icon-only {
|
756 |
+
width: 2.4em;
|
757 |
+
}
|
758 |
+
.ui-button-icons-only {
|
759 |
+
width: 3.4em;
|
760 |
+
}
|
761 |
+
button.ui-button-icons-only {
|
762 |
+
width: 3.7em;
|
763 |
+
}
|
764 |
+
|
765 |
+
/* button text element */
|
766 |
+
.ui-button .ui-button-text {
|
767 |
+
display: block;
|
768 |
+
line-height: normal;
|
769 |
+
font-size: 0.8em;
|
770 |
+
}
|
771 |
+
.ui-button-text-only .ui-button-text {
|
772 |
+
padding: .4em 1em;
|
773 |
+
}
|
774 |
+
.ui-button-icon-only .ui-button-text,
|
775 |
+
.ui-button-icons-only .ui-button-text {
|
776 |
+
padding: .4em;
|
777 |
+
text-indent: -9999999px;
|
778 |
+
}
|
779 |
+
.ui-button-text-icon-primary .ui-button-text,
|
780 |
+
.ui-button-text-icons .ui-button-text {
|
781 |
+
padding: .4em 1em .4em 2.1em;
|
782 |
+
}
|
783 |
+
.ui-button-text-icon-secondary .ui-button-text,
|
784 |
+
.ui-button-text-icons .ui-button-text {
|
785 |
+
padding: .4em 2.1em .4em 1em;
|
786 |
+
}
|
787 |
+
.ui-button-text-icons .ui-button-text {
|
788 |
+
padding-left: 2.1em;
|
789 |
+
padding-right: 2.1em;
|
790 |
+
}
|
791 |
+
/* no icon support for input elements, provide padding by default */
|
792 |
+
input.ui-button {
|
793 |
+
padding: .4em 1em;
|
794 |
+
}
|
795 |
+
|
796 |
+
/* button icon element(s) */
|
797 |
+
.ui-button-icon-only .ui-icon,
|
798 |
+
.ui-button-text-icon-primary .ui-icon,
|
799 |
+
.ui-button-text-icon-secondary .ui-icon,
|
800 |
+
.ui-button-text-icons .ui-icon,
|
801 |
+
.ui-button-icons-only .ui-icon {
|
802 |
+
position: absolute;
|
803 |
+
top: 50%;
|
804 |
+
margin-top: -8px;
|
805 |
+
}
|
806 |
+
.ui-button-icon-only .ui-icon {
|
807 |
+
left: 50%;
|
808 |
+
margin-left: -8px;
|
809 |
+
}
|
810 |
+
.ui-button-text-icon-primary .ui-button-icon-primary,
|
811 |
+
.ui-button-text-icons .ui-button-icon-primary,
|
812 |
+
.ui-button-icons-only .ui-button-icon-primary {
|
813 |
+
left: .5em;
|
814 |
+
}
|
815 |
+
.ui-button-text-icon-secondary .ui-button-icon-secondary,
|
816 |
+
.ui-button-text-icons .ui-button-icon-secondary,
|
817 |
+
.ui-button-icons-only .ui-button-icon-secondary {
|
818 |
+
right: .5em;
|
819 |
+
}
|
820 |
+
|
821 |
+
/* button sets */
|
822 |
+
.ui-buttonset {
|
823 |
+
margin-right: 7px;
|
824 |
+
}
|
825 |
+
.ui-buttonset .ui-button {
|
826 |
+
margin-left: 0;
|
827 |
+
margin-right: -.3em;
|
828 |
+
}
|
829 |
+
|
830 |
+
/* workarounds */
|
831 |
+
/* reset extra padding in Firefox, see h5bp.com/l */
|
832 |
+
input.ui-button::-moz-focus-inner,
|
833 |
+
button.ui-button::-moz-focus-inner {
|
834 |
+
border: 0;
|
835 |
+
padding: 0;
|
836 |
+
}
|
837 |
+
.ui-dialog {
|
838 |
+
overflow: hidden;
|
839 |
+
position: absolute;
|
840 |
+
top: 0;
|
841 |
+
left: 0;
|
842 |
+
padding: .2em;
|
843 |
+
outline: 0;
|
844 |
+
}
|
845 |
+
.ui-dialog .ui-dialog-titlebar {
|
846 |
+
padding: .4em 1em;
|
847 |
+
position: relative;
|
848 |
+
}
|
849 |
+
.ui-dialog .ui-dialog-title {
|
850 |
+
float: left;
|
851 |
+
margin: .1em 0;
|
852 |
+
white-space: nowrap;
|
853 |
+
width: 90%;
|
854 |
+
overflow: hidden;
|
855 |
+
text-overflow: ellipsis;
|
856 |
+
}
|
857 |
+
.ui-dialog .ui-dialog-titlebar-close {
|
858 |
+
position: absolute;
|
859 |
+
right: .3em;
|
860 |
+
top: 50%;
|
861 |
+
width: 20px;
|
862 |
+
margin: -10px 0 0 0;
|
863 |
+
padding: 1px;
|
864 |
+
height: 20px;
|
865 |
+
}
|
866 |
+
.ui-dialog .ui-dialog-content {
|
867 |
+
position: relative;
|
868 |
+
border: 0;
|
869 |
+
padding: .5em 1em;
|
870 |
+
background: none;
|
871 |
+
overflow: auto;
|
872 |
+
}
|
873 |
+
.ui-dialog .ui-dialog-buttonpane {
|
874 |
+
text-align: left;
|
875 |
+
border-width: 1px 0 0 0;
|
876 |
+
background-image: none;
|
877 |
+
margin-top: .5em;
|
878 |
+
padding: .3em 1em .5em .4em;
|
879 |
+
}
|
880 |
+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
881 |
+
float: right;
|
882 |
+
}
|
883 |
+
.ui-dialog .ui-dialog-buttonpane button {
|
884 |
+
margin: .5em .4em .5em 0;
|
885 |
+
cursor: pointer;
|
886 |
+
}
|
887 |
+
.ui-dialog .ui-resizable-se {
|
888 |
+
width: 12px;
|
889 |
+
height: 12px;
|
890 |
+
right: -5px;
|
891 |
+
bottom: -5px;
|
892 |
+
background-position: 16px 16px;
|
893 |
+
}
|
894 |
+
.ui-draggable .ui-dialog-titlebar {
|
895 |
+
cursor: move;
|
896 |
+
}
|
897 |
+
|
898 |
+
/* Component containers
|
899 |
+
----------------------------------*/
|
900 |
+
.ui-widget {
|
901 |
+
font-family: Verdana,Arial,sans-serif;
|
902 |
+
font-size: 1.0em;
|
903 |
+
}
|
904 |
+
.ui-widget .ui-widget {
|
905 |
+
font-size: 1em;
|
906 |
+
}
|
907 |
+
.ui-widget input,
|
908 |
+
.ui-widget select,
|
909 |
+
.ui-widget textarea,
|
910 |
+
.ui-widget button {
|
911 |
+
font-family: Verdana,Arial,sans-serif;
|
912 |
+
font-size: 1em;
|
913 |
+
}
|
914 |
+
.ui-widget-content {
|
915 |
+
border: 1px solid #aaaaaa;
|
916 |
+
background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
|
917 |
+
color: #000000;
|
918 |
+
}
|
919 |
+
.ui-widget-content a {
|
920 |
+
color: #000000;
|
921 |
+
}
|
922 |
+
.ui-widget-header {
|
923 |
+
border: 1px solid #aaaaaa;
|
924 |
+
background: #000000 url(images/ui-bg_highlight-soft_75_000000_1x100.png) 50% 50% repeat-x;
|
925 |
+
color: #ffffff;
|
926 |
+
font-weight: bold;
|
927 |
+
}
|
928 |
+
.ui-widget-header a {
|
929 |
+
color: #ffffff;
|
930 |
+
}
|
931 |
+
|
932 |
+
/* Interaction states
|
933 |
+
----------------------------------*/
|
934 |
+
.ui-state-default,
|
935 |
+
.ui-widget-content .ui-state-default,
|
936 |
+
.ui-widget-header .ui-state-default {
|
937 |
+
border: 1px solid #aaaaaa;
|
938 |
+
background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
|
939 |
+
font-weight: normal;
|
940 |
+
color: #555555;
|
941 |
+
}
|
942 |
+
.ui-state-default a,
|
943 |
+
.ui-state-default a:link,
|
944 |
+
.ui-state-default a:visited {
|
945 |
+
color: #555555;
|
946 |
+
text-decoration: none;
|
947 |
+
}
|
948 |
+
.ui-state-hover,
|
949 |
+
.ui-widget-content .ui-state-hover,
|
950 |
+
.ui-widget-header .ui-state-hover,
|
951 |
+
.ui-state-focus,
|
952 |
+
.ui-widget-content .ui-state-focus,
|
953 |
+
.ui-widget-header .ui-state-focus {
|
954 |
+
border: 1px solid #000000;
|
955 |
+
background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
|
956 |
+
font-weight: normal;
|
957 |
+
color: #212121;
|
958 |
+
}
|
959 |
+
.ui-state-hover a,
|
960 |
+
.ui-state-hover a:hover,
|
961 |
+
.ui-state-hover a:link,
|
962 |
+
.ui-state-hover a:visited,
|
963 |
+
.ui-state-focus a,
|
964 |
+
.ui-state-focus a:hover,
|
965 |
+
.ui-state-focus a:link,
|
966 |
+
.ui-state-focus a:visited {
|
967 |
+
color: #212121;
|
968 |
+
text-decoration: none;
|
969 |
+
}
|
970 |
+
.ui-state-active,
|
971 |
+
.ui-widget-content .ui-state-active,
|
972 |
+
.ui-widget-header .ui-state-active {
|
973 |
+
border: 1px solid #000000;
|
974 |
+
background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
|
975 |
+
font-weight: normal;
|
976 |
+
color: #212121;
|
977 |
+
}
|
978 |
+
.ui-state-active a,
|
979 |
+
.ui-state-active a:link,
|
980 |
+
.ui-state-active a:visited {
|
981 |
+
color: #212121;
|
982 |
+
text-decoration: none;
|
983 |
+
}
|
984 |
+
|
985 |
+
/* Interaction Cues
|
986 |
+
----------------------------------*/
|
987 |
+
.ui-state-highlight,
|
988 |
+
.ui-widget-content .ui-state-highlight,
|
989 |
+
.ui-widget-header .ui-state-highlight {
|
990 |
+
border: 1px solid #000000;
|
991 |
+
background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
|
992 |
+
color: #363636;
|
993 |
+
}
|
994 |
+
.ui-state-highlight a,
|
995 |
+
.ui-widget-content .ui-state-highlight a,
|
996 |
+
.ui-widget-header .ui-state-highlight a {
|
997 |
+
color: #363636;
|
998 |
+
}
|
999 |
+
.ui-state-error,
|
1000 |
+
.ui-widget-content .ui-state-error,
|
1001 |
+
.ui-widget-header .ui-state-error {
|
1002 |
+
border: 1px solid #cd0a0a;
|
1003 |
+
background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
|
1004 |
+
color: #cd0a0a;
|
1005 |
+
}
|
1006 |
+
.ui-state-error a,
|
1007 |
+
.ui-widget-content .ui-state-error a,
|
1008 |
+
.ui-widget-header .ui-state-error a {
|
1009 |
+
color: #cd0a0a;
|
1010 |
+
}
|
1011 |
+
.ui-state-error-text,
|
1012 |
+
.ui-widget-content .ui-state-error-text,
|
1013 |
+
.ui-widget-header .ui-state-error-text {
|
1014 |
+
color: #cd0a0a;
|
1015 |
+
}
|
1016 |
+
.ui-priority-primary,
|
1017 |
+
.ui-widget-content .ui-priority-primary,
|
1018 |
+
.ui-widget-header .ui-priority-primary {
|
1019 |
+
font-weight: bold;
|
1020 |
+
}
|
1021 |
+
.ui-priority-secondary,
|
1022 |
+
.ui-widget-content .ui-priority-secondary,
|
1023 |
+
.ui-widget-header .ui-priority-secondary {
|
1024 |
+
opacity: .7;
|
1025 |
+
filter:Alpha(Opacity=70);
|
1026 |
+
font-weight: normal;
|
1027 |
+
}
|
1028 |
+
.ui-state-disabled,
|
1029 |
+
.ui-widget-content .ui-state-disabled,
|
1030 |
+
.ui-widget-header .ui-state-disabled {
|
1031 |
+
opacity: .35;
|
1032 |
+
filter:Alpha(Opacity=35);
|
1033 |
+
background-image: none;
|
1034 |
+
}
|
1035 |
+
.ui-state-disabled .ui-icon {
|
1036 |
+
filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
|
1037 |
+
}
|
1038 |
+
|
1039 |
+
/* Icons
|
1040 |
+
----------------------------------*/
|
1041 |
+
|
1042 |
+
/* states and images */
|
1043 |
+
.ui-icon {
|
1044 |
+
width: 16px;
|
1045 |
+
height: 16px;
|
1046 |
+
}
|
1047 |
+
.ui-icon,
|
1048 |
+
.ui-widget-content .ui-icon {
|
1049 |
+
background-image: url(images/ui-icons_222222_256x240.png);
|
1050 |
+
}
|
1051 |
+
.ui-widget-header .ui-icon {
|
1052 |
+
background-image: url(images/ui-icons_222222_256x240.png);
|
1053 |
+
}
|
1054 |
+
.ui-state-default .ui-icon {
|
1055 |
+
background-image: url(images/ui-icons_888888_256x240.png);
|
1056 |
+
}
|
1057 |
+
.ui-state-hover .ui-icon,
|
1058 |
+
.ui-state-focus .ui-icon {
|
1059 |
+
background-image: url(images/ui-icons_454545_256x240.png);
|
1060 |
+
}
|
1061 |
+
.ui-state-active .ui-icon {
|
1062 |
+
background-image: url(images/ui-icons_454545_256x240.png);
|
1063 |
+
}
|
1064 |
+
.ui-state-highlight .ui-icon {
|
1065 |
+
background-image: url(images/ui-icons_000000_256x240.png);
|
1066 |
+
}
|
1067 |
+
.ui-state-error .ui-icon,
|
1068 |
+
.ui-state-error-text .ui-icon {
|
1069 |
+
background-image: url(images/ui-icons_cd0a0a_256x240.png);
|
1070 |
+
}
|
1071 |
+
|
1072 |
+
/* positioning */
|
1073 |
+
.ui-icon-blank { background-position: 16px 16px; }
|
1074 |
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
1075 |
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
1076 |
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
1077 |
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
1078 |
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
1079 |
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
1080 |
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
1081 |
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
1082 |
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
1083 |
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
1084 |
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
1085 |
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
1086 |
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
1087 |
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
1088 |
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
1089 |
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
1090 |
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
1091 |
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
1092 |
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
1093 |
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
1094 |
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
1095 |
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
1096 |
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
1097 |
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
1098 |
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
1099 |
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
1100 |
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
1101 |
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
1102 |
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
1103 |
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
1104 |
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
1105 |
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
1106 |
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
1107 |
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
1108 |
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
1109 |
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
1110 |
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
1111 |
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
1112 |
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
1113 |
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
1114 |
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
1115 |
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
1116 |
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
1117 |
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
1118 |
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
1119 |
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
1120 |
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
1121 |
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
1122 |
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
1123 |
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
1124 |
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
1125 |
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
1126 |
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
1127 |
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
1128 |
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
1129 |
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
1130 |
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
1131 |
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
1132 |
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
1133 |
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
1134 |
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
1135 |
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
1136 |
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
1137 |
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
1138 |
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
1139 |
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
1140 |
+
.ui-icon-extlink { background-position: -32px -80px; }
|
1141 |
+
.ui-icon-newwin { background-position: -48px -80px; }
|
1142 |
+
.ui-icon-refresh { background-position: -64px -80px; }
|
1143 |
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
1144 |
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
1145 |
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
1146 |
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
1147 |
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
1148 |
+
.ui-icon-document { background-position: -32px -96px; }
|
1149 |
+
.ui-icon-document-b { background-position: -48px -96px; }
|
1150 |
+
.ui-icon-note { background-position: -64px -96px; }
|
1151 |
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
1152 |
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
1153 |
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
1154 |
+
.ui-icon-comment { background-position: -128px -96px; }
|
1155 |
+
.ui-icon-person { background-position: -144px -96px; }
|
1156 |
+
.ui-icon-print { background-position: -160px -96px; }
|
1157 |
+
.ui-icon-trash { background-position: -176px -96px; }
|
1158 |
+
.ui-icon-locked { background-position: -192px -96px; }
|
1159 |
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
1160 |
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
1161 |
+
.ui-icon-tag { background-position: -240px -96px; }
|
1162 |
+
.ui-icon-home { background-position: 0 -112px; }
|
1163 |
+
.ui-icon-flag { background-position: -16px -112px; }
|
1164 |
+
.ui-icon-calendar { background-position: -32px -112px; }
|
1165 |
+
.ui-icon-cart { background-position: -48px -112px; }
|
1166 |
+
.ui-icon-pencil { background-position: -64px -112px; }
|
1167 |
+
.ui-icon-clock { background-position: -80px -112px; }
|
1168 |
+
.ui-icon-disk { background-position: -96px -112px; }
|
1169 |
+
.ui-icon-calculator { background-position: -112px -112px; }
|
1170 |
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
1171 |
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
1172 |
+
.ui-icon-search { background-position: -160px -112px; }
|
1173 |
+
.ui-icon-wrench { background-position: -176px -112px; }
|
1174 |
+
.ui-icon-gear { background-position: -192px -112px; }
|
1175 |
+
.ui-icon-heart { background-position: -208px -112px; }
|
1176 |
+
.ui-icon-star { background-position: -224px -112px; }
|
1177 |
+
.ui-icon-link { background-position: -240px -112px; }
|
1178 |
+
.ui-icon-cancel { background-position: 0 -128px; }
|
1179 |
+
.ui-icon-plus { background-position: -16px -128px; }
|
1180 |
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
1181 |
+
.ui-icon-minus { background-position: -48px -128px; }
|
1182 |
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
1183 |
+
.ui-icon-close { background-position: -80px -128px; }
|
1184 |
+
.ui-icon-closethick { background-position: -96px -128px; }
|
1185 |
+
.ui-icon-key { background-position: -112px -128px; }
|
1186 |
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
1187 |
+
.ui-icon-scissors { background-position: -144px -128px; }
|
1188 |
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
1189 |
+
.ui-icon-copy { background-position: -176px -128px; }
|
1190 |
+
.ui-icon-contact { background-position: -192px -128px; }
|
1191 |
+
.ui-icon-image { background-position: -208px -128px; }
|
1192 |
+
.ui-icon-video { background-position: -224px -128px; }
|
1193 |
+
.ui-icon-script { background-position: -240px -128px; }
|
1194 |
+
.ui-icon-alert { background-position: 0 -144px; }
|
1195 |
+
.ui-icon-info { background-position: -16px -144px; }
|
1196 |
+
.ui-icon-notice { background-position: -32px -144px; }
|
1197 |
+
.ui-icon-help { background-position: -48px -144px; }
|
1198 |
+
.ui-icon-check { background-position: -64px -144px; }
|
1199 |
+
.ui-icon-bullet { background-position: -80px -144px; }
|
1200 |
+
.ui-icon-radio-on { background-position: -96px -144px; }
|
1201 |
+
.ui-icon-radio-off { background-position: -112px -144px; }
|
1202 |
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
1203 |
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
1204 |
+
.ui-icon-play { background-position: 0 -160px; }
|
1205 |
+
.ui-icon-pause { background-position: -16px -160px; }
|
1206 |
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
1207 |
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
1208 |
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
1209 |
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
1210 |
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
1211 |
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
1212 |
+
.ui-icon-stop { background-position: -96px -160px; }
|
1213 |
+
.ui-icon-eject { background-position: -112px -160px; }
|
1214 |
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
1215 |
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
1216 |
+
.ui-icon-power { background-position: 0 -176px; }
|
1217 |
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
1218 |
+
.ui-icon-signal { background-position: -32px -176px; }
|
1219 |
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
1220 |
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
1221 |
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
1222 |
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
1223 |
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
1224 |
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
1225 |
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
1226 |
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
1227 |
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
1228 |
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
1229 |
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
1230 |
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
1231 |
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
1232 |
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
1233 |
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
1234 |
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
1235 |
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
1236 |
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
1237 |
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
1238 |
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
1239 |
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
1240 |
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
1241 |
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
1242 |
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
1243 |
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
1244 |
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
1245 |
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
1246 |
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
1247 |
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
1248 |
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
1249 |
+
|
1250 |
+
|
1251 |
/* Misc visuals
|
1252 |
----------------------------------*/
|
1253 |
|
skin/frontend/base/default/css/addrexx/images/Thumbs.db
ADDED
Binary file
|
skin/frontend/base/default/css/addrexx/images/ui-bg_flat_0_aaaaaa_40x100.png
ADDED
Binary file
|
skin/frontend/base/default/css/addrexx/images/ui-bg_glass_65_ffffff_1x400.png
ADDED
Binary file
|
skin/frontend/base/default/css/addrexx/images/ui-bg_glass_75_dadada_1x400.png
ADDED
Binary file
|
skin/frontend/base/default/css/addrexx/images/ui-bg_glass_75_e6e6e6_1x400.png
ADDED
Binary file
|
skin/frontend/base/default/css/addrexx/images/ui-bg_highlight-soft_75_000000_1x100.png
ADDED
Binary file
|
skin/frontend/base/default/css/addrexx/images/ui-icons_222222_256x240.png
ADDED
Binary file
|