Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-15690

Profile textarea width (cols) is overrided by default prosilver style

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Won't Fix
    • 3.2.2
    • None
    • Styles
    • PHP 5.5.9-1ubuntu4.25, MySQL(i) 5.5.60, Any browser version

    Description

      Hello!

      BUG REPRODUCTION:
      1) Set board style to default "prosilver"
      2) Create custom profile field
      3) Under "Profile type specific options" -> "Length of input box:"
      4) Set field width (Columns / cols) to "30"
      5) Open UCP > Profile > Edit Profile

      ACTUAL OUTCOME:
      Field "textarea" is not 30 width

      EXPECTED OUTCOME:
      Field "textarea" is 30 width

      NOTES:
      Cols value in profile is correct, but it is overriden by:

      /*forms.css*/
       
      textarea.inputbox {
          width: 85%;
      }
      dd textarea {
          width: 85%;
      }
      textarea {
          font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
          width: 60%;
          padding: 2px;
          font-size: 1em;
          line-height: 1.4em;
      }

       

      Attachments

        1. Screen Shot 2018-06-14 at 01.06.08.png
          43 kB
          Kami-sama [X]
        2. Screen Shot 2018-06-14 at 01.07.47.png
          132 kB
          Kami-sama [X]
        3. Screen Shot 2018-06-14 at 01.12.07.png
          74 kB
          Kami-sama [X]

        Activity

          People

            Hanakin Michael Miday
            Kami-sama Kami-sama [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: