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;
      }
      

            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.