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
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phabricator-search-result {
|
|
|
|
margin: 4px 0 16px;
|
|
|
|
}
|
|
|
|
|
2013-05-09 22:30:22 +02:00
|
|
|
.device-phone .phabricator-search-result-box .phui-box {
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
.phabricator-search-result .result-image {
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
2013-05-09 22:30:22 +02:00
|
|
|
margin-right: 10px;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-search-result .result-type {
|
|
|
|
margin-top: 4px;
|
2013-05-09 22:30:22 +02:00
|
|
|
word-break: break-word;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|