ajax_pagination 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,24 +0,0 @@
1
- .ajaxpagination-loadzone > .margin-top {
2
- height: 50px;
3
- max-height: 12.5%;
4
- width: 100%;
5
- }
6
-
7
- .ajaxpagination-loader {
8
- max-height: 87.5%;
9
- }
10
-
11
- .ajaxpagination-oldcontent {
12
- opacity: 0.4;
13
- }
14
-
15
- .ajaxpagination-loadzone {
16
- position: absolute;
17
- left: 0;
18
- top: 0;
19
- width: 100%;
20
- height: 100%;
21
- text-align: center;
22
- opacity: 0.9;
23
- }
24
-