X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbacula-web%2Fstyle%2Fdefault.css;h=936bdb6b2efa6d1d76682cdae9907dd9bc714519;hb=21e75158f4107b88d7cfc14ca1aa7867885765f3;hp=4419c49701c8c412276267fe6de881c24657e0b9;hpb=deb42f7647c04032a75cf48d92bec6895bfe08df;p=bacula%2Fbacula diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css index 4419c49701..936bdb6b2e 100644 --- a/gui/bacula-web/style/default.css +++ b/gui/bacula-web/style/default.css @@ -34,9 +34,10 @@ a:link, a:visited, a:hover, a:visited { width: 100%; padding: 0px; margin: 0px; - margin-bottom: 15px; + margin-bottom: 0px; background-color: #736F6E; } + #header p { margin: 0px; padding: 5px; @@ -53,16 +54,21 @@ a:link, a:visited, a:hover, a:visited { margin: 0em; padding: 0px; border-bottom: 1px solid black; + height: 30px; } + #subheader ul { - height: 20px; + height: 30px; margin: 0px; + /* margin-top: 5px; */ } #subheader li { display: inline; float: right; padding: 0px 10px 0px 10px; + margin-top: 5px; + vertical-align: middle; } #subheader li a { @@ -125,7 +131,6 @@ a:link, a:visited, a:hover, a:visited { text-align: center; vertical-align: middle; font-size: 11pt; - /*background-color: #1E90FF;*/ background-color: #888888; color: white; font-weight: bold; @@ -133,41 +138,34 @@ a:link, a:visited, a:hover, a:visited { margin: 0px; } -.box p.title a { - color: #FFFFFF; +.box div.footer { + text-align: right; + padding: 3px; +} + +.box div.footer a { text-decoration: none; font-size: 9pt; - float: right; vertical-align: middle; } -.box table tr td -{ +.box table tr td { padding: 3px; font-size: 8pt; height: 20px; } -.box table tr td.label -{ - /*font-weight: bold;*/ - background-color: #E0E0E0; - /*width: 150px;*/ +.box table tr td.label { + background-color: #FFFFFF; + font-weight: bold; text-align: left; - padding-left: 15px; - padding: 5px; - margin: 2px; + padding: 3px 3px 3px 15px; } -.box table td.info -{ +.box table td.info { text-align: right; - font-weight: bold; - background-color: #E0E0E0; - height: auto; - padding: 2px; - padding-right: 10px; - margin: 0px; + background-color: #FFFFFF; + padding: 3px 15px 3px 3px; } .box table tr td.info a { font-size: 8pt;}