mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user