Make close buttons part of the tab order

// FREEBIE
This commit is contained in:
lilia 2016-04-07 10:35:05 -07:00
parent f9c194f641
commit 8d800a4862

View file

@ -116,7 +116,7 @@
</script> </script>
<script type='text/x-tmpl-mustache' id='attachment-preview'> <script type='text/x-tmpl-mustache' id='attachment-preview'>
<img src='{{ source }}' class='preview' /> <img src='{{ source }}' class='preview' />
<div class='x close'></div> <a class='x close' href='#'></a>
</script> </script>
<script type='text/x-tmpl-mustache' id='hasRetry'> <script type='text/x-tmpl-mustache' id='hasRetry'>
{{ messageNotSent }} {{ messageNotSent }}
@ -339,7 +339,7 @@
<script type='text/x-tmpl-mustache' id='debug-log'> <script type='text/x-tmpl-mustache' id='debug-log'>
<div class='content'> <div class='content'>
<div> <div>
<a class='x close'></a> <a class='x close' href='#'></a>
<h1> {{ title }} </h1> <h1> {{ title }} </h1>
<p> {{ debugLogExplanation }}</p> <p> {{ debugLogExplanation }}</p>
</div> </div>
@ -356,7 +356,7 @@
</script> </script>
<script type='text/x-tmpl-mustache' id='settings'> <script type='text/x-tmpl-mustache' id='settings'>
<div class='content'> <div class='content'>
<a class='x close'></a> <a class='x close' href='#'></a>
<h3>{{ notifications }}</h3> <h3>{{ notifications }}</h3>
<p>{{ notificationSettingsDialog }}</p> <p>{{ notificationSettingsDialog }}</p>
<div> <div>