Browse Source

fixed footer issue

tags/v1.0.0
Uvis Grinfelds 9 years ago
parent
commit
f20fcd35b1
5 changed files with 9 additions and 6 deletions
  1. +2
    -2
      transfersh-server/static/index.html
  2. +1
    -1
      transfersh-server/static/styles/main.css
  3. +3
    -1
      transfersh-web/styles/includes/preview.less
  4. +2
    -1
      transfersh-web/styles/main.css
  5. +1
    -1
      transfersh-web/styles/main.css.map

+ 2
- 2
transfersh-server/static/index.html View File

@@ -287,8 +287,8 @@
<br>
<br>

<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
<iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
<iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
</div>
</section>



+ 1
- 1
transfersh-server/static/styles/main.css
File diff suppressed because it is too large
View File


+ 3
- 1
transfersh-web/styles/includes/preview.less View File

@@ -4,9 +4,11 @@

html {
min-height:100%;
position: relative;
}
#download {
position: static;

padding-bottom:240px;
footer {
bottom: 0;
left: 0;


+ 2
- 1
transfersh-web/styles/main.css View File

@@ -6372,9 +6372,10 @@ blockquote.tweet-xl a {
}
html {
min-height: 100%;
position: relative;
}
#download {
position: static;
padding-bottom: 240px;
}
#download footer {
bottom: 0;


+ 1
- 1
transfersh-web/styles/main.css.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save