Improve search result listing
Summary:
Make it prettier, paginate, add user pictures, show document types, clean some
stuff up a little. Plenty of room for improvement but this should make it a lot
more useful.
Test Plan:
Here's what the new one looks like:
https://secure.phabricator.com/file/view/PHID-FILE-edce2b83c2e3a121c2b7/
Reviewed By: jungejason
Reviewers: tomo, jungejason, aran, tuomaspelkonen, mroch
Commenters: tomo
CC: aran, tomo, jungejason, epriestley
Differential Revision: 545
2011-06-28 23:35:02 +02:00
|
|
|
/**
|
|
|
|
* @provides phabricator-search-results-css
|
|
|
|
*/
|
|
|
|
|
2016-12-14 20:35:51 +01:00
|
|
|
.phui-oi-link strong {
|
2015-05-31 21:14:32 +02:00
|
|
|
color: {$fire};
|
2015-06-16 22:10:24 +02:00
|
|
|
text-decoration: underline;
|
Improve search result listing
Summary:
Make it prettier, paginate, add user pictures, show document types, clean some
stuff up a little. Plenty of room for improvement but this should make it a lot
more useful.
Test Plan:
Here's what the new one looks like:
https://secure.phabricator.com/file/view/PHID-FILE-edce2b83c2e3a121c2b7/
Reviewed By: jungejason
Reviewers: tomo, jungejason, aran, tuomaspelkonen, mroch
Commenters: tomo
CC: aran, tomo, jungejason, epriestley
Differential Revision: 545
2011-06-28 23:35:02 +02:00
|
|
|
}
|
2015-03-24 20:47:28 +01:00
|
|
|
|
|
|
|
.phui-source-fragment {
|
|
|
|
color: {$darkgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-source-fragment strong {
|
|
|
|
background-color: {$lightyellow};
|
|
|
|
font-weight: normal;
|
2017-07-17 20:08:17 +02:00
|
|
|
color: {$blacktext};
|
2015-03-24 20:47:28 +01:00
|
|
|
}
|
2017-04-13 01:28:04 +02:00
|
|
|
|
|
|
|
.phui-fulltext-tokens {
|
|
|
|
margin: 16px 8px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-fulltext-tokens .phui-tag-view {
|
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
|
2017-05-22 19:47:19 +02:00
|
|
|
.phui-fulltext-tokens .phui-tag-view.phui-tag-grey {
|
2017-04-13 01:28:04 +02:00
|
|
|
opacity: 0.5;
|
|
|
|
}
|