From 84889d6deaba4329751c0299554b4963cd1d9928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 26 Feb 2011 00:00:53 +0100 Subject: [PATCH] search-display: Minor style updates Adjust the style of the search display to match current mockups: - add a border to search buttons - increase padding and spacing - remove section background and border - decrease font size in section headers https://bugzilla.gnome.org/show_bug.cgi?id=643632 --- data/theme/gnome-shell.css | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 65312383f..da21721e7 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -469,11 +469,12 @@ StTooltip StLabel { #searchResults { padding: 20px 10px 10px 10px; + spacing: 18px; } #searchResultsContent { - padding: 0 10px; - spacing: 8px; + padding: 0 20px 0 0; + spacing: 36px; } .search-statustext, @@ -481,18 +482,11 @@ StTooltip StLabel { padding: 4px 12px; spacing: 4px; color: #6f6f6f; -} - -.search-section { - background-color: rgba(128, 128, 128, .1); - border: 1px solid rgba(50, 50, 50, .4); - border-radius: 10px; + font-size: .8em; } .search-section-results { color: #ffffff; - border-radius: 10px; - border: 1px solid rgba(50, 50, 50, .4); padding: 6px; } @@ -505,17 +499,18 @@ StTooltip StLabel { } .search-providers-box { - spacing: 4px; + spacing: 12px; } .dash-search-button { background-gradient-direction: vertical; background-gradient-start: rgba(255, 255, 255, 0.2); background-gradient-end: rgba(255, 255, 255, 0); -/* border: 1px solid #808080;*/ - border-radius: 10px; + border: 1px solid #808080; + border-radius: 16px; height: 32px; width: 300px; + font-weight: bold; } .dash-search-button:selected,