]> 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..8b6e73f3cb0727a2ea2c9078e2909d085f58e4fe 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;
 }
@@ -134,28 +134,11 @@ a:hover { color: #736F6E }
  vertical-align: middle;
 }
 
-.box table.list
-{
- border-collapse: collapse;
- width: 100%;
- margin: 0px;
-}
-
-.box table
-{
- border-collapse: separate;
- margin: 0px;
-}
-
-.box table th {
- font-size: 10pt;
- background-color: #CACACA;
-}
-
 .box table tr td
 {
- padding: 2px;
+ padding: 5px;
  font-size: 8pt;
+ height: 20px;
 }
 
 .box table tr td.label
@@ -165,19 +148,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 +277,7 @@ td,input,select {
  font-size : 13px; 
  color: red;
 }
-.header { 
- font-size : 18px; 
-}
+
 .size_small { 
  font-size: 9px; 
 }