From eadfe3c5f02b3140a18864e828f3609ac67a9584 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Fri, 22 Oct 2010 18:26:44 +0200 Subject: [PATCH] bacula-web: Changed header.tpl design and links --- gui/bacula-web/style/default.css | 45 ++++++++++++++++++++++++++++- gui/bacula-web/templates/header.tpl | 40 +++++++++++++++---------- 2 files changed, 68 insertions(+), 17 deletions(-) diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css index a50c5b2b7e..f29052cb85 100644 --- a/gui/bacula-web/style/default.css +++ b/gui/bacula-web/style/default.css @@ -1,5 +1,47 @@ body{ background-color: #ffffff; + padding: 0px; + margin: 0px; + + font-family: Arial,Verdana; +} + +#header{ + width: 100%; + padding: 0px; + margin: 0px; + background-color: #1E90FF ; +} +#header p.title{ + vertical-align: middle; + background-image: url('images/bg2.png'); + font-size: 18pt; + font-variant: small-caps; + font-weight: bold; + text-align: right; + color: #FFFFFF; + padding: 0.5em; +} +#subheader { + width: 100%; + font-size: 10pt; + margin: 0px; + padding: 0px; + border-bottom: 1px solid black; +} +#subheader ul { + height: 20px; + margin: 0px; +} + +#subheader li { + display: inline; + float: right; + padding: 0px 10px 0px 10px; +} + +#subheader li a { + text-decoration: none; } a:link { color: #0000c0 } @@ -101,4 +143,5 @@ td,input,select { } .size_small { font-size: 9px; -} \ No newline at end of file +} + diff --git a/gui/bacula-web/templates/header.tpl b/gui/bacula-web/templates/header.tpl index 453fbde808..d6f1c1180f 100644 --- a/gui/bacula-web/templates/header.tpl +++ b/gui/bacula-web/templates/header.tpl @@ -1,9 +1,25 @@ - + + +
+ +
+ + \ No newline at end of file -- 2.39.5