[gnome-shell] theme - give labels and captions the same padding



commit 604e8f4f8a3f11d760928758b9d993b2cc2bd107
Author: Allan Day <allanpday gmail com>
Date:   Mon Feb 13 17:48:24 2012 +0000

    theme - give labels and captions the same padding
    
    Give the window captions the same padding as the dash labels. This
    makes things look nice and consistent.

 data/theme/gnome-shell.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 0406522..cc63843 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -472,7 +472,7 @@ StTooltip StLabel {
     border-radius: 8px;
     font-size: 9pt;
     font-weight: bold;
-    padding: 6px 12px;
+    padding: 4px 12px;
     -shell-caption-spacing: 12px;
 }
 



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