mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
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:
parent
e3594e0a61
commit
2bccbe4543
2 changed files with 6 additions and 7 deletions
|
@ -126,7 +126,7 @@ return array(
|
|||
'rsrc/css/phui/phui-box.css' => '7b3a2eed',
|
||||
'rsrc/css/phui/phui-button.css' => 'ffe12633',
|
||||
'rsrc/css/phui/phui-crumbs-view.css' => '594d719e',
|
||||
'rsrc/css/phui/phui-document.css' => 'a494bdf8',
|
||||
'rsrc/css/phui/phui-document.css' => '8240b0b1',
|
||||
'rsrc/css/phui/phui-error-view.css' => 'ad042fdd',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '9ae12677',
|
||||
|
@ -779,7 +779,7 @@ return array(
|
|||
'phui-calendar-list-css' => 'c1d0ca59',
|
||||
'phui-calendar-month-css' => 'a92e47d2',
|
||||
'phui-crumbs-view-css' => '594d719e',
|
||||
'phui-document-view-css' => 'a494bdf8',
|
||||
'phui-document-view-css' => '8240b0b1',
|
||||
'phui-error-view-css' => 'ad042fdd',
|
||||
'phui-feed-story-css' => 'c9f3a0b5',
|
||||
'phui-font-icon-base-css' => '3dad2ae3',
|
||||
|
|
|
@ -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};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue