[*] BO : #PI-84 - virtual product page has been remade

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14323 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-03-28 10:03:24 +00:00
parent c1f26a2fc4
commit 0d22f3ad08
3 changed files with 3 additions and 7 deletions
+2 -1
View File
@@ -135,7 +135,8 @@ input.button[disabled=disabled]:hover{background-color:#FFF6D3}
.table tr td.last{border-right:1px solid #DEDEDE}
.table tr.small td{height:15px}
.table tr.last td{border-bottom:none}
td.col-left {vertical-align:top; padding-right:10px;}
.col-left {vertical-align:top; padding-right:10px;}
.col-right {padding-bottom:5px;}
#tabPane1 td.col-left { width:200px;}
#product-tab-content-wait{display:block;background:url('../img/bg_loaderSpace.png');min-height:420px;position:absolute;width:96.5%;}
div#loading{height:128px;width:128px;background:url('../img/ajax-loader.gif');display:block;text-indent:-9999px;margin:100px auto;}
@@ -2736,7 +2736,7 @@ class AdminProductsControllerCore extends AdminController
if (!file_exists($exists_file)
&& !empty($product->productDownload->display_filename)
&& !empty($product->cache_default_attribute))
&& empty($product->cache_default_attribute))
$msg = sprintf(Tools::displayError('This file "%s" is missing'), $product->productDownload->display_filename);
else
$msg = '';
-5
View File
@@ -908,11 +908,6 @@ table tr th .hint {
}
/* tab: AdminProducts */
#upload-confirmation {
background-color: yellow;
font-weight:bold;
}
.productFieldComment {
color: #7F7F7F;
font-size: 0.8em;