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

@@ -7,6 +7,7 @@
<script src="/static/click_toggle.js" type="text/javascript"></script>
</head>
<body>
<div class="wrapper">
<h1>Account Administration Panel</h1>
@@ -117,9 +118,10 @@
</div> <!-- /gallery -->
</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>
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>

View File

@@ -24,6 +24,10 @@ button {
padding: 6px;
}
.wrapper {
background-color:#FFFFFF;
}
.footer {
position:fixed;
height:50px;
@@ -34,7 +38,7 @@ button {
}
/* New click/hide */
#gallery {position:relative; line-height:20px; width:705px; padding:0 0 10px 10px; margin-bottom:100px; height:100%; background-color:#FFFFFF;}
#gallery {position:relative; line-height:20px; width:705px; padding:0 0 10px 10px; margin-bottom:100px; height:100%;}
#gallery .switch {display:block; cursor:pointer; color:#000; font-weight:normal;}
#gallery .switch .turn_off {display:none;}
#gallery .off {color:#c00;}

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>