[gnome-shell/wip/re-search: 5/12] theme: Update for search redesign



commit 509a1597c045f312727f554a7492de6183dfcac6
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 |   50 +++++++++++++++++++++++++++++++++++++++----
 1 files changed, 45 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 185a785..4c03429 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -685,7 +685,7 @@ StButton.popup-menu-item:insensitive {
 
 #searchResultsContent {
     padding-right: 20px;
-    spacing: 36px;
+    spacing: 16px;
 }
 
 #searchResultsContent:rtl {
@@ -693,6 +693,16 @@ StButton.popup-menu-item:insensitive {
     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;
@@ -701,10 +711,6 @@ StButton.popup-menu-item:insensitive {
     font-size: .8em;
 }
 
-.search-section-results {
-    padding: 6px;
-}
-
 .search-section-list-results {
     spacing: 4px;
 }
@@ -717,6 +723,10 @@ StButton.popup-menu-item:insensitive {
     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 */
@@ -797,6 +807,8 @@ StButton.popup-menu-item:insensitive {
 
 .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;
@@ -813,6 +825,8 @@ StButton.popup-menu-item:insensitive {
 
 .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;
@@ -850,11 +864,37 @@ StButton.popup-menu-item:insensitive {
 .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]