0 Votes

Changes for page Global Dashboard

Last modified by Ryan C on 2025/09/10 18:12

From version 25.1
edited by Ryan C
on 2025/05/15 01:07
Change comment: There is no comment for this version
To version 24.2
edited by Ryan C
on 2025/05/15 01:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,13 +1,5 @@
1 1  {{html clean="false"}}
2 2  <style>
3 -.dashboard-columns {
4 - display: flex;
5 - justify-content: space-between;
6 - flex-wrap: wrap;
7 - margin-bottom: 2em;
8 - gap: 1.5em;
9 -}
10 -
11 11  .dashboard-column {
12 12   flex: 1;
13 13   min-width: 250px;
... ... @@ -17,22 +17,18 @@
17 17   border-radius: 10px;
18 18   color: #f0f0f0;
19 19  }
20 -
21 21  .dashboard-column h3 {
22 22   margin-top: 0;
23 23   border-bottom: 1px solid #444;
24 24   padding-bottom: 4px;
25 25  }
26 -
27 27  .dashboard-column ul {
28 28   list-style: none;
29 29   padding-left: 0;
30 30  }
31 -
32 32  .dashboard-column li {
33 33   margin: 0.3em 0;
34 34  }
35 -
36 36  .cat-race a { color: #00ffff !important; }
37 37  .cat-history a { color: #ffcc66 !important; }
38 38  .cat-discrimination a { color: #ff6666 !important; }
... ... @@ -141,7 +141,6 @@
141 141   </ul>
142 142  </div>
143 143  
144 -
145 145  </div>
146 146  {{/html}}
147 147