From a16f699dfc800600b59ddcd2fdd56eac3bc72293 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 a90412ee1..68f865d8b 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -2384,6 +2384,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; }