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

#3146: Integrate 'UserMenu' with 'NavBar' #3147

Merged
merged 27 commits into from
Dec 16, 2017
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c55aca4
#3146: package.json, add 'rearm'
jeff1evesque Dec 12, 2017
3e959e9
#3146: breakpoints.js, create file
jeff1evesque Dec 12, 2017
e53a99d
#3146: analysis.jsx, conditionally render breakpoints
jeff1evesque Dec 12, 2017
b44b9ae
#3146: analysis.jsx, move button, submitBtn, resultBtn
jeff1evesque Dec 12, 2017
5e6cc04
#3146: analysis.jsx, relocate docstring
jeff1evesque Dec 12, 2017
d5eef89
#3146: analysis.jsx, adjust inline docstring
jeff1evesque Dec 12, 2017
04f9220
#3146: analysis.jsx, use 'import from'
jeff1evesque Dec 12, 2017
91a5ccc
#3146: analysis.jsx, wrap adjacent jsx elements
jeff1evesque Dec 12, 2017
680c15d
#3146: analysis.jsx, adjust ternary, and jsx wrapper
jeff1evesque Dec 13, 2017
371d728
#3146: adjust 'breakpoints', reference 'small'
jeff1evesque Dec 13, 2017
2d4b9a6
#3146: user-menu.jsx, add another 'Nav pullright'
jeff1evesque Dec 13, 2017
e579200
#3146: user-menu.jsx, remove 'eventKey'
jeff1evesque Dec 14, 2017
201b051
#3146: analysis.jsx, segregate mobile + desktop view
jeff1evesque Dec 14, 2017
4de8d08
#3146: header-menu.jsx, conditionally render menu
jeff1evesque Dec 14, 2017
4bb7b51
#3146: analysis.jsx, add trivial space character
jeff1evesque Dec 14, 2017
7cfe98c
#3146: header-menu.jsx, import 'SvgHome', and 'Link'
jeff1evesque Dec 15, 2017
68ef3da
#3146: header-menu.jsx, import 'LinkContainer'
jeff1evesque Dec 15, 2017
15e27fa
#3146: header-menu.jsx, fix 'Generate model' typo
jeff1evesque Dec 15, 2017
54a47c5
#3146: _navigation.scss, 'margin' on 'menu-container'
jeff1evesque Dec 15, 2017
1eb9211
#3146: header-menu.jsx, rearragne 'LinkContainer'
jeff1evesque Dec 15, 2017
16e1514
#3146: results.jsx, fix indentation
jeff1evesque Dec 15, 2017
7074e46
#3146: implement 'lcolumn' scss 'className'
jeff1evesque Dec 15, 2017
1c47d97
#3146: breakpoints.js, approx bpoints like bootstrap
jeff1evesque Dec 15, 2017
b1f64d9
#3146: header-menu.jsx, eliminate 'NavDropdown'
jeff1evesque Dec 15, 2017
5b4c68d
#3146: header-menu.jsx, reimplement 'NavDropdown'
jeff1evesque Dec 15, 2017
1113f21
#3146: _navigation.scss, 'text-align: left' on menu
jeff1evesque Dec 15, 2017
106dd7e
#3146: user-menu.jsx, reorder 'Nav pullRight'
jeff1evesque Dec 15, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#3146: _navigation.scss, 'text-align: left' on menu
  • Loading branch information
jeff1evesque committed Dec 15, 2017
commit 1113f21a4175384fc281f8fe14b5cbed92a66ce0
6 changes: 6 additions & 0 deletions src/scss/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
}
}

.navbar-collapse {
li {
text-align: left;
}
}

.side-menu {
list-style: none;
padding-left: 0;
Expand Down