| Index: chrome/browser/resources/options/chromeos/keyboard_overlay.css
|
| diff --git a/chrome/browser/resources/options/chromeos/keyboard_overlay.css b/chrome/browser/resources/options/chromeos/keyboard_overlay.css
|
| index 316e07af9027e2e2a1204f747ffa3d046d686024..89b913d66123bdc1a56806eb2786e4aaacfcabb2 100644
|
| --- a/chrome/browser/resources/options/chromeos/keyboard_overlay.css
|
| +++ b/chrome/browser/resources/options/chromeos/keyboard_overlay.css
|
| @@ -5,3 +5,22 @@
|
| #send-function-keys-description {
|
| color: gray;
|
| }
|
| +
|
| +#auto-repeat-settings-section {
|
| + -webkit-margin-start: 30px;
|
| + display: table;
|
| + white-space: nowrap;
|
| +}
|
| +
|
| +#auto-repeat-settings-section .row {
|
| + display: table-row;
|
| +}
|
| +
|
| +#auto-repeat-settings-section .row > * {
|
| + display: table-cell;
|
| +}
|
| +
|
| +#auto-repeat-settings-section input[type='range'] {
|
| + margin-left: 5px;
|
| + margin-right: 5px;
|
| +}
|
|
|