# HG changeset patch # User Michiel Broek # Date 1406924517 -7200 # Node ID f45c291c63314d741e0d3a1046b3432c63a719f3 # Parent 15f92e5eecef415f0892a9a6fd0e8d2586b1ec2a Added style to the maintenance menu diff -r 15f92e5eecef -r f45c291c6331 www-thermferm/css/style.css --- a/www-thermferm/css/style.css Fri Aug 01 21:40:02 2014 +0200 +++ b/www-thermferm/css/style.css Fri Aug 01 22:21:57 2014 +0200 @@ -290,3 +290,36 @@ margin-top: 10px; } +#menu { + width: 600px; + height: 300px; + margin-left: auto; + margin-right: auto; + border: 3px solid #5c9ccc; + border-radius: 5px 5px 5px 5px; + margin-top: 50px; +} + +#menu_header { + width: 600px; + height: 30px; + background-color: #5c9ccc; + text-align: center; + padding-top: 10px; + color: #fff; + font-family: Helvetica, Arial, sans-serif; + font-size: 16px; + font-weight: bold; +} + +#menu_left { + width: 300px; + height: 260px; + float: left; +} + +#menu_right { + width: 300px; + height: 260px; + float: right; +} diff -r 15f92e5eecef -r f45c291c6331 www-thermferm/maintenance.php --- a/www-thermferm/maintenance.php Fri Aug 01 21:40:02 2014 +0200 +++ b/www-thermferm/maintenance.php Fri Aug 01 22:21:57 2014 +0200 @@ -43,17 +43,31 @@ $outstr .= '
'.PHP_EOL; $outstr .= ' '.PHP_EOL; $outstr .= '
'.PHP_EOL; -$outstr .= ' Content'.PHP_EOL; -$outstr .= ' '.PHP_EOL; +$outstr .= ' '.PHP_EOL; $outstr .= '
'.PHP_EOL; $outstr .= '
'.PHP_EOL; $outstr .= ' '.PHP_EOL;