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

Side by Side Diff: chrome/browser/resources/options/browser_options.css

Issue 136693013: [Hotword] Remove unneeded preferences. Cleaning up look of settings. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: wrong section name in test Created 6 years, 10 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 unified diff | Download patch
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #change-home-page-section { 5 #change-home-page-section {
6 margin-left: 30px; 6 margin-left: 30px;
7 } 7 }
8 8
9 #home-page-url { 9 #home-page-url {
10 display: inline-block; 10 display: inline-block;
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 * of pages that depend on it. 153 * of pages that depend on it.
154 * TODO(kevers): Rivisit padding rules. */ 154 * TODO(kevers): Rivisit padding rules. */
155 #default-search-engine { 155 #default-search-engine {
156 padding-bottom: 0; 156 padding-bottom: 0;
157 } 157 }
158 158
159 .hotword-settings { 159 .hotword-settings {
160 -webkit-margin-start: 22px; 160 -webkit-margin-start: 22px;
161 } 161 }
162 162
163 #hotword-search-description {
164 color: #9b9b9b;
165 }
166
167 /* Internet settings */ 163 /* Internet settings */
168 164
169 #network-settings { 165 #network-settings {
170 position: relative; 166 position: relative;
171 } 167 }
172 168
173 #network-list { 169 #network-list {
174 min-height: 0; 170 min-height: 0;
175 width: 320px; 171 width: 320px;
176 } 172 }
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 } 422 }
427 423
428 #accessibility-autoclick .controlled-setting-with-label { 424 #accessibility-autoclick .controlled-setting-with-label {
429 -webkit-box-align: baseline; 425 -webkit-box-align: baseline;
430 } 426 }
431 427
432 #accessibility-autoclick label + select { 428 #accessibility-autoclick label + select {
433 /* Same as .controlled-setting-with-label > input + span. */ 429 /* Same as .controlled-setting-with-label > input + span. */
434 -webkit-margin-start: 0.6em; 430 -webkit-margin-start: 0.6em;
435 } 431 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698