[gnome-shell/eos3.8: 171/255] payg: tweak code entry field for longer codes



commit 86b0763b1cfbd574974dca9fedd06a85b16780f7
Author: Will Thompson <wjt endlessm com>
Date:   Wed Oct 17 17:09:13 2018 +0100

    payg: tweak code entry field for longer codes
    
    Angaza codes can be up to 20 characters when entered with hyphens. These
    were much too long with the previous luxurious letter-spacing and field
    width. Reduce the spacing, and increase the field width a bit.
    
    To me, this still looks acceptable with 8-digit codes.
    
    https://phabricator.endlessm.com/T23965

 data/theme/gnome-shell-sass/_endless.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_endless.scss b/data/theme/gnome-shell-sass/_endless.scss
index 5052564f92..0aafae2f27 100644
--- a/data/theme/gnome-shell-sass/_endless.scss
+++ b/data/theme/gnome-shell-sass/_endless.scss
@@ -703,8 +703,8 @@ popup-separator-menu-item {
 
       .unlock-dialog-payg-promptbox {
           spacing: 6px;
-          min-width: 370px;
-          max-width: 370px;
+          min-width: 400px;
+          max-width: 400px;
       }
 
       .unlock-dialog-payg-label {
@@ -717,7 +717,7 @@ popup-separator-menu-item {
           font-size: 24px;
           padding-left: 12px;
           padding-right: 12px;
-          letter-spacing: 12px;
+          letter-spacing: 6px;
       }
 
       .unlock-dialog-payg-session-list-button {


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