footer css improvements for short screens

This commit is contained in:
2015-07-09 14:05:29 +03:00
parent a6885b2177
commit 9b6e255b62
2 changed files with 4 additions and 3 deletions

View File

@@ -118,7 +118,7 @@
</div> <!-- /gallery -->
<div class="footer">
<p style="font-size:small">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>
</div> <!-- footer -->

View File

@@ -26,13 +26,14 @@ button {
.footer {
position:fixed;
height:30px;
height:50px;
bottom:0px;
margin-bottom:0px;
font-size:small;
}
/* New click/hide */
#gallery {position:relative; line-height:20px; width:705px; padding-left:10px; margin-bottom:100px; height:450px;}
#gallery {position:relative; line-height:20px; width:705px; padding:0 0 10px 10px; margin-bottom:100px; height:100%; background-color:#FFFFFF;}
#gallery .switch {display:block; cursor:pointer; color:#000; font-weight:normal;}
#gallery .switch .turn_off {display:none;}
#gallery .off {color:#c00;}