From: Davide Franco Date: Mon, 31 Jan 2011 13:55:06 +0000 (+0100) Subject: bacula-web: Changed css class attributes for main dashboard X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c9b477dde7d84bb41d9b5f0cd75734a6ddd10ea3;p=bacula%2Fbacula bacula-web: Changed css class attributes for main dashboard --- 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; }