X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbacula-web%2Fstyle%2Fdefault.css;h=936bdb6b2efa6d1d76682cdae9907dd9bc714519;hb=21e75158f4107b88d7cfc14ca1aa7867885765f3;hp=e5a6220c0e6d55825fa3aa099f079c03159cf31c;hpb=8ff24a4488b622856762eebadc614a214f009f52;p=bacula%2Fbacula diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css index e5a6220c0e..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 { @@ -78,10 +84,17 @@ a:link, a:visited, a:hover, a:visited { background-color: #FFFFFF; } +#main_middle { + position: absolute; + left:420px; + width: 400px; + border: none; + margin-top: 0px; +} #main_right { position: absolute; - left:420px; - width: 400px; + left: 830px; + width: 350px; border: none; margin-top: 0px; } @@ -118,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; @@ -126,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 -{ - padding: 2px; +.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;}