// MERGE product_multistore branch : product fields are now editable per shop

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14682 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-04-17 13:32:12 +00:00
parent d4d1c35cb9
commit 0c2dd0cd2f
134 changed files with 3185 additions and 1789 deletions
+11 -13
View File
@@ -1730,6 +1730,10 @@ a.blue:hover {
width: 200px;
}
.multishop_product_checkbox{
position: absolute;
}
a.action_module_delete {
color: #CB1C00;
text-decoration: underline;
@@ -1796,19 +1800,9 @@ p.preference_description .light-warning {
}
.preference_default_multishop{
float: right;
margin-right: 40px;
}
.preference_default_multishop input{
margin-top: -3px;
}
.preference_default_multishop label{
float: none;
font-size: 12px;
color: #666666;
font-style: italic;
float: left;
padding-right: 5px;
margin-top: 4px;
}
.multishop_warning, .warning_mod_rewrite{
@@ -1820,6 +1814,10 @@ p.preference_description .light-warning {
padding-top: 1px;
}
label.conf_title{
width: 235px;
}
.isDisabled{
}