[gnome-shell/wip/re-search: 448/457] theme: Update for search redesign
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/re-search: 448/457] theme: Update for search redesign
- Date: Mon, 8 Oct 2012 15:20:46 +0000 (UTC)
commit c48638e4f65f340d3b587028b99a2ba94491907e
Author: Tanner Doshier <doshitan gmail com>
Date: Sat Jun 30 10:42:12 2012 -0500
theme: Update for search redesign
https://bugzilla.gnome.org/show_bug.cgi?id=681797
data/theme/gnome-shell.css | 51 +++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 50 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 1e4d426..aa5d82a 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -694,7 +694,7 @@ StScrollBar StButton#vhandle:active {
#searchResultsContent {
padding-right: 20px;
- spacing: 36px;
+ spacing: 16px;
}
#searchResultsContent:rtl {
@@ -702,6 +702,17 @@ StScrollBar StButton#vhandle:active {
padding-left: 20px;
}
+.search-section {
+ /* This should be equal to #searchResultsContent spacing */
+ spacing: 16px;
+}
+
+.search-section-content {
+ /* This is the space between the provider icon and the results container */
+ spacing: 25px;
+}
+
+.search-statustext,
.search-section-header {
padding: 4px 12px;
spacing: 4px;
@@ -727,6 +738,14 @@ StScrollBar StButton#vhandle:active {
spacing: 4px;
}
+.search-providers-box {
+ spacing: 12px;
+}
+
+.results-list {
+ spacing: 5px;
+}
+
/* Text labels are an odd number of pixels tall. The uneven top and bottom
* padding compensates for this and ensures that the label is vertically
* centered */
@@ -807,6 +826,8 @@ StScrollBar StButton#vhandle:active {
.app-well-app > .overview-icon,
.show-apps > .overview-icon,
+.search-section-icon-bin,
+.search-result,
.grid-search-result-content > .overview-icon {
border-radius: 4px;
padding: 3px;
@@ -823,6 +844,8 @@ StScrollBar StButton#vhandle:active {
.app-well-app:hover > .overview-icon,
.show-apps:hover > .overview-icon,
+.search-section-icon-bin:hover,
+.search-result:hover,
.grid-search-result-content:hover > .overview-icon {
background-color: rgba(255,255,255,0.1);
text-shadow: black 0px 2px 2px;
@@ -860,11 +883,37 @@ StScrollBar StButton#vhandle:active {
.show-apps:focus > .overview-icon,
.app-well-app:focus > .overview-icon,
.app-well-app:selected > .overview-icon,
+.search-section-icon-bin:focus,
+.search-section-icon-bin:selected,
+.search-result:focus,
+.search-result:selected,
.grid-search-result-content:focus > .overview-icon,
.grid-search-result-content:selected > .overview-icon {
background-color: rgba(255,255,255,0.33);
}
+/* List Results */
+
+.search-result {
+ padding: 15px;
+}
+
+.search-result-content {
+ spacing: 12px;
+}
+
+.search-result-details {
+ font-weight: bold;
+}
+
+.search-result-details-title {
+ font-size: 16pt;
+}
+
+.search-result-details-description {
+ font-size: 14pt;
+}
+
/* LookingGlass */
#LookingGlassDialog {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]