Chromium Code Reviews| Index: chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html |
| diff --git a/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html b/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html |
| index 578269313f4b33d49fe26c54d4c91200c503e443..c953130b0640fe7f54d929b0431897d69b096637 100644 |
| --- a/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html |
| +++ b/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html |
| @@ -26,16 +26,23 @@ |
| cursor: pointer; |
| flex-direction: column; |
| outline: none; |
| + width: 256px; |
|
jdufault
2016/06/15 22:20:39
Is this needed?
sammiequon
2016/06/17 01:00:43
Done.
|
| } |
| .row { |
| display: flex; |
| + width: 256px; |
|
jdufault
2016/06/15 22:20:39
Is this needed / can it be driven by #container-co
sammiequon
2016/06/17 01:00:43
Done.
|
| } |
| .row.horizontal-center { |
| + height: 46px; |
|
jdufault
2016/06/15 22:20:39
ditto
sammiequon
2016/06/17 01:00:43
Done.
|
| justify-content: center; |
| } |
| + .row.keyboard { |
| + height: 72px; |
| + } |
| + |
| .digit-button { |
| align-items: center; |
| background: none; |
| @@ -44,14 +51,21 @@ |
| font-size: 30px; |
| justify-content: center; |
| margin: 5px; |
| - min-width: 94px; |
| - width: 94px; |
| + } |
| + |
| + .row.keyboard paper-button { |
|
jdufault
2016/06/15 22:20:39
Why is this change needed?
sammiequon
2016/06/17 01:00:43
Done.
|
| + display: block; |
| + min-height: 20px; |
| + min-width: 20px; |
| + position: relative; |
| + width: 85px; |
| } |
| .digit-button inner-text { |
| display: flex; |
| flex-direction: column; |
| - height: 52px; |
| + font-size: 34px; |
| + text-align: center; |
| } |
| .digit-button inner-text subhead { |
| @@ -63,9 +77,7 @@ |
| background: var(--paper-blue-a400); |
| color: white; |
| font-size: 20px; |
| - height: 60px; |
| min-width: 0; |
| - width: 60px; |
| } |
| #pin-input { |