[gnome-shell] theme - nicer contact search results



commit de0116d8c8cca1525aac29e6a61d3b6dc97e9c71
Author: Allan Day <allanpday gmail com>
Date:   Mon Feb 13 15:09:37 2012 +0000

    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 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 6133cff..0406522 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 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]