From 1b587d847f228eb474e1b33991b3fa5086725935 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 30 Oct 2015 19:19:40 +0100 Subject: Add guiding help text to form. --- public/styles.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'public') 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, -- cgit v1.2.3