]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/style/default.css
bacula-web:Changed css classes for header and boxes
[bacula/bacula] / gui / bacula-web / style / default.css
index a53eb52f42f5aacbd07c5fba9aa59c14b7c1529f..7b0bedf7c23b9f4ca129d3a49cf0f2b3cd064321 100644 (file)
@@ -11,7 +11,7 @@ body{
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
- background-color: #1E90FF ;
+ background-color: #736F6E;
 }
 #header p {
  margin: 0px;
@@ -75,7 +75,8 @@ body{
  text-align: center;
  vertical-align: middle;
  font-size: 11pt;
- background-color: #1E90FF;
+ /*background-color: #1E90FF;*/
+ background-color: #888888;
  color: white;
  font-weight: bold;
  padding: 0px;
@@ -93,6 +94,20 @@ body{
 table {
  width: 100%;
  margin: 0px;
+ border-collapse: collapse;
+}
+.pool_name {
+ text-align: left; 
+ font-weight: bold;
+ font-size: 9pt;
+ padding: 2px;
+ background-color: #E0C8E5; 
+ color: black; 
+}
+
+.tbl_vol_header {
+ text-align: center; 
+ background-image: url('../images/bg5.png'); 
 }
 
 a:link { color: #0000c0 }