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..1ebdeb9575414a7ca58b3daa7e6b7431bd878521 100644 |
--- a/chrome/browser/resources/options/chromeos/keyboard_overlay.css |
+++ b/chrome/browser/resources/options/chromeos/keyboard_overlay.css |
@@ -5,3 +5,23 @@ |
#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; |
Dan Beam
2014/07/19 00:57:09
nit: margin: 0 5px;
michaelpg
2014/07/19 00:58:28
the user-agent stylesheet has a 2px margin, will t
Dan Beam
2014/07/19 01:09:44
eh, just ignore then
|
+} |
+ |
Dan Beam
2014/07/19 00:57:09
nit: remove \n
michaelpg
2014/07/19 01:32:06
Done.
|