Issue #1190: Redesign of intro page

* Add an Activity graph for activity peaks
 * Add a storage graph for storage repartition
 * Redesign intro page for those charts
This commit is contained in:
Zacharie
2020-05-29 17:43:13 +02:00
committed by plegall
parent 67647080ea
commit 2633042618
4 changed files with 470 additions and 7 deletions
+14 -1
View File
@@ -232,6 +232,19 @@ a.stat-box:hover {
background-color: #555
}
.chart-title {
color: #777;
}
.activity-chart span p {
background-color: #333333;
box-shadow: none;
}
.activity-chart span p::after {
border-color: transparent transparent #333333 transparent;
}
/* hacks */
* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
*+html .bigtext { left: 70px; }
@@ -876,4 +889,4 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.icon-green {
background-color: #4ac641;
color: #014400;
}
}