PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.4
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.4
4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 4.2.1 All 138 releases
learnpress / assets / css / admin / statistic.css

statistic.css in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.4.4, at assets/css/admin/statistic.css

78 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #learn-press-statistic {
2 margin-top: 20px;
3 }
4
5 .learn-press-chart {
6 position: relative;
7 }
8
9 .learn-press-chart canvas {
10 height: 70vh;
11 width: 100vw;
12 }
13
14 .chart-buttons form {
15 display: inline-block;
16 vertical-align: top;
17 }
18
19 .chart-buttons form input[type=text] {
20 width: 105px;
21 font-size: 0.875em;
22 vertical-align: top;
23 margin: 0;
24 text-align: center;
25 font-weight: bold;
26 padding: 4px;
27 }
28
29 .chart-buttons form span {
30 display: inline-block;
31 vertical-align: middle;
32 font-weight: bold;
33 padding: 5px;
34 }
35
36 .learn-press-chart.loading:after {
37 content: "";
38 position: absolute;
39 top: 0;
40 left: 0;
41 right: 0;
42 bottom: 0;
43 z-index: 10;
44 background: #FFF;
45 opacity: 0.5;
46 }
47
48 .chart-description li {
49 display: inline-block;
50 margin-right: 15px;
51 }
52
53 .chart-description li:before {
54 content: "";
55 display: inline-block;
56 width: 10px;
57 height: 10px;
58 vertical-align: middle;
59 margin-right: 5px;
60 }
61
62 .chart-description li span {
63 display: inline-block;
64 vertical-align: middle;
65 font-weight: bold;
66 }
67
68 .chart-description li.all:before {
69 background: #2FA7FF;
70 }
71
72 .chart-description li.instructors:before {
73 background: #EAC79B;
74 }
75
76 .chart-description li.students:before {
77 background: #D4D0CB;
78 }