[gnome-shell] theme/gdm: shrink entry



commit fb81efeecf69f9024eaccb31a53b31b3ab8eda8e
Author: Ray Strode <rstrode redhat com>
Date:   Sat Sep 17 23:31:24 2011 -0400

    theme/gdm: shrink entry
    
    commit 8424236daafac98d560f4408318efd6e62872840
    set the entry to a specific size to prevent it from
    growing for long passwords.
    
    The size is a little too long though, since it makes
    the dialog pop out horizontally when showing the entry.
    
    This commit drops it down a few em.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659370

 data/theme/gdm.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gdm.css b/data/theme/gdm.css
index 417f8ad..ae70cca 100644
--- a/data/theme/gdm.css
+++ b/data/theme/gdm.css
@@ -110,7 +110,7 @@
     background-color: white;
     caret-color: black;
     caret-size: 1px;
-    width: 23em;
+    width: 15em;
 }
 
 .login-dialog-session-list {



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