update dialogs

This commit is contained in:
Luke Pulverenti 2016-07-19 15:51:22 -04:00
parent 44d840d483
commit dc69bc6055
23 changed files with 300 additions and 210 deletions

View file

@ -111,7 +111,7 @@ define(['dialogHelper', './voicereceiver', './voiceprocessor', 'globalize', 'emb
dlg.classList.add('formDialog');
var html = '';
html += '<div class="dialogHeader" style="margin:0 0 2em;">';
html += '<div class="dialogHeader">';
html += '<button is="paper-icon-button-light" class="btnCancelVoiceInput autoSize" tabindex="-1"><i class="md-icon">&#xE5C4;</i></button>';
html += '<div class="dialogHeaderTitle">';
//html += title;
@ -120,7 +120,7 @@ define(['dialogHelper', './voicereceiver', './voiceprocessor', 'globalize', 'emb
html += '<div>';
html += '<div class="dialogContent smoothScrollY">';
html += '<div class="dialogContent smoothScrollY" style="padding-top:2em;">';
html += '<div class="dialogContentInner centeredContent">';
html += '<div class="voiceHelpContent">';