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

Unified Diff: chrome/browser/resources/md_extensions/toolbar.css

Issue 1308893009: [MD Extensions] Move search field out of downloads, use it in extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: License + Nit Created 5 years, 3 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/md_extensions/toolbar.css
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.css b/chrome/browser/resources/md_extensions/toolbar.css
similarity index 50%
copy from chrome/browser/resources/settings/a11y_page/a11y_page.css
copy to chrome/browser/resources/md_extensions/toolbar.css
index 65537ee02ff5767569fee04f7ef03ad8d6635f91..396d29e15ffa578e76013dafb73a092f304f5e7a 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.css
+++ b/chrome/browser/resources/md_extensions/toolbar.css
@@ -2,19 +2,23 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-.autoclick-delay-label {
- -webkit-margin-end: 0;
- -webkit-margin-start: 40px;
+:host {
align-items: center;
+ background: rgb(63, 85, 102);
+ color: white;
display: flex;
- margin-bottom: 10px;
- margin-top: 0;
+ height: 56px;
}
-#autoclickDropdown {
- -webkit-margin-start: 10px;
+#search-field {
+ -webkit-padding-end: 10px;
}
-.more-a11y-link {
- margin-bottom: 10px;
+#title {
+ -webkit-margin-start: 24px;
+ flex: 1;
+ font-size: 107.7%;
+ font-weight: normal;
+ margin-bottom: 0;
+ margin-top: 0;
}

Powered by Google App Engine
This is Rietveld 408576698