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

[WIP] bootstrapify #3393

Merged
merged 55 commits into from
Jun 17, 2013
Merged

[WIP] bootstrapify #3393

merged 55 commits into from
Jun 17, 2013

Commits on Jun 9, 2013

  1. start using bootstrap

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    2f8f8b4 View commit details
    Browse the repository at this point in the history
  2. bootstrap base, auth

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    6adb9f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e14ee7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b88c841 View commit details
    Browse the repository at this point in the history
  5. bootstrap menubar

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    69b99ab View commit details
    Browse the repository at this point in the history
  6. bootstrap toolbar

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    1b9fe34 View commit details
    Browse the repository at this point in the history
  7. shrink login button

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    7bc0eff View commit details
    Browse the repository at this point in the history
  8. bootstrap tree

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    cd4af66 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de5cd00 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4761f8e View commit details
    Browse the repository at this point in the history
  11. use components jquery-ui

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    7740665 View commit details
    Browse the repository at this point in the history
  12. bootstrap dialogs

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    f8e87bb View commit details
    Browse the repository at this point in the history
  13. tree style tweaks

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    6f86ba4 View commit details
    Browse the repository at this point in the history
  14. bootstrap button output area

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    0aeca46 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c648d83 View commit details
    Browse the repository at this point in the history
  16. center login

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    19c3997 View commit details
    Browse the repository at this point in the history
  17. use responsive bootstrap

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    0abbd0e View commit details
    Browse the repository at this point in the history
  18. tweak header

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    3589385 View commit details
    Browse the repository at this point in the history
  19. hide save status as it shrinks

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    a200045 View commit details
    Browse the repository at this point in the history
  20. add missing dialog.js

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    04d068c View commit details
    Browse the repository at this point in the history
  21. fix wrong arrow direction

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    1beae23 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    173853a View commit details
    Browse the repository at this point in the history
  23. tweak header styling

    use nabbers, so they are internally consistent
    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    52652dc View commit details
    Browse the repository at this point in the history
  24. set layout with outerHeight

    jQuery changed what `height` means when border-box-sizing is active.  As of jQuery 1.8, `height` *always* means content-height.
    
    [ref](http://blog.jquery.com/2012/08/16/jquery-1-8-box-sizing-width-csswidth-and-outerwidth/)
    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    3519f28 View commit details
    Browse the repository at this point in the history
  25. fix bad $(body)

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    ec0f6c8 View commit details
    Browse the repository at this point in the history
  26. only put the notebook in a container

    allows pager to be full-width
    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    853c4c1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    67e3e66 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f633042 View commit details
    Browse the repository at this point in the history
  29. shrink navbars a little

    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    f5b8701 View commit details
    Browse the repository at this point in the history
  30. inherit bootstrap properly

    need *both* bootstrap and responsive in style.less, neither in page.html.
    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    b148dd6 View commit details
    Browse the repository at this point in the history
  31. pager styling

    fixes occasional hiding of top 16px of the header
    minrk committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    ce49fa5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2013

  1. use row-fluid for tree_list

    minrk committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    c74fd65 View commit details
    Browse the repository at this point in the history
  2. use row-fluid for cluster list

    minrk committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    871f6b9 View commit details
    Browse the repository at this point in the history
  3. bootstrapify delete dialog

    minrk committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    7d1e9b4 View commit details
    Browse the repository at this point in the history
  4. bootstrapify quickhelp

    minrk committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    28f1de1 View commit details
    Browse the repository at this point in the history
  5. remove console.log

    minrk committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    138a5cf View commit details
    Browse the repository at this point in the history
  6. fix select alignment on FF

    minrk committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    92b6154 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32813e5 View commit details
    Browse the repository at this point in the history
  8. don't remove nav-tab border

    minrk committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    7eb4a1b View commit details
    Browse the repository at this point in the history
  9. fix tab hash / url behavior

    clicking tabs sets hash, loading hash url implies tabs
    minrk committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    1fd03b8 View commit details
    Browse the repository at this point in the history
  10. use named tabs in tree

    minrk committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    417a87b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2013

  1. Configuration menu
    Copy the full SHA
    c2b5798 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2013

  1. fix raw_input

    double-focus, size, and use `val()` instead of `attr("value")`
    minrk committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    fb2bed4 View commit details
    Browse the repository at this point in the history
  2. fix cell toolbar

    minrk committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    91ae4d7 View commit details
    Browse the repository at this point in the history
  3. don't color delete buton

    minrk committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    090ba2d View commit details
    Browse the repository at this point in the history
  4. remove extra console.log

    minrk committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    4555371 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dce0929 View commit details
    Browse the repository at this point in the history
  6. tweak quick-help

    - increase maximum height of dialogs
    - toggle display of the help dialog, only create it once.
    minrk committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    0777e66 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2013

  1. Configuration menu
    Copy the full SHA
    7333b2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29237be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf21d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cd23a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61176fb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2013

  1. menubar not full-width

    let it hang from the header
    
    match inner shadow on menubar container for symmetry
    minrk committed Jun 16, 2013
    Configuration menu
    Copy the full SHA
    3d07434 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d114724 View commit details
    Browse the repository at this point in the history