From a70ee216b0dd201d22370a1bf4d10d6ce4b43f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 24 Oct 2013 16:33:51 +0100 Subject: [PATCH] theme: Add some vertical padding on login screen This was apparently lost during some rewrite this cycle ... https://bugzilla.gnome.org/show_bug.cgi?id=710555 --- data/theme/gnome-shell.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 9d7952ac2..b27345ae3 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -2387,6 +2387,10 @@ StScrollBar StButton#vhandle:active { padding-top: 1em; } +.login-dialog-user-selection-box { + padding: 100px 0; +} + .login-dialog-user-selection-box .login-dialog-not-listed-label { padding-left: 2px; }