]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/style/default.css
bacula-web: Improved Jobs page
[bacula/bacula] / gui / bacula-web / style / default.css
index b8129e2c5a6bc67dcca9bb9b639fc782ea724b15..47563384cb3471eb25f05443bb43c3e971080850 100644 (file)
@@ -89,7 +89,7 @@ a:hover { color: #736F6E }
 #main_center {
  position: absolute; 
  left:10px; 
- width: 900px; 
+ width: 1000px; 
  /*border: 1px solid red; */
  margin-top: 0px;
 }
@@ -137,7 +137,7 @@ a:hover { color: #736F6E }
 .box table.list
 {
  border-collapse: collapse;
- width: 100%;
+ /*width: 100%;*/
  margin: 0px;
 }
 
@@ -154,8 +154,9 @@ a:hover { color: #736F6E }
 
 .box table tr td
 {
- padding: 2px;
+ padding: 5px;
  font-size: 8pt;
+ height: 20px;
 }
 
 .box table tr td.label
@@ -165,19 +166,26 @@ a:hover { color: #736F6E }
  /*width: 150px;*/
  text-align: left;
  padding-left: 15px;
- padding: 3px;
+ padding: 5px;
  margin: 2px;
 }
 
-.box table tr td.info
+.box table td.info
 {
  text-align: center; 
- /* padding-right: 8em; */
+ vertical-align: middle;
+ padding-right: 8em;
  font-weight: bold;
  background-color: #E0E0E0;
+ height: auto;
+ padding: 5px;
+ margin:0px;
 }
 
 .box table tr td.info a { font-size: 8pt;}
+
+.odd { background-color: #DCDCDC; }
+
 table {
  width: 100%;
  margin: 0px;
@@ -287,9 +295,7 @@ td,input,select {
  font-size : 13px; 
  color: red;
 }
-.header { 
- font-size : 18px; 
-}
+
 .size_small { 
  font-size: 9px; 
 }