diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-02 19:02:01 -0700 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-02 19:02:01 -0700 |
commit | c2997cd66f6a1495eecf9b038b5e2de5ec95d14c (patch) | |
tree | b9d6219f3ae2bb965ac94f09eeea9e28db6ff962 /views/default | |
parent | 9fa1a7b0b1dd363d16784707bcbb9c3e7c85966f (diff) | |
parent | b3e53062fe504b6e543fd17611a6011d202a60b5 (diff) | |
download | elgg-c2997cd66f6a1495eecf9b038b5e2de5ec95d14c.tar.gz elgg-c2997cd66f6a1495eecf9b038b5e2de5ec95d14c.tar.bz2 |
Merge pull request #86 from janeklb/t4039
#4039 (Incorrect CSS class set in input/radio)
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css/elements/forms.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index d14c341a7..e358c86e7 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -72,7 +72,7 @@ input[type="radio"] { width:auto; } .elgg-input-checkboxes.elgg-horizontal li, -.elgg-input-radio.elgg-horizontal li { +.elgg-input-radios.elgg-horizontal li { display: inline; padding-right: 10px; } |