Fixed mis-aligned buttons on dashboard/issues
Before:

After:

See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2921#note_3868715
See merge request !2932
Changed the size of status indicators


Closes#12763
See merge request !2913
Changed the project switcher dropdown toggle
Moved the positioning of the dropdown to be more aligned with the title
Closes#13219 and #13214
cc. @jschatz1 @dzaporozhets
See merge request !2733
Feature/jschatz1/sidebar features
* Changes sidebar width (290px).
* Makes shortcuts for <kbd>j</kbd> and <kbd>k</kbd> keys for next and previous issues.

cc/ @dzaporozhets
See merge request !2734
updates after code review: moved coffee code to appropriate file, updated css to not use js-prefixed selectors
Updated comments and Changelog
Removed duplicate line in changelog
Added dropdown to list all projects on project header
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4212
When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user.
When closed:

When open:

cc. @jschatz1
See merge request !2438
First, the autosize library was being too controlling and removed the
`resize` property from any elements to which it was attached, removing
the drag handle.
Second, we detect when the user manually resizes an autosize textarea,
and then remove the autosize behavior from it and increase its
max-height.
This should allow for the best of both worlds.
Closes#12832
Makes ol margin big enough for 3 digits.
Fixes#7960

See merge request !2608