diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-10 00:20:37 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-10 00:20:37 -0700 |
commit | 95d5b953aa8d993125f1ced10f673d9acd4e2f77 (patch) | |
tree | 5bd33c6bc68c223cff8ae32b2298193e74ec35de /web | |
parent | 5306005833083589d0f93b0966b458da969e5f38 (diff) |
Various UX Fixes.
* Take Assessment link now goes to /account
* Fixed alignment on slider question labels
* Prefixed numbers less than 10 with a zero in the HMS macro
Diffstat (limited to 'web')
-rw-r--r-- | web/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/style.css b/web/style.css index 1d82a49..5a296f3 100644 --- a/web/style.css +++ b/web/style.css @@ -418,8 +418,9 @@ footer a:hover { font-weight: bold; margin-top: 1em; color: #676767; - width: 20%; + width: 15%; vertical-align: top; + text-align: left; } .sliderQuestion .answers .stretch { |