Improve projects list page
After using new projects list design (https://gitlab.com/gitlab-org/gitlab-ce/issues/51944) for a while I still have few minor issues with it. There are 2 concerns I would like to address: 1. Its hard to see projects pipelines status because those are not aligned in one vertical line 2. The whitespace is still feels inefficient compared to other pages ## Suggestions: 0. Currently the list looks like this to me: ![Screen_Shot_2019-07-03_at_4.46.00_PM](/uploads/e5e0ee460aa3a2cdbf6ec5d38d7224ba/Screen_Shot_2019-07-03_at_4.46.00_PM.png) 1. Move CI status before stars, forks etc. ![Screen_Shot_2019-07-03_at_4.48.42_PM](/uploads/2a2f9e1dfe9f267225a0a554d672a034/Screen_Shot_2019-07-03_at_4.48.42_PM.png) 2. Reduce project row padding from 16px to 12px ![Screen_Shot_2019-07-03_at_4.48.53_PM](/uploads/46a0bdd793a287d6c442ea947b620748/Screen_Shot_2019-07-03_at_4.48.53_PM.png) When both applied, it gives me a more functional dashboard. ## Solution * Move pipeline status symbol to the beginning of the list of icons * Add some spacing/offset to the `star` icon in case there is no pipeline status * Change top/bottom padding for `project-row` to `12px` * Reduce the size of the project name back to `14px` * Change the description color to `#707070`. ![image](/uploads/1fdf66fdb8ac4b1fcb854ec1e247ddca/image.png)
issue