Subversion Repositories SmartDukaan

Rev

Rev 10324 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10324 Rev 21617
Line 107... Line 107...
107
	text-align: center;
107
	text-align: center;
108
	margin-top: 20px;
108
	margin-top: 20px;
109
	margin-left: 20px;
109
	margin-left: 20px;
110
	margin-bottom: 10px;
110
	margin-bottom: 10px;
111
}
111
}
-
 
112
 
-
 
113
 
-
 
114
#disablingDiv
-
 
115
{
-
 
116
    /* Do not display it on entry */
-
 
117
    display: none; 
-
 
118
 
-
 
119
    /* Display it on the layer with index 1001.
-
 
120
       Make sure this is the highest z-index value
-
 
121
       used by layers on that page */
-
 
122
    z-index:1001;
-
 
123
     
-
 
124
    /* make it cover the whole screen */
-
 
125
    position: absolute; 
-
 
126
    width: 100%; 
-
 
127
    height: 100%;
-
 
128
    font-size:16px; 
-
 
129
 
-
 
130
    /* make it white but fully transparent */
-
 
131
    background:url("images/loader.gif") no-repeat fixed left top;
-
 
132
    background-color:rgb(236, 236, 236) ; 
-
 
133
    opacity:.30; 
112
}
134
}
113
135