Skip to content

Fix empty project UI

Drew Blessing requested to merge dblessing/gitlab-ce:fix_empty_project into master

In an empty project, the 'project is empty' light well was mashed up against the project panel. The light well have 16px margin so there was some white space along the edges that looked funny. This MR makes the 'project is empty' text block a gray-content-area which fits nicely with the rest of the UI.

Current:

Screen_Shot_2015-09-14_at_11.20.47_AM

As proposed:

Screen_Shot_2015-09-14_at_11.20.29_AM

Merge request reports