footer css improvements for short screens
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user