[-] BO : fix #PSCFV-2366 : check if an sentence use an specific syntax

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15559 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-05-21 17:31:48 +00:00
parent 4b1cce7054
commit 9c00c0eb1e
7 changed files with 240 additions and 83 deletions
+18
View File
@@ -2343,4 +2343,22 @@ margin-bottom:7px;
.datepicker{
position: relative;
z-index:20;
}
#BoxUseSpecialSyntax{
position:fixed;
z-index:10;
width:100%;
bottom:50px;
display:none;
}
#BoxUseSpecialSyntax .warn{
margin:0 auto;
width:500px;
}
#BoxUseSpecialSyntax ul{
margin-left:30px;
list-style-type:disc;
}