Skip Menu |

This queue is for tickets about the HTML-FormFu CPAN distribution.

Report information
The Basics
Id: 38883
Status: resolved
Priority: 0/
Queue: HTML-FormFu

People
Owner: Nobody in particular
Requestors: rod.taylor [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.03003
Fixed in: (no value)



Subject: Add a small gap between radio button and radio button label
Added a small gap between ratio button and label in my own stylesheet. Seemed like something that most would want. Index: formfu-vertically-aligned.css =================================================================== --- formfu-vertically-aligned.css (revision 208) +++ formfu-vertically-aligned.css (working copy) @@ -149,6 +149,7 @@ display: block; float: left; clear: left; + margin-right: 0.25em; } fieldset .multi.vertical select {
Thanks - I've added this in svn. Though I've increased it to 0.5em because it otherwise only increased the margin from the default 3px to 3.33 pixels (in firefox 3)