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

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

Issue 134103005: [Hotword] Putting preferences under search for hotword service. Putting behind a flag. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixing margin and color Created 6 years, 11 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 } 149 }
150 150
151 /* Override a platform specific rule in Widgets that may no longer be relevant. 151 /* Override a platform specific rule in Widgets that may no longer be relevant.
152 * Too late in the development cycle to update Widgets.css due to the number 152 * Too late in the development cycle to update Widgets.css due to the number
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 {
160 -webkit-margin-start: 22px;
161 }
162
163 #hotword-search-description {
164 color: #9B9B9B;
James Hawkins 2014/01/21 18:18:03 nit: Lower-case letters in hex.
rpetterson 2014/01/21 18:24:20 Done.
165 }
166
159 /* Internet settings */ 167 /* Internet settings */
160 168
161 #network-settings { 169 #network-settings {
162 position: relative; 170 position: relative;
163 } 171 }
164 172
165 #network-list { 173 #network-list {
166 min-height: 0; 174 min-height: 0;
167 width: 320px; 175 width: 320px;
168 } 176 }
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 } 426 }
419 427
420 #accessibility-autoclick .controlled-setting-with-label { 428 #accessibility-autoclick .controlled-setting-with-label {
421 -webkit-box-align: baseline; 429 -webkit-box-align: baseline;
422 } 430 }
423 431
424 #accessibility-autoclick label + select { 432 #accessibility-autoclick label + select {
425 /* Same as .controlled-setting-with-label > input + span. */ 433 /* Same as .controlled-setting-with-label > input + span. */
426 -webkit-margin-start: 0.6em; 434 -webkit-margin-start: 0.6em;
427 } 435 }
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