blob: 7a116dbba47a7f5ea16eb2ad326c1c7075150e83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.elgg-infinite-scroll-ajax-loading {
background-image: url("/_graphics/ajax_loader.gif");
background-position: center center;
background-repeat: no-repeat;
}
.elgg-infinite-scroll-bottom {
color: #666;
text-align: center;
padding: 1.5em;
}
.elgg-gallery + .elgg-infinite-scroll-bottom {
width: 100%;
margin-top: 15px;
border-top: dotted 1px #CCCCCC;
border-bottom: dotted 1px #CCCCCC;
}
|