]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Changed css class attributes for main dashboard
authorDavide Franco <bacula-dev@dflc.ch>
Mon, 31 Jan 2011 13:55:06 +0000 (14:55 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:43:37 +0000 (14:43 +0200)
gui/bacula-web/style/default.css

index 6737d3e2730dbab065bd3f528db9433137dff92b..16bdd3d1f75a5d1870f5365cf360774bd19e9d41 100644 (file)
@@ -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;
 }