[gnome-themes-standard] notebook: make sure label do not get cut



commit 8f016010094ea51210a68dd90b7139798f8adf46
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Mar 4 15:43:08 2011 -0500

    notebook: make sure label do not get cut

 themes/Adwaita/gtk-3.0/gtk.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 5c4383f..de038ed 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -346,7 +346,7 @@ GtkCalendar {
 }
 
 .notebook tab {
-    padding: 4 8 1;
+    padding: 3 8 0;
     background-image: -gtk-gradient (linear,
                                      left top, left bottom,
                                      from (@theme_base_color),
@@ -354,7 +354,7 @@ GtkCalendar {
 }
 
 .notebook tab:active {
-    padding: 4 8 1;
+    padding: 3 8 0;
     -adwaita-selected-tab-color: #8dc0f3;
     -adwaita-notebook-border-color: @notebook_border;
     border-color: @notebook_active_tab_border;



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