lazy-pane.css in Lazy Pane 7
.lazy-pane-placeholder {
text-align: center;
}
.lazy-pane-placeholder .lazy-pane-spinner {
display: inline-block;
width: 24px;
height: 24px;
padding: 20px;
background: transparent url('../images/loading.gif') no-repeat center center;
}
File
css/lazy-pane.css
View source
-
- .lazy-pane-placeholder {
- text-align: center;
- }
-
- .lazy-pane-placeholder .lazy-pane-spinner {
- display: inline-block;
- width: 24px;
- height: 24px;
- padding: 20px;
- background: transparent url('../images/loading.gif') no-repeat center center;
- }