Index: chrome/browser/resources/settings/a11y_page/a11y_page.css |
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.css b/chrome/browser/resources/settings/a11y_page/a11y_page.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..085d87157ca9077c285892760b4f03cb6b2f36d8 |
--- /dev/null |
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.css |
@@ -0,0 +1,16 @@ |
+.autoclick-delay-label { |
+ -webkit-margin-end: 0; |
+ -webkit-margin-start: 40px; |
+ align-items: center; |
+ display: flex; |
+ margin-bottom: 10px; |
+ margin-top: 0; |
+} |
+ |
+#autoclickDropdown { |
+ -webkit-margin-start: 10px; |
+} |
+ |
+.more-a11y-link { |
+ margin-bottom: 10px; |
+} |