diff --git a/src/Ombi/ClientApp/src/app/media-details/media-details.component.scss b/src/Ombi/ClientApp/src/app/media-details/media-details.component.scss index 475da7b3c..22a7b791c 100644 --- a/src/Ombi/ClientApp/src/app/media-details/media-details.component.scss +++ b/src/Ombi/ClientApp/src/app/media-details/media-details.component.scss @@ -156,8 +156,8 @@ margin-right:10px !important; } -.btn-spacing-below { - margin-bottom: 10px; +.spacing-below { + margin-bottom: 15px; } .tagline { diff --git a/src/Ombi/ClientApp/src/app/media-details/movie/movie-details.component.html b/src/Ombi/ClientApp/src/app/media-details/movie/movie-details.component.html index a0cee52f3..ed5175c54 100644 --- a/src/Ombi/ClientApp/src/app/media-details/movie/movie-details.component.html +++ b/src/Ombi/ClientApp/src/app/media-details/movie/movie-details.component.html @@ -105,139 +105,135 @@
-
- - +
+ + + - +
-
- - - {{movie.overview}} - - +
+
+
+ + + {{movie.overview}} + + + + +
+
+
+
+ + Cast + + + +
+
+ + +
+
+ Character: {{item.character}} +
+
+ Actor: {{item.name}} +
+
+
+
+
+
+
+
+ +
+
+ + + + + Recommendations + + + +
+ +
+ + +
+
+
+ + + + Similar + + + +
+ +
+ + +
+
+
+ + + + Videos + + + +
+ +
+ +
+
+
+
+
+
+ + +
-
-
- - -
- - Keywords/Tags: - - - {{keyword.name}} - - - -
-
-
-
-
- - Cast - - - -
-
- - -
-
- Character: {{item.character}} -
-
- Actor: {{item.name}} -
-
-
-
-
-
-
-
-
-
-
- - - - - Recommendations - - - -
- -
- - -
-
-
- - - - Similar - - - -
- -
- - -
-
-
- - - - Videos - - - -
- -
- -
-
-
-
-
-
diff --git a/src/Ombi/ClientApp/src/app/media-details/movie/panels/movie-information-panel.component.html b/src/Ombi/ClientApp/src/app/media-details/movie/panels/movie-information-panel.component.html index 739a86864..1f9c02e18 100644 --- a/src/Ombi/ClientApp/src/app/media-details/movie/panels/movie-information-panel.component.html +++ b/src/Ombi/ClientApp/src/app/media-details/movie/panels/movie-information-panel.component.html @@ -1,4 +1,19 @@ +
+ Genres: +
+ + + {{genre.name}} + + +
+
+
+
+ Status: +
{{movie.status}}
+
Theatrical Release:
{{movie.releaseDate | date: 'mediumDate'}} @@ -22,10 +37,6 @@ {{movie.voteCount | thousandShort: 1}}
-
- Status: -
{{movie.status}}
-
Runtime:
{{movie.runtime}} Minutes
@@ -39,13 +50,13 @@
{{movie.budget | currency: 'USD'}}
-
- Genres: -
- - - {{genre.name}} - - -
+ +
+
+ Keywords/Tags: + + + {{keyword.name}} + +
\ No newline at end of file