adding PHP Excel library

This commit is contained in:
2015-12-10 23:14:29 +01:00
parent f1076580ea
commit 9e9dc8a5fa
263 changed files with 110510 additions and 51 deletions

14
style/_products.scss Executable file
View File

@@ -0,0 +1,14 @@
#product {
#progress {
display:none;
margin-top:10px;
overflow:hidden;
border: 1px dashed #CCC;
}
#progress .bar {
width:0%;
height:18px;
background:#CCC;
}
}