Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix layout of the topics editing form #4971

Merged
merged 3 commits into from
Sep 29, 2018

Commits on Sep 21, 2018

  1. Fix layout of the topic edit.

    - made right-hand column wider so that it has enough space for "Done" button.
    
    - fixed issue that jQuery's .show() breaks functionality of the Semantic UI Grid.
    kzmi committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    3569777 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Improve switching visibility of the topic edit

    Changes to support old browsers that doesn't support 'flex' keyword.
    
    - Removed style "display: none" from index.css so that
      the grid can be displayed without specifying new "display" style.
    
    - Added style "display:none" to the grid element in HTML template
      as the initial style.
    
    - In index.js, visibility of the grid element is changed by
      set "display:none" style to the element or removing it from the element.
    kzmi committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    ef2c1ed View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Merge remote-tracking branch 'upstream/master' into fix_manage_topics…

    …_done_button
    
    public/css/index.css was regenerated to resolve conflict.
    kzmi committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f6e024e View commit details
    Browse the repository at this point in the history