From 2a6a71a4a4d5580e9b7088b861a9c33b35ba594f Mon Sep 17 00:00:00 2001 From: tsmr Date: Mon, 23 Jul 2018 16:30:51 +0200 Subject: [PATCH] Minor css fixes --- css/mydashboard.css | 4 ++-- inc/alert.class.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/mydashboard.css b/css/mydashboard.css index ea59c03..df75dad 100644 --- a/css/mydashboard.css +++ b/css/mydashboard.css @@ -30,7 +30,7 @@ #maint-div { text-align: left; - margin: 10px 1px 30px 30px; + /*margin: 10px 1px 30px 30px;*/ min-height: 150px; } @@ -149,7 +149,7 @@ color: #000; font-size: 12px; background-color: #FFF; - width: 80%; + /*width: 80%;*/ } .weather_public_block { diff --git a/inc/alert.class.php b/inc/alert.class.php index ff8b42a..bebccd5 100644 --- a/inc/alert.class.php +++ b/inc/alert.class.php @@ -1219,7 +1219,7 @@ function getMaintenanceList() { $wl .= "
"; $wl .= ""; $wl .= "
"; - $wl .= "
"; + $wl .= "
"; $wl .= "

"; $wl .= $row['name']; $wl .= "

";