[Geoserver-devel] [JIRA] (GEOS-7172) Apply choiceList css to checkbox labels

Jody Garnett [Administrator] created an issue

GeoServer / ImprovementGEOS-7172

Apply choiceList css to checkbox labels

Issue Type:

ImprovementImprovement

Affects Versions:

2.8-beta

Assignee:

Unassigned

Components:

Wicket UI

Created:

25/Aug/15 11:20 PM

Priority:

MediumMedium

Reporter:

Jody Garnett [Administrator]

Pull request #1196 introduces the following pattern to cleanly label a checkbox (and allow for label wrapping):

        <ul class="choiceList">
          <li>
            <input id="opaqueEnabled" type="checkbox" wicket:id="opaqueEnabled"></input>
            <label for="opaqueEnabled">
                 <wicket:message key="opaque">Opaque</wicket:message>
            </label>
          </li>
        </ul>

The use of css choiceList should be applied to the remaining checkboxes for consistency (can correctly associate labels with their accompanying checkbox)

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v7.0.0-OD-02-247#70102-sha1:09808d3)

Atlassian logo