search-display: Move SearchResults to a separate file

With the new layout, search results will be displayed in an independent
view like window previews, applications and possible future additions;
it does not make much sense keeping it with the switching logic, so move
the code to its own file.

Also remove the dash-prefix from the relevant style classes.

https://bugzilla.gnome.org/show_bug.cgi?id=634948
This commit is contained in:
Florian Müllner
2010-11-18 10:23:44 +01:00
parent 26225f0bfb
commit e6bb06a7cc
5 changed files with 314 additions and 321 deletions

View File

@ -431,25 +431,25 @@ StTooltip StLabel {
padding: 8px 0px;
}
.dash-search-statustext,
.dash-search-section-header {
.search-statustext,
.search-section-header {
padding: 4px 0px;
spacing: 4px;
}
.dash-search-section-results {
.search-section-results {
color: #ffffff;
}
.dash-search-section-list-results {
.search-section-list-results {
spacing: 4px;
}
.dash-search-result-content {
.search-result-content {
padding: 3px;
}
.dash-search-result-content:selected {
.search-result-content:selected {
padding: 2px;
border: 1px solid #5c5c5c;
border-radius: 2px;