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

This commit is contained in:
lLefevre
2012-05-21 17:31:48 +00:00
parent 21ed1ef008
commit acb3b2e7d2
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;
}