aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/options.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-11-14 08:15:08 -0800
committerAlex Yatskov <alex@foosoft.net>2016-11-14 08:15:08 -0800
commit984a3ad756732201c043232443e1d2b28dac043d (patch)
tree964d114d4afff2f206ee087b0702287d72a4dab0 /ext/bg/options.html
parent72ed8be877133cee805f5995eee60f29c8450301 (diff)
Cleanup
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r--ext/bg/options.html20
1 files changed, 13 insertions, 7 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html
index 5b6301c6..e7a122c8 100644
--- a/ext/bg/options.html
+++ b/ext/bg/options.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
<style>
#anki-spinner, #anki-general, #anki-error,
- #dict-spinner, #dict-error, #dict-warning, .dict-purge-progress, .dict-import-progress, .dict-delete-progress,
+ #dict-spinner, #dict-error, #dict-warning, #dict-purge-progress, #dict-import-progress, .dict-delete-progress,
#options-advanced {
display: none;
}
@@ -77,13 +77,17 @@
wait for import and delete operations to complete before closing this page.
</p>
- <div class="dict-purge-progress">Dictionary data is being purged, please be patient...</div>
+ <div id="dict-purge-progress">
+ Dictionary data is being purged, please be patient...
+ </div>
<div id="dict-groups"></div>
<div class="alert alert-warning" id="dict-warning">
- <strong>No dictionaries found:</strong>
- <span>please use the drop down below to install packaged and external dictionaries</span>
+ <strong>Warning:</strong>
+ <span>
+ No dictionaries found, use the importer below to install packaged and external dictionaries
+ </span>
</div>
<div class="alert alert-danger" id="dict-error">
@@ -91,9 +95,11 @@
<span></span>
</div>
- <div class="dict-import-progress">Dictionary data is being imported, please be patient...</div>
- <div class="progress dict-import-progress">
- <div class="progress-bar progress-bar-striped" style="width: 0%"></div>
+ <div id="dict-import-progress">
+ Dictionary data is being imported, please be patient...
+ <div class="progress">
+ <div class="progress-bar progress-bar-striped" style="width: 0%"></div>
+ </div>
</div>
<div class="input-group" id="dict-importer">