try some css improvements
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en_EN">
|
<html lang="en-EN">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>UAAP | Uberspace Account Administration Panel</title>
|
<title>UAAP | Uberspace Account Administration Panel</title>
|
||||||
@@ -7,11 +7,11 @@
|
|||||||
<script src="/static/click_toggle.js" type="text/javascript"></script>
|
<script src="/static/click_toggle.js" type="text/javascript"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="wrapper">
|
||||||
|
|
||||||
<h1>Account Administration Panel</h1>
|
<h1>Account Administration Panel</h1>
|
||||||
|
|
||||||
<h4>You have following options:</h4>
|
<h4>You have following options:</h4>
|
||||||
<
|
|
||||||
|
|
||||||
<div id="gallery">
|
<div id="gallery">
|
||||||
<p><strong>Email accounts</strong></p>
|
<p><strong>Email accounts</strong></p>
|
||||||
@@ -118,9 +118,13 @@
|
|||||||
|
|
||||||
</div> <!-- /gallery -->
|
</div> <!-- /gallery -->
|
||||||
|
|
||||||
|
<div class="push"></div>
|
||||||
<p style="font-size:small">This web application has been created by <a href="http://mehl.mx">Max Mehl</a><br />
|
</div> <!-- /wrapper -->
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
<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>
|
The program can be obtained on <a href="http://src.mehl.mx/uberspace-webadmin.git">Git</a> under a GPLv3+ license.</p>
|
||||||
|
</div> <!-- footer -->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.wrapper {
|
||||||
|
min-height: 100%;
|
||||||
|
height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
|
||||||
|
height: 100%;
|
||||||
|
margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
|
||||||
|
}
|
||||||
|
.footer, .push {
|
||||||
|
height: 155px; /* .push must be the same height as .footer */
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-family: Arial,Helvetica,sans-serif;
|
font-family: Arial,Helvetica,sans-serif;
|
||||||
|
|||||||
Reference in New Issue
Block a user