[gnome-maps] css: Fixup bubble font sizes



commit 6bf6d934cd8c544baa72ee9ec9c9478d550acebf
Author: Jonas Danielsson <jonas danielsson threetimestwo org>
Date:   Wed Nov 12 04:11:55 2014 -0500

    css: Fixup bubble font sizes

 data/gnome-maps.css         |    8 ++++++--
 src/search-result-bubble.ui |    3 +++
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/data/gnome-maps.css b/data/gnome-maps.css
index da276a8..629d5a6 100644
--- a/data/gnome-maps.css
+++ b/data/gnome-maps.css
@@ -70,10 +70,14 @@
 }
 
 .bubble-title {
-    font-size: 120%;
+    font-size: large;
     font-weight: bold;
 }
 
 .bubble-subtitle {
-    font-size: 70%;
+    font-size: small;
+}
+
+.bubble-content {
+    font-size: small;
 }
diff --git a/src/search-result-bubble.ui b/src/search-result-bubble.ui
index d92fe06..ae0cd46 100644
--- a/src/search-result-bubble.ui
+++ b/src/search-result-bubble.ui
@@ -6,6 +6,9 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
+        <style>
+          <class name="bubble-content"/>
+        </style>
         <child>
           <object class="GtkLabel" id="label-title">
             <property name="visible">True</property>


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