From 787687abf8749e0ff3928a953780004308ae13b7 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Fri, 10 Aug 2018 20:09:28 -0400 Subject: [PATCH] Update some styles --- app/views/anime/cover.php | 32 +- app/views/anime/list.php | 2 +- app/views/collection/cover-item.php | 27 ++ app/views/collection/cover.php | 30 +- app/views/collection/edit.php | 16 +- app/views/collection/list-item.php | 19 + app/views/collection/list.php | 94 ++-- app/views/main-menu.php | 4 +- app/views/manga/cover.php | 2 +- app/views/manga/edit.php | 18 +- app/views/manga/list.php | 4 +- public/css/app.min.css | 2 +- public/css/base.css | 657 +++++++++++++++++----------- public/js/anime_edit.js | 2 +- public/js/base/sort_tables.js | 85 ++-- 15 files changed, 574 insertions(+), 420 deletions(-) create mode 100644 app/views/collection/cover-item.php create mode 100644 app/views/collection/list-item.php diff --git a/app/views/anime/cover.php b/app/views/anime/cover.php index b4d52de8..7f6d5e66 100644 --- a/app/views/anime/cover.php +++ b/app/views/anime/cover.php @@ -1,4 +1,4 @@ -
+
isAuthenticated()): ?> Add Item @@ -24,27 +24,13 @@ " alt="" />
- isAuthenticated()): ?> -
- - Edit - -
- -
@@ -77,6 +63,20 @@
+ isAuthenticated()): ?> +
+ + Edit + +
+ +
Rating: / 10
Episodes: diff --git a/app/views/anime/list.php b/app/views/anime/list.php index 08172ebd..489bcc59 100644 --- a/app/views/anime/list.php +++ b/app/views/anime/list.php @@ -1,4 +1,4 @@ -
+
isAuthenticated()): ?> Add Item diff --git a/app/views/collection/cover-item.php b/app/views/collection/cover-item.php new file mode 100644 index 00000000..0244dd83 --- /dev/null +++ b/app/views/collection/cover-item.php @@ -0,0 +1,27 @@ + \ No newline at end of file diff --git a/app/views/collection/cover.php b/app/views/collection/cover.php index 9f82b9ae..7441f79b 100644 --- a/app/views/collection/cover.php +++ b/app/views/collection/cover.php @@ -1,4 +1,4 @@ -
+
isAuthenticated()): ?> Add Item @@ -14,33 +14,7 @@

- +
diff --git a/app/views/collection/edit.php b/app/views/collection/edit.php index 6b7af08f..33882b9d 100644 --- a/app/views/collection/edit.php +++ b/app/views/collection/edit.php @@ -2,7 +2,7 @@

Edit Anime Collection Item

- +
- - - + + + + + isAuthenticated()): ?> + + + + + + + + + \ No newline at end of file diff --git a/app/views/collection/list.php b/app/views/collection/list.php index f5ab3be5..049a63be 100644 --- a/app/views/collection/list.php +++ b/app/views/collection/list.php @@ -1,58 +1,42 @@
-isAuthenticated()): ?> -Add Item - - -

There's nothing here!

- - -
- $items): ?> - type="radio" id="collection-tab-" name="collection-tabs" /> - -
-

-
- - - isAuthenticated()): ?> - - - - - - - - - - - - - - isAuthenticated()): ?> - - - - - - - - - - - -
ActionsTitleEpisode CountEpisode LengthShow TypeAge RatingNotes
- Edit - - - - - " . $item['alternate_title'] . "" : "" ?> -
-
- - -
- + isAuthenticated()): ?> + Add Item + + +

There's nothing here!

+ + +
+ $items): ?> + type="radio" id="collection-tab-" + name="collection-tabs"/> + +
+

+ + + + isAuthenticated()): ?> + + + + + + + + + + + + + + + +
ActionsTitleEpisode CountEpisode LengthShow TypeAge RatingNotes
+
+ + +
+
\ No newline at end of file diff --git a/app/views/main-menu.php b/app/views/main-menu.php index 7c424b57..f27ca846 100644 --- a/app/views/main-menu.php +++ b/app/views/main-menu.php @@ -7,7 +7,7 @@ $lastSegment = $urlGenerator->lastSegment(); $extraSegment = $lastSegment === 'list' ? '/list' : ''; ?> -

+

+