Clean up blank states on Phriction

Summary: Removes odd margin. Also removes min-height on content.

Test Plan: Test a fresh Phriction, and a deleted page.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11775
This commit is contained in:
Chad Little
2015-02-15 18:14:41 -08:00
parent e3594e0a61
commit 2bccbe4543
2 changed files with 6 additions and 7 deletions

View File

@@ -102,12 +102,7 @@
}
.phui-document-content {
min-height: 240px;
background: #fff;
/* NOTE: This fixes margins, not floats, and can not be replaced with
the ".group" class. See T3150.
*/
overflow: hidden;
}
@@ -152,3 +147,7 @@
.phui-document-view .phui-property-list-view {
border-bottom: 1px solid {$thinblueborder};
}
.phui-document-view .phui-error-severity-nodata {
background-color: {$lightgreybackground};
}