From e5b1aa0e6a8ac23a4d3aa2dcdb69aedf0c316086 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 10 Jun 2014 13:30:21 -0500 Subject: [PATCH] * VRFS-1771 - add no-selection-range in a larger area --- .../views/clients/_configure_tracks_dialog.html.haml | 12 ++++++------ .../views/clients/wizard/gear/_gear_wizard.html.haml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/web/app/views/clients/_configure_tracks_dialog.html.haml b/web/app/views/clients/_configure_tracks_dialog.html.haml index 8c1dcdb84..763e5143d 100644 --- a/web/app/views/clients/_configure_tracks_dialog.html.haml +++ b/web/app/views/clients/_configure_tracks_dialog.html.haml @@ -14,7 +14,7 @@ .clearall - .tab{'tab-id' => 'music-audio'} + .tab.no-selection-range{'tab-id' => 'music-audio'} .column .certified-audio-profile-section @@ -22,11 +22,11 @@ %select.certified-audio-profile .clearall - .unused-audio-inputs-section.no-selection-range + .unused-audio-inputs-section .sub-header Unused Input Ports .unassigned-input-channels - .unused-audio-outputs-section.no-selection-range + .unused-audio-outputs-section .sub-header Unused Output Ports .unassigned-output-channels @@ -34,14 +34,14 @@ .input-tracks-section .sub-column .sub-header Track Input Port(s) - .input-tracks.tracks.no-selection-range + .input-tracks.tracks .sub-column .sub-header Instrument - .instruments.no-selection-range + .instruments .output-channels-section .sub-header Audio Output Port - .output-channels.no-selection-range + .output-channels .clearall diff --git a/web/app/views/clients/wizard/gear/_gear_wizard.html.haml b/web/app/views/clients/wizard/gear/_gear_wizard.html.haml index 467ad5801..db90e19ef 100644 --- a/web/app/views/clients/wizard/gear/_gear_wizard.html.haml +++ b/web/app/views/clients/wizard/gear/_gear_wizard.html.haml @@ -64,7 +64,7 @@ .ftuesteps .clearall .help-text In this step, you will select, configure, and test your audio gear. Please watch the video for best instructions. - .wizard-step-content + .wizard-step-content.no-selection-range .wizard-step-column %h2 Instructions .ftue-box.instructions @@ -76,13 +76,13 @@ %a.button-orange.watch-video{href:'#'} WATCH VIDEO .wizard-step-column %h2 Unassigned Ports - .unassigned-input-channels.no-selection-range + .unassigned-input-channels .wizard-step-column %h2 Track Input Port(s) - .tracks.no-selection-range + .tracks .wizard-step-column %h2 Instrument - .instruments.no-selection-range + .instruments .output-channels .unassigned-output-channels