diff --git a/static/css/style.css b/static/css/style.css index e4b1cd6..53606c6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -60,8 +60,17 @@ visibility: hidden; } -.fetched_dif { - margin-top: 110px !important; +.fetched_dif_videos { + margin-top: 110px !important; +} + +.fetched_dif_files{ + margin-top: 10px !important; +} + + +.fetched_dif_images { + margin-top: 10px ; } .fetched_img { @@ -623,6 +632,10 @@ hr { text-align: left; } +.torrent-cat { + margin-top: 110px; +} + .torrent-cat:hover, .torrent-settings:hover, .torrent-sort-save:hover { diff --git a/templates/files.html b/templates/files.html index ff35355..7e39e29 100755 --- a/templates/files.html +++ b/templates/files.html @@ -120,8 +120,6 @@ -

{{ translate "fetched_in" .Fetched }}

- {{ if .Results }}
@@ -147,6 +145,8 @@
+

{{ translate "fetched_in" .Fetched }}

+
{{ range .Results }}
diff --git a/templates/forums.html b/templates/forums.html index 1476537..a8015cd 100755 --- a/templates/forums.html +++ b/templates/forums.html @@ -132,6 +132,8 @@ +

{{ translate "fetched_in" .Fetched }}

+
{{if .Results}} {{range .Results}} diff --git a/templates/images.html b/templates/images.html index fa6df07..d58f015 100755 --- a/templates/images.html +++ b/templates/images.html @@ -146,7 +146,8 @@
- + +

{{ translate "fetched_in" .Fetched }}

{{ if .Results }}
diff --git a/templates/text.html b/templates/text.html index 58da2af..fe9ee99 100755 --- a/templates/text.html +++ b/templates/text.html @@ -132,7 +132,9 @@ {{end}} - + +

{{ translate "fetched_in" .Fetched }}

+
{{if .Results}} {{range .Results}} diff --git a/templates/videos.html b/templates/videos.html index 8cc21de..1cda0b7 100644 --- a/templates/videos.html +++ b/templates/videos.html @@ -120,7 +120,7 @@
-

{{ translate "fetched_in" .Fetched }}

+

{{ translate "fetched_in" .Fetched }}

{{ if .Results }} {{ range .Results }}