From 3de12541f8d13a18ad31d80b3a108533ca774232 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Tue, 25 Jan 2011 18:52:13 +0100 Subject: [PATCH] bacula-web: Modifications in CSS file (default.css) - Removed useless classe and id definition (no more used in template) - Added css classe attributes for some html tags (td and input) --- gui/bacula-web/style/default.css | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css index 8b6e73f3cb..6737d3e273 100644 --- a/gui/bacula-web/style/default.css +++ b/gui/bacula-web/style/default.css @@ -1,9 +1,10 @@ -body{ +body, td, input { background-color: #ffffff; padding: 3px; margin: 0px; font-family: Arial,Verdana; font-size: 10pt; + text-align: left; } a:link, a:visited { @@ -182,11 +183,6 @@ table { color: black; } -.tbl_vol_header { - text-align: center; - background-image: url('../style/images/bg5.png'); -} - td,input,select { font-family: Verdana,Arial; font-size: 7.5pt; @@ -209,28 +205,6 @@ td,input,select { background-color: #FDFFBF; } -.tbl_pool_inter_1 { - background-color: #D4D4D9; - border-style: solid; - border-left-width: 1px; - border-top-width: 1px; - border-right-width: 0px; - background-image:url('../style/images/bg5.png'); -} -.tbl_pool_inter_2 { - background-color: #D4D4D9; - border-style: solid; - border-left-width: 0px; - border-top-width: 1px; - border-right-width: 0px; -} -.tbl_pool_inter_3 { - background-color: #D4D4D9; - border-style: solid; - border-left-width: 0px; - border-top-width: 1px; - border-right-width: 1px -} .titulo { font-size : 20px; background-color: #FDFFBF; -- 2.39.5