diff --git a/dashboard-ui/css/remotecontrol.css b/dashboard-ui/css/remotecontrol.css index 4d0171058b..4f8a7d1122 100644 --- a/dashboard-ui/css/remotecontrol.css +++ b/dashboard-ui/css/remotecontrol.css @@ -1,4 +1,4 @@ -#remoteControlFlyout { +.remoteControlFlyout { width: 300px; min-height: 400px; } @@ -69,13 +69,13 @@ } @media all and (min-height: 500px) { - #remoteControlFlyout { + .remoteControlFlyout { min-height: 450px; } } @media all and (min-height: 600px) { - #remoteControlFlyout { + .remoteControlFlyout { min-height: 500px; } } @@ -87,19 +87,19 @@ } @media all and (min-width: 400px) { - #remoteControlFlyout { + .remoteControlFlyout { width: 360px; } } @media all and (min-width: 500px) { - #remoteControlFlyout { + .remoteControlFlyout { width: 450px; } } @media all and (min-width: 600px) { - #remoteControlFlyout { + .remoteControlFlyout { width: 550px; } } \ No newline at end of file diff --git a/dashboard-ui/edititemimages.html b/dashboard-ui/edititemimages.html index 3eecd402c3..155716d949 100644 --- a/dashboard-ui/edititemimages.html +++ b/dashboard-ui/edititemimages.html @@ -25,10 +25,10 @@
-
-
+
+
There are currently no available media browser sessions to control.
'); - $('#remoteControlFlyout').popup("reposition", {}); + $('.remoteControlFlyout').popup("reposition", {}); return; } @@ -542,8 +544,6 @@ $('.tdSelectSession', elem).html(''); $('.chkClient:first', elem).checked(true); - - $('#remoteControlFlyout').popup("reposition", { tolerance: 0 }); } function getSessionNowPlayingTime(session) { @@ -642,7 +642,7 @@ function showMenu(sessions, options) { - var html = '