Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: chrome/browser/resources/options/chromeos/keyboard_overlay.css

Issue 393023006: Add settings for keyboard auto-repeat to options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
+}
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/browser/resources/options/chromeos/keyboard_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698