From de0116d8c8cca1525aac29e6a61d3b6dc97e9c71 Mon Sep 17 00:00:00 2001 From: Allan Day Date: Mon, 13 Feb 2012 15:09:37 +0000 Subject: [PATCH] theme - nicer contact search results Make the results dark so they blend in nicely, and make the layout match how contacts look in the contacts app. https://bugzilla.gnome.org/show_bug.cgi?id=669993 --- data/theme/gnome-shell.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 6133cfff4..040652259 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -748,13 +748,12 @@ StTooltip StLabel { } .contact-content { - border-radius: 2px; + border-radius: 7px; padding: 8px; width: 232px; height: 84px; - background-color: white; - color: black; - text-align: center; + background-color: rgba(0.0, 0.0, 0.0, 0.5); + color: white; } .contact-icon { @@ -762,20 +761,20 @@ StTooltip StLabel { } .contact-details { - padding: 6px 8px 11px 8px; + padding: 0px 6px 22px 10px; } .contact-details-alias { - font-size: 16px; - padding-bottom: 11px; + font-size: 18px; + padding-bottom: 8px; } .contact-details-status { - font-size: 11pt; + font-size: 10pt; } .contact-details-status-icon { - padding-right: 2px; + padding-right: 4px; } .contact:hover {