diff --git a/admin-dev/themes/default/admin.css b/admin-dev/themes/default/admin.css
index 4acb4d5c0..47b3d57af 100644
--- a/admin-dev/themes/default/admin.css
+++ b/admin-dev/themes/default/admin.css
@@ -27,6 +27,8 @@ select[disabled="disabled"], input[disabled="disabled"],textarea[disabled="disab
background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#E3E3E3)) repeat scroll 0 0 transparent;
border-color: #CCCCCC #BBBBBB #A0A0A0;border-left: 1px solid #BBBBBB;border-radius: 3px 3px 3px 3px;border-right: 1px solid #BBBBBB;border-style: solid;border-width: 1px;color: #000000;margin: 0; outline: medium none;padding: 3px 8px;text-align: center;vertical-align: middle;white-space: nowrap;}
.button[disabled=disabled]{color:#8C8C8C}
+.button.bt-icon { display:inline-block; margin-bottom:7px;}
+.button.bt-icon span {padding-left:5px;}
input.button[disabled=disabled]:hover{background-color:#FFF6D3}
.button:hover{border:1px solid #939393;}
.button:active{border:1px solid #939393;}
@@ -151,7 +153,7 @@ a.module_toggle_all{color: #268CCD;}
.toolbarBox .pageTitle h3 {font-size: 2em; font-weight: normal; line-height: 48px; margin: 0; padding: 0;}
.toolbarBox ul.cc_button {float:right;margin:0;padding:0;}
.toolbarBox ul.cc_button li {color: #666666; float: left; height: 48px; list-style: none outside none; padding: 1px 1px 3px 4px; text-align: center;}
-.toolbarBox a.toolbar_btn { border:1px solid #f8f8f8; border-width: 1px;font-size:11px;cursor: pointer; display: block; float: left; padding: 3px 5px; white-space: nowrap; text-shadow: 0 1px 0 #ffffff;}
+.toolbarBox a.toolbar_btn { border:1px solid #f8f8f8; min-width:50px; border-width: 1px; font-size:11px;cursor: pointer; display: block; float: left; padding: 3px 5px; white-space: nowrap; text-shadow: 0 1px 0 #ffffff;}
.toolbarBox a.toolbar_btn:hover { background-color:#fff; border:1px inset #ccc; border-radius:3px;}
.toolbarBox .toolbar_btn span{ display: block;float: none;height: 32px;margin: 0 auto;width: 32px;}
.toolbarBox .process-icon-delete { background-image: url(process-icon-delete.png);}
diff --git a/admin-dev/themes/template/products/combinations.tpl b/admin-dev/themes/template/products/combinations.tpl
index 1f44e7c70..88012e412 100644
--- a/admin-dev/themes/template/products/combinations.tpl
+++ b/admin-dev/themes/template/products/combinations.tpl
@@ -43,11 +43,12 @@
);
{/foreach}
-
{l s='Add or modify combinations for this product'} {l s='or go to'}
- {l s='Product combinations generator'}
+{l s='Add or modify combinations for this product'}
+
{l s='or go to'}
+ {l s='Product combinations generator'}
-
- {l s='Add a new combination'}
+
+ {l s='Add a new combination'}
diff --git a/admin-dev/themes/template/products/features.tpl b/admin-dev/themes/template/products/features.tpl
index 2ae2fb37c..3a718b0c6 100644
--- a/admin-dev/themes/template/products/features.tpl
+++ b/admin-dev/themes/template/products/features.tpl
@@ -1,7 +1,5 @@
-
-
-
- {l s='Assign features to this product:'}
+{l s='Assign features to this product:'}
+
{l s='You can specify a value for each relevant feature regarding this product, empty fields will not be displayed.'}
{l s='You can either set a specific value, or select among existing pre-defined values you added previously.'}
@@ -9,9 +7,7 @@
-
-
-
+
{l s='Feature'}
diff --git a/admin-dev/themes/template/products/informations.tpl b/admin-dev/themes/template/products/informations.tpl
index 6dbc41351..9ef2e7853 100644
--- a/admin-dev/themes/template/products/informations.tpl
+++ b/admin-dev/themes/template/products/informations.tpl
@@ -133,12 +133,11 @@
{l s='Status:' }
active}checked="checked" {/if} />
-
+
{l s='Enabled'}
active}checked="checked"{/if} />
- {l s='Disabled'}
+ {l s='Disabled'}
{if $feature_shop_active}
@@ -168,13 +167,13 @@
});
});
- {l s='available for order'}
+ {l s='available for order'}
show_price}checked="checked"{/if} />
- {l s='show price'}
+ {l s='show price'}
online_only}checked="checked"{/if} />
- {l s='online only (not sold in store)'}
+ {l s='online only (not sold in store)'}
diff --git a/admin-dev/themes/template/products/prices.tpl b/admin-dev/themes/template/products/prices.tpl
index a6e9732dc..3ed153fec 100644
--- a/admin-dev/themes/template/products/prices.tpl
+++ b/admin-dev/themes/template/products/prices.tpl
@@ -7,7 +7,7 @@ var product_prices = new Array();
product_prices['{$combination.id_product_attribute}'] = '{$combination.price}';
{/foreach}
- {l s='Add a new specific price'}
+{l s='Add a new specific price'}
diff --git a/admin-dev/themes/template/products/suppliers.tpl b/admin-dev/themes/template/products/suppliers.tpl
index 19ab4cdbb..03759af78 100644
--- a/admin-dev/themes/template/products/suppliers.tpl
+++ b/admin-dev/themes/template/products/suppliers.tpl
@@ -7,8 +7,8 @@
{l s='Please choose the suppliers associated to this product, and the default one.'}
{assign var=confirm value="Are you sure you want to delete entered product information?"}
-
- {l s='Create new supplier'}
+
+ {l s='Create new supplier'}
@@ -45,7 +45,9 @@
{foreach from=$associated_suppliers item=supplier}
+
+
{l s='product name'}
diff --git a/admin-dev/themes/template/products/warehouses.tpl b/admin-dev/themes/template/products/warehouses.tpl
index e6fd57ae1..6ce0d232e 100644
--- a/admin-dev/themes/template/products/warehouses.tpl
+++ b/admin-dev/themes/template/products/warehouses.tpl
@@ -9,8 +9,8 @@
{assign var=confirm value="Are you sure you want to delete entered product information?"}
-
- {l s='Create new warehouse'}
+
+ {l s='Create new warehouse'}
diff --git a/css/admin.css b/css/admin.css
index 942140c05..0a5d8fe7c 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -223,7 +223,7 @@ label {
label.t {
float: none;
clear: none;
- padding: 0px;
+ padding: 0 5px 0;
margin: 0px;
font-weight: normal;
font-size: 12px;