diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-10-30 19:19:40 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-10-30 19:19:40 +0100 |
commit | 1b587d847f228eb474e1b33991b3fa5086725935 (patch) | |
tree | 9b11451f9f8a42bc411b73105d5a3bb0219d95de /public | |
parent | 5a1b397a8eb9cef2286ea11950a7a3891b93f8eb (diff) | |
download | norsk-urskog-registrations-1b587d847f228eb474e1b33991b3fa5086725935.tar.gz norsk-urskog-registrations-1b587d847f228eb474e1b33991b3fa5086725935.tar.bz2 norsk-urskog-registrations-1b587d847f228eb474e1b33991b3fa5086725935.zip |
Add guiding help text to form.
Diffstat (limited to 'public')
-rw-r--r-- | public/styles.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/public/styles.css b/public/styles.css index 891f69b..a9ab8f9 100644 --- a/public/styles.css +++ b/public/styles.css @@ -45,11 +45,6 @@ input[type=text], textarea { width: 10cm; } -.member-info input[type=text], -.song-info input[type=text] { - width: 7cm; -} - .song-details label { display: inline-block; text-align: right; @@ -61,7 +56,13 @@ input[type=text], textarea { .field { padding: 1mm; - white-space: nowrap; +} + +.help { + margin-left: 1cm; + width: 10cm; + display: inline-block; + vertical-align: top; } .delete-member-button, |