diff --git a/erp_web/css/common.css b/erp_web/css/common.css index cb79a728..22c74129 100644 --- a/erp_web/css/common.css +++ b/erp_web/css/common.css @@ -60,4 +60,22 @@ color:blue; text-decoration:underline; cursor:pointer; +} +.progressBar { + border: solid 2px #86A5AD; + background: white url('../images/progressBar_m.gif') no-repeat 10px 10px; + display: none; + width: 280px; + height: 50px; + position: fixed; + top: 50%; + left: 50%; + margin-left: -74px; + margin-top: -14px; + padding: 10px 10px 10px 50px; + text-align: left; + line-height: 27px; + font-weight: bold; + position: absolute; + z-index: 9999; } \ No newline at end of file diff --git a/erp_web/images/progressBar_m.gif b/erp_web/images/progressBar_m.gif new file mode 100644 index 00000000..5a4f384a Binary files /dev/null and b/erp_web/images/progressBar_m.gif differ