From: Davide Franco Date: Thu, 21 Jul 2011 16:29:55 +0000 (+0200) Subject: bacula-web: Some improvments on html and css code X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b5965ac0a03180921a78332b6d441d7de470fd45;p=bacula%2Fbacula bacula-web: Some improvments on html and css code --- diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css index 0ae6cade34..92a134c04c 100644 --- a/gui/bacula-web/style/default.css +++ b/gui/bacula-web/style/default.css @@ -8,6 +8,19 @@ body{ vertical-align: middle; } +form{ + margin: 0px; + padding: 0px; +} + +form input { + padding: 3px; +} + +form input.submit { + margin-bottom: 10px; +} + a:link, a:visited, a:hover, a:visited { color: #736F6E; font-size: 10pt; @@ -165,7 +178,7 @@ a:link, a:visited, a:hover, a:visited { .box table td.info { text-align: right; background-color: #FFFFFF; - padding: 3px; + padding: 3px 10px; } .box table tr td.info a { font-size: 8pt;} diff --git a/gui/bacula-web/templates/index.tpl b/gui/bacula-web/templates/index.tpl index f85ad55fad..c2976a7893 100644 --- a/gui/bacula-web/templates/index.tpl +++ b/gui/bacula-web/templates/index.tpl @@ -121,6 +121,12 @@ Custom report + + Client + + {html_options name=client_id options=$clients_list"} + + Report type @@ -130,12 +136,6 @@ - - Client - - {html_options name=client_id options=$clients_list"} - - Graph type @@ -157,7 +157,7 @@ - + @@ -179,7 +179,9 @@ - + + +