diff --git a/app/views/manga/edit.php b/app/views/manga/edit.php
index a6eefb27..024dce2b 100644
--- a/app/views/manga/edit.php
+++ b/app/views/manga/edit.php
@@ -25,9 +25,9 @@
|
|
diff --git a/public/css/base.css b/public/css/base.css
index b80a42b1..a2483688 100644
--- a/public/css/base.css
+++ b/public/css/base.css
@@ -1174,8 +1174,8 @@ a:hover, a:active {
position:absolute;
top: 86px;
top: calc(50% - 58.5px);
- left: 5px;
- left: calc(50% - 95px);
+ left: 43.5px;
+ left: calc(50% - 66.5px);
}
/* -----------------------------------------------------------------------------
@@ -1222,11 +1222,16 @@ a:hover, a:active {
position:absolute;
display:block;
top:0;
+ left:0;
height:100%;
width:100%;
vertical-align:middle;
}
+#series_list .name small {
+ color: #fff;
+}
+
/* ----------------------------------------------------------------------------
Details page styles
-----------------------------------------------------------------------------*/
diff --git a/public/css/base.myth.css b/public/css/base.myth.css
index b91f8be5..6e243f99 100644
--- a/public/css/base.myth.css
+++ b/public/css/base.myth.css
@@ -439,8 +439,8 @@ a:hover, a:active {
position:absolute;
top: 86px;
top: calc(50% - 58.5px);
- left: 5px;
- left: calc(50% - 95px);
+ left: 43.5px;
+ left: calc(50% - 66.5px);
}
@@ -484,10 +484,14 @@ a:hover, a:active {
position:absolute;
display:block;
top:0;
+ left:0;
height:100%;
width:100%;
vertical-align:middle;
}
+#series_list .name small {
+ color: #fff;
+}
/* ----------------------------------------------------------------------------
Details page styles
diff --git a/public/js/manga_edit.js b/public/js/manga_edit.js
old mode 100755
new mode 100644
index d59a9587..a97fb35f
--- a/public/js/manga_edit.js
+++ b/public/js/manga_edit.js
@@ -18,12 +18,16 @@
completed = 0;
}
+ // Setup the update data
let data = {
- id: manga_id
+ id: manga_id,
+ data: {
+ progress: completed
+ }
};
// Update the total count
- data[type + "s_read"] = ++completed;
+ data['data']['progress'] = ++completed;
_.ajax(_.url('/manga/update'), {
data: data,
diff --git a/public/templates/anime-ajax-search-results.html b/public/templates/anime-ajax-search-results.html
index a28371f7..c5a64562 100644
--- a/public/templates/anime-ajax-search-results.html
+++ b/public/templates/anime-ajax-search-results.html
@@ -4,10 +4,13 @@
diff --git a/public/templates/manga-ajax-search-results.html b/public/templates/manga-ajax-search-results.html
index 25594c2b..c5a64562 100644
--- a/public/templates/manga-ajax-search-results.html
+++ b/public/templates/manga-ajax-search-results.html
@@ -1,10 +1,18 @@
-{{#search}}
+{{#data}}
-
-
-