mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
42 lines
654 B
CSS
42 lines
654 B
CSS
|
/**
|
||
|
* @provides phabricator-search-results-css
|
||
|
*/
|
||
|
|
||
|
.phabricator-search-result-list {
|
||
|
padding: 1em 3em 2em;
|
||
|
}
|
||
|
|
||
|
.phabricator-search-result {
|
||
|
margin: 4px 0 16px;
|
||
|
}
|
||
|
|
||
|
.phabricator-search-result .result-image {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
width: 50px;
|
||
|
height: 50px;
|
||
|
}
|
||
|
|
||
|
.phabricator-search-result .result-desc {
|
||
|
margin-left: 58px;
|
||
|
}
|
||
|
|
||
|
.phabricator-search-result .result-type {
|
||
|
color: #888888;
|
||
|
font-size: 11px;
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
|
||
|
.phabricator-search-result .result-name {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
.search-results-pager .aphront-pager-view {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.phabricator-search-no-results {
|
||
|
color: #888888;
|
||
|
font-size: 18px;
|
||
|
}
|