mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Design fix on intro page
This commit is contained in:
@@ -244,12 +244,13 @@ foreach ($result as $row)
|
||||
@$activity_last_weeks[$week][$day_nb]['date'] = format_date($day_date->getTimestamp());
|
||||
}
|
||||
|
||||
//echo '<pre>'; print_r($activity_last_weeks); echo '</pre>';
|
||||
|
||||
foreach($activity_last_weeks as $week => $i)
|
||||
{
|
||||
foreach($i as $day => $j)
|
||||
{
|
||||
$details = $j['details'];
|
||||
ksort($details);
|
||||
$activity_last_weeks[$week][$day]['details'] = $details;
|
||||
if ($j['number'] > 0)
|
||||
{
|
||||
$temp_data[] = array('x' => $j['number'], 'd'=>$day, 'w'=>$week);
|
||||
|
||||
@@ -547,7 +547,7 @@ FORM.properties SPAN.property {
|
||||
/* Dashboard */
|
||||
.intro-page-container {
|
||||
display: grid;
|
||||
grid-template-columns: 50% 49%;
|
||||
grid-template-columns: 48% 52%;
|
||||
}
|
||||
|
||||
.stat-boxes {
|
||||
|
||||
Reference in New Issue
Block a user