// Added hint box on fieldsDisplay

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9983 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-09 11:16:36 +00:00
parent 5336732032
commit eeefaf3a4f
3 changed files with 46 additions and 2 deletions
+13 -1
View File
@@ -764,6 +764,18 @@ div.hint {
position: relative;
}
table tr th .hint {
display: none;
position: absolute;
margin: 30px 5px 5px 5px;
width: 400px;
border: 1px solid #ECE52F;
padding: 8px 6px 8px 34px;
color: #383838;
background: #FFFBE5 url(../img/admin/help2.png) no-repeat 6px 5px;
border-radius:3px;
}
.hintGroup{
position: relative;
margin-top: 10px;
@@ -1753,4 +1765,4 @@ div.progressBarImage
width:24px;
color:#fff;
background:url(../img/loader.gif);
}
}