Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2446

Vertical alignment of radio button and label

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 7.0.2, 7.0.3
    • Components
    • OSx and Windows

      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.

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

              Created:
              Updated: