##// END OF EJS Templates
styling: #3989 improved report styling
lisaq -
Show More
@@ -8603,6 +8603,20 b' table.log-list .log {'
8603 8603 .register-section #btn-demo {
8604 8604 border: 1px solid #239100 !important;
8605 8605 }
8606 .top-state-report h3 {
8607 margin: 0 0 15px;
8608 }
8609 .top-state-report .tab-pane {
8610 padding: 15px;
8611 border-bottom: 1px solid #ddd;
8612 border-right: 1px solid #ddd;
8613 border-left: 1px solid #ddd;
8614 border-radius: 4px;
8615 }
8616 .top-state-report .perf_stats,
8617 .top-state-report .report-table {
8618 margin-bottom: 30px;
8619 }
8606 8620 .top-state-report .affected-user-list {
8607 8621 margin: 0px;
8608 8622 padding: 0px;
@@ -1,5 +1,22 b''
1 1 .top-state-report {
2 2
3 h3 {
4 margin: 0 0 15px;
5 }
6
7 .tab-pane {
8 padding: 15px;
9 border-bottom: 1px solid #ddd;
10 border-right: 1px solid #ddd;
11 border-left: 1px solid #ddd;
12 border-radius: 4px;
13 }
14
15 .perf_stats,
16 .report-table {
17 margin-bottom: 30px;
18 }
19
3 20 .affected-user-list {
4 21 margin: 0px;
5 22 padding: 0px;
General Comments 0
You need to be logged in to leave comments. Login now