From 9f38a333888ef8370a72e0fd87cf5fc450d2b5f8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 10 May 2016 01:00:50 -0400 Subject: [PATCH] update recording editor --- .../recordingeditor.template.html | 31 ++++++++----------- dashboard-ui/scripts/mediaplayer-video.js | 6 ++-- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/dashboard-ui/components/recordingeditor/recordingeditor.template.html b/dashboard-ui/components/recordingeditor/recordingeditor.template.html index dcf5890aa7..8c14c400fd 100644 --- a/dashboard-ui/components/recordingeditor/recordingeditor.template.html +++ b/dashboard-ui/components/recordingeditor/recordingeditor.template.html @@ -30,26 +30,21 @@

-
-

${HeaderRecordingOptions}

- - -
-
- -
-
-
- -
-
-
-

- +
+
+
+ +
+
+
+ +
+
+
\ No newline at end of file diff --git a/dashboard-ui/scripts/mediaplayer-video.js b/dashboard-ui/scripts/mediaplayer-video.js index d9635c64ea..5b266aa6e3 100644 --- a/dashboard-ui/scripts/mediaplayer-video.js +++ b/dashboard-ui/scripts/mediaplayer-video.js @@ -696,7 +696,9 @@ html += '
'; html += ''; - html += '
'; + var hiddenOnIdleClass = AppInfo.isNativeApp && browserInfo.android ? 'hiddenOnIdle hide' : 'hiddenOnIdle'; + + html += '
'; html += ''; html += '
'; @@ -713,7 +715,7 @@ html += '
'; // videoTopControls // Create controls - html += '
'; + html += '
'; html += '
'; html += '
';