1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/webroot/rsrc/css/application/search/application-search-view.css
Chad Little 5eb4bc6ca9 Clean up more Quicksand
Summary: Creates a background that renders inside the Quicksand frame, through sorcery.

Test Plan: Turn on Quicksand, visit lots of pages. See correct background colors. This probably blows something up I'm not testing.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D16642
2016-10-01 11:22:42 -07:00

65 lines
1.3 KiB
CSS

/**
* @provides application-search-view-css
*/
.application-search-view {
background-color: #fff;
}
.application-search-view .application-search-results.phui-object-box {
margin: 0;
padding: 0 16px 24px;
}
.device-phone .application-search-view
.application-search-results.phui-object-box {
padding: 0 8px 24px;
}
.application-search-view .application-search-results .phui-profile-header {
padding: 16px 8px;
border-bottom: 1px solid {$thinblueborder};
}
.application-search-view .phui-object-box.phui-object-box-collapsed
.phui-header-shell {
padding: 20px 8px;
}
.application-search-results
.phui-profile-header.phui-header-shell .phui-header-header {
font-size: 20px;
}
.device-phone.application-search-view .application-search-results
.phui-profile-header {
padding: 12px 0;
}
.device-phone .application-search-results
.phui-profile-header.phui-header-shell .phui-header-header {
font-size: 16px;
}
.device-phone.application-search-view
.application-search-results.phui-object-box {
padding: 0 12px;
}
.application-search-view .phui-box-border {
border: none;
}
.application-search-pager {
margin: 0 16px 16px 16px;
padding: 8px;
}
.device-phone .application-search-pager {
margin: 12px;
}
.device-phone .application-search-view .application-search-results
.phui-profile-header {
padding-top: 12px;
}