edit addorder loading to oqs_loading

This commit is contained in:
Yan
2017-11-17 18:27:48 +06:30
parent c56fb1b0f4
commit e95562ad20
3 changed files with 23 additions and 23 deletions

View File

@@ -128,8 +128,7 @@ section.content{
/*Loading gif for payment*/
#loading_wrapper{
#oqs_loading_wrapper{
position: fixed;
background-color: #C8C8C8 ;
height: 100%;
@@ -137,9 +136,9 @@ section.content{
left: 0;
opacity: 0.6;
top: 0;
z-index: 9999999;
z-index: 100;
}
#loading{
#oqs_loading{
position: relative;
height: 100%;
width: 100%;
@@ -147,9 +146,9 @@ section.content{
background-position: center center;
background-repeat: no-repeat;
opacity: 1;
z-index: 101;
filter: alpha(opacity=100); /* ie */
-moz-opacity: 1; /* mozilla */
-moz-opacity: 1; /* mozilla */
}
#count ,#set_count{