adapt css changes on all files

This commit is contained in:
2015-07-09 14:49:54 +03:00
parent ac2ef3c565
commit 81fe5c709b
3 changed files with 15 additions and 5 deletions

View File

@@ -5,7 +5,8 @@
<link rel='stylesheet' href='/static/style.css' type='text/css' media='all' />
</head>
<body>
<div class="wrapper">
<p><a href="/">&#171; GO BACK</a> to main administration page</p>
<h1>Results</h1>
@@ -41,8 +42,11 @@ else
<p>In case of errors, please check all input data again.<br />
If the problem still exists, please contact us and add the error message.</p>
<p style="font-size:small">This web application has been created by <a href="http://mehl.mx">Max Mehl</a><br />
The program can be obtained on <a href="http://src.mehl.mx/uberspace-webadmin.git">Git</a> under a GPLv3+ license.</p>
</div> <!-- /wrapper -->
<div class="footer">
<p>This web application has been created by <a href="http://mehl.mx">Max Mehl</a><br />
The program can be obtained on <a href="http://src.mehl.mx/uberspace-webadmin.git">Git</a> under a GPLv3+ license.</p>
</div>
</body>
</html>