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
|
|
|
|
*/
|
|
|
|
|
2015-03-03 16:18:40 +01:00
|
|
|
.phui-object-item-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;
|
2015-05-31 21:14:32 +02:00
|
|
|
color: #000;
|
2015-03-24 20:47:28 +01:00
|
|
|
}
|