1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

footer #download fixed to bottom

This commit is contained in:
Uvis Grinfelds 2014-11-13 19:57:13 +01:00
parent 28e1ad8c8b
commit 4a6e82d653
3 changed files with 8 additions and 1 deletions

View File

@ -3,9 +3,13 @@
} }
#download { #download {
footer { footer {
bottom: 0; bottom: 0;
left: 0;
width: 100%; width: 100%;
position: absolute;
z-index: -1;
} }
} }

View File

@ -6372,7 +6372,10 @@ blockquote.tweet-xl a {
} }
#download footer { #download footer {
bottom: 0; bottom: 0;
left: 0;
width: 100%; width: 100%;
position: absolute;
z-index: -1;
} }
.preview-image { .preview-image {
padding: 0; padding: 0;

File diff suppressed because one or more lines are too long