Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-8997

Colibri form layout broken on Firefox

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Minor
    • None
    • 4.5.2
    • {Unused} Colibri Skin
    • Firefox 19.0.2
      Ubuntu 12.04 LTS
    • Unknown

    Description

      Some forms are broken on Firefox, with fields appearing at the bottom of the page, see screenshot of the Wiki Admin > Export form.

      Changing colibri.css as follows fixes the issue (99% replaced by 95%):

      .xform input[type="text"], .xform input[type="password"] {
        width: 95%;
      }
      
      
      .xform select, .xform textarea {
        width: 95%;
      }
      

      Using Firefox Zoom (Ctrl-+), the layout breaks again.

      Attachments

        Activity

          People

            mflorea Marius Dumitru Florea
            hwellmann Harald Wellmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: