Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-38266

Bad alignment inside dropdown menus in themes that inherit from canvas

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • None
    • 2.4.1
    • Themes
    • MOODLE_24_STABLE

      See, for example, https://moodle.org/mod/forum/discuss.php?d=223347

      The rule

      .noticebox, .expired, .notopenyet, .notifysuccess, .notifyproblem, .errorbox, .continuebutton, .singlebutton, .buttons, .singleselect {
          margin: 1em 0;
          text-align: center;
      }
      

      screws things up. It seems to be necssary to add something like

      option, optgroup {
          text-align: left;
      }
      

        1. MDL-38266_Screenshot.PNG
          40 kB
          Gladys Basiana
        2. Moodle 2.3 (good).jpg
          24 kB
          Michael de Raadt
        3. Moodle 2.4 (bad).jpg
          28 kB
          Michael de Raadt

            Gladys Basiana Gladys Basiana
            timhunt Tim Hunt
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.