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

@@ -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;}