[gnome-shell] search-display: Minor style updates
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] search-display: Minor style updates
- Date: Wed, 2 Mar 2011 22:13:25 +0000 (UTC)
commit 84889d6deaba4329751c0299554b4963cd1d9928
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Feb 26 00:00:53 2011 +0100
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 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 6531238..da21721 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]