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> <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>
@@ -117,9 +118,10 @@
</div> <!-- /gallery --> </div> <!-- /gallery -->
</div> <!-- /wrapper -->
<div class="footer"> <div class="footer">
<p>This web application has been created by <a href="http://mehl.mx">Max Mehl</a><br /> <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 --> </div> <!-- footer -->
</body> </body>

View File

@@ -24,6 +24,10 @@ button {
padding: 6px; padding: 6px;
} }
.wrapper {
background-color:#FFFFFF;
}
.footer { .footer {
position:fixed; position:fixed;
height:50px; height:50px;
@@ -34,7 +38,7 @@ button {
} }
/* New click/hide */ /* 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 {display:block; cursor:pointer; color:#000; font-weight:normal;}
#gallery .switch .turn_off {display:none;} #gallery .switch .turn_off {display:none;}
#gallery .off {color:#c00;} #gallery .off {color:#c00;}

View File

@@ -5,7 +5,8 @@
<link rel='stylesheet' href='/static/style.css' type='text/css' media='all' /> <link rel='stylesheet' href='/static/style.css' type='text/css' media='all' />
</head> </head>
<body> <body>
<div class="wrapper">
<p><a href="/">&#171; GO BACK</a> to main administration page</p> <p><a href="/">&#171; GO BACK</a> to main administration page</p>
<h1>Results</h1> <h1>Results</h1>
@@ -41,8 +42,11 @@ else
<p>In case of errors, please check all input data again.<br /> <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> 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 /> </div> <!-- /wrapper -->
The program can be obtained on <a href="http://src.mehl.mx/uberspace-webadmin.git">Git</a> under a GPLv3+ license.</p> <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> </body>
</html> </html>