Vertical alignment of radio button and label

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: 7.0.2, 7.0.3
    • Component/s: Components
    • Environment:

      OSx and Windows

    • None

      Vertical alignment of radio button and label, and proper margin, i fix this like this:

      .z-radio-content {
      margin-left: 5px;
      }
      .z-radio input[type="radio"] {
      position: relative; top: -5px;
      }

      I'm not sure if this happends with checkbox too.

            Assignee:
            Unassigned
            Reporter:
            estuardoumg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: