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

This commit is contained in:
lLefevre
2011-09-13 13:17:32 +00:00
parent 08c025e1bd
commit 2a1c7eb64d
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 {