From c9b477dde7d84bb41d9b5f0cd75734a6ddd10ea3 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 31 Jan 2011 14:55:06 +0100 Subject: [PATCH] bacula-web: Changed css class attributes for main dashboard --- gui/bacula-web/style/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css index 6737d3e273..16bdd3d1f7 100644 --- a/gui/bacula-web/style/default.css +++ b/gui/bacula-web/style/default.css @@ -73,7 +73,7 @@ a:hover { color: #736F6E } #main_left { position: absolute; left:10px; - width: 500px; + width: 400px; border:none; margin-top: 0px; background-color: #FFFFFF; @@ -81,8 +81,8 @@ a:hover { color: #736F6E } #main_right { position: absolute; - left:520px; - width: 500px; + left:420px; + width: 400px; border: none; margin-top: 0px; } -- 2.39.5