[*] BO : Add reduction groups in the categories, and bug fix: reduction that is not an integer or a percentage (TD001 - TD002 - TD003)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8536 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-09-13 13:17:32 +00:00
parent fc7612f010
commit 5cae5358fa
5 changed files with 40 additions and 7 deletions
+10
View File
@@ -762,6 +762,16 @@ div.hint {
position: relative;
}
.hintGroup{
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #50B0EC;
padding: 8px 6px 8px 40px;
color: #383838;
background: #DDE9F7 url(../img/admin/help2.png) no-repeat 6px 5px;
}
/* The pointer image is added by using another span */
.hint .hint-pointer {