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

The built-in text in Fileupload has no space to the browser button

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Later Later
    • None
    • 9.6.2
    • None
    • Security Level: Jimmy
    • None

      Steps to Reproduce

      <button label="Upload" onClick='Fileupload.get();' />
      1. click the button

      Current Result


      Expected Result

      there is space between the label and the button

      Debug Information

      Workaround

      change the message

      You can change the label in the dialog by adding space Fileupload.get("your message ", "title");

      css margin

      If there is no other modal window on the page, you can add some margin on the label

      <style> .z-window-modal .z-label

      { margin-right: 10px; }

      </style>

            Unassigned Unassigned
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: