[gnome-shell] Add 1em of padding below the password box



commit e34ab6c5ae311d4295e11a99301694ace08c44f6
Author: William Jon McCann <jmccann redhat com>
Date:   Mon Aug 27 21:12:26 2012 -0400

    Add 1em of padding below the password box
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682645

 data/theme/gnome-shell.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 6d78bc9..ee036a9 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1834,6 +1834,7 @@ StButton.popup-menu-item:insensitive {
 
 .prompt-dialog-password-box {
     spacing: 1em;
+    padding-bottom: 1em;
 }
 
 .prompt-dialog-error-label {



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