From 1c3a3876e380fc457938d0ceb5fca8ae6de94365 Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Fri, 25 Sep 2015 00:26:54 -0700 Subject: [PATCH] Update styles for confirm modal box --- data/interfaces/default/css/plexpy.css | 7 ++++++ data/interfaces/default/info.html | 25 ++++++++++++++++--- .../default/info_search_results_list.html | 19 +++----------- plexpy/datafactory.py | 4 ++- 4 files changed, 36 insertions(+), 19 deletions(-) diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index 2edde3f0..2caf485c 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -1418,6 +1418,13 @@ a:hover .item-children-poster { width: 40px; margin-right: 20px; } +#new_title h3 { + color: #F9AA03; + font-size: 14px; + line-height: 1.42857143; + font-weight: bold; + margin: 0; +} .settings-alert { float: left; padding: 0; diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html index b036b91f..17473a4a 100644 --- a/data/interfaces/default/info.html +++ b/data/interfaces/default/info.html @@ -41,6 +41,7 @@ parent_title Returns the name of the album. grandparent_title Returns the name of the show, or artist. media_index Returns the index number of the episode, or track. parent_media_index Returns the index number of the season. +year Returns the release year of the movie, or show. media_type Returns the type of media. Either 'movie', 'show', 'season', 'episode', 'artist', 'album', or 'track'. rating_key Returns the unique identifier for the media item. @@ -454,8 +455,26 @@ DOCUMENTATION :: END