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

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