learndash_pager.css
930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/* CSS Styles for the generic LearnDash Pager @since 2.5.4 */
.learndash-pager {
clear: both;
position: relative;
/*float: left;*/
margin: 5px 0;
padding-bottom: 10px;
width: 100%;
min-height: 25px;
}
.learndash-pager a {
text-decoration: none !important;
padding: 0 6px;
box-shadow: none !important;
background-color: #f7f7f7;
/* border-color: #ccc; */
/* border: 1px solid; */
cursor: pointer;
display: inline !important;
}
.learndash-pager a.disabled {
opacity: 0.5;
}
.learndash-pager span.pager-left {
display: inline;
float: left;
margin-right: 5px;
}
.learndash-pager .pager-legend {
display: inline;
position: relative;
/* left: 45%; */
float: left;
}
.learndash-pager .pager-legend .pagedisplay {
display: inline;
position: relative;
/* left: -55%; */
float: left;
margin-left: 5px;
}
.learndash-pager span.pager-right {
display: inline;
float: left;
}
/* End learndash-pager styles */