[gnome-contacts] More edit styling fixes



commit 79e243267ae1b7857eb572de70069ba85c481831
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Jan 18 21:03:04 2012 +0100

    More edit styling fixes

 data/gnome-contacts.css        |    6 +++---
 src/contacts-contact-pane.vala |    1 +
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/data/gnome-contacts.css b/data/gnome-contacts.css
index cd39a2d..7067cfb 100644
--- a/data/gnome-contacts.css
+++ b/data/gnome-contacts.css
@@ -48,7 +48,7 @@ ContactsWindow .sidebar.view {
     box-shadow: none;
     border-image: none;
     border-width: 1;
-    border-radius: 3;
+    border-radius: 4;
     border-style: solid;
     border-color: #bbbeb7;
     background-image: none;
@@ -67,11 +67,11 @@ ContactsWindow .sidebar.view {
 }
 
 .contact-entry.contact-postal-entry:nth-child(first) {
-    border-radius: 3 3 0 0;
+    border-radius: 4 4 0 0;
 }
 
 .contact-entry.contact-postal-entry:nth-child(last) {
-    border-radius: 0 0 3 3;
+    border-radius: 0 0 4 4;
     border-width: 1 1 1 1;
 }
 
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 9579f6f..1a8df8b 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -883,6 +883,7 @@ class Contacts.BirthdayFieldRow : DataFieldRow {
     combo.append_text (_("November"));
     combo.append_text (_("December"));
     combo.set_active (bday.get_month () - 1);
+    combo.get_style_context ().add_class ("contact-combo");
     grid.add (combo);
 
     year_spin = new SpinButton.with_range (1800, 3000, 1);



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