jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.loading-indicator {
    height: 60px;
    width: 140px;
    background: #fff url( 'images/loading.gif' );
    background-repeat: no-repeat;
    background-position: 10px center;
    border:5px solid #CCC;
    padding-left:50px;
    line-height:60px;
    font-size:14px;
    font-weight:bold;
    padding-right:10px;
}
 
.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}