From e34ab6c5ae311d4295e11a99301694ace08c44f6 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 27 Aug 2012 21:12:26 -0400 Subject: [PATCH] Add 1em of padding below the password box https://bugzilla.gnome.org/show_bug.cgi?id=682645 --- data/theme/gnome-shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 6d78bc918..ee036a9c8 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 {