From 76358af020725e6dd253915c0518b3963ee736db Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Sat, 7 Nov 2015 10:40:28 -0700 Subject: [PATCH] Allowed sorting by Equivalent Word, trim whitespace from fields. Also added link to IPA Character Picker backup file (ignored in repo). --- .gitignore | 1 + css/styles.css | 12 ++++++++++-- index.html | 11 ++++++++--- js/dictionaryBuilder.js | 18 +++++++++++++----- 4 files changed, 32 insertions(+), 10 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..79cb5e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ipa_character_picker/ diff --git a/css/styles.css b/css/styles.css index 552c908..1d06cb5 100644 --- a/css/styles.css +++ b/css/styles.css @@ -17,6 +17,10 @@ footer { max-height: 32px; /* Update Dictionary Container's bottom margin to account for footer */ } +.inline { + display: inline !important; +} + #leftColumn { float: left; } @@ -100,14 +104,18 @@ input[type=checkbox] { margin: 10px; } -.clickable { +.clickable, .helperlink { + display: inline; font-weight: bold; - cursor: pointer; padding: 4px; background: #dddddd; border-radius: 5px; } +.clickable { + cursor: pointer; +} + #descriptionToggle { font-weight: bold; font-size: 12px; diff --git a/index.html b/index.html index f3a1768..d02f66e 100644 --- a/index.html +++ b/index.html @@ -22,16 +22,16 @@ -