diff --git a/src/series/templates/homepage.html b/src/series/templates/homepage.html index 6dd63e1..f94c678 100644 --- a/src/series/templates/homepage.html +++ b/src/series/templates/homepage.html @@ -8,7 +8,7 @@ {% include 'components/message.html' %} - +
@@ -48,38 +48,40 @@
Title ({{series.paginator.count}})
-
- -
+
+
+ +
-
- +
{% endblock content %} \ No newline at end of file diff --git a/src/series/templates/new_episodes.html b/src/series/templates/new_episodes.html index 3e45cd7..e9123b4 100644 --- a/src/series/templates/new_episodes.html +++ b/src/series/templates/new_episodes.html @@ -6,7 +6,8 @@ {% block content %} - +
+
@@ -24,10 +25,10 @@
- + - +
Title @@ -45,5 +46,6 @@ {% endfor %}
+ {% endblock content %} \ No newline at end of file diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 9f9296e..04fa9fb 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -1,15 +1,27 @@ +.table { + margin-bottom: 1.5rem; +} + +.btn-new-episode { + float: left; +} + +.pages { + float: right; +} + @media only screen and (max-width: 510px) { table { - font-size: 90%; + font-size: 87%; } .edit-icon { - width: 19px; - height: 19px; + width: 18px; + height: 18px; } .trash-icon { - width: 21px; - height: 21px; + width: 19px; + height: 19px; } } \ No newline at end of file diff --git a/src/static/css/new_episodes.css b/src/static/css/new_episodes.css index e5c4b5a..29ac755 100644 --- a/src/static/css/new_episodes.css +++ b/src/static/css/new_episodes.css @@ -1,15 +1,24 @@ +.table { + margin-bottom: 1.5rem; + width: 670px; +} + +.table-div { + overflow-x: scroll; +} + @media only screen and (max-width: 510px) { table { - font-size: 85%; + font-size: 83%; } .edit-icon { - width: 15px; - height: 15px; + width: 18px; + height: 18px; } .trash-icon { - width: 17px; - height: 17px; + width: 19px; + height: 19px; } } \ No newline at end of file