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

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

Issue 9579001: css hack n' slash, continued: New styles for buttons and selects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: message font size Created 8 years, 9 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 | Annotate | Revision Log
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 #manage-default-search-engines {
6 -webkit-margin-start: 4px;
7 }
8
9 #default-browser-state { 5 #default-browser-state {
10 margin-top: 6px; 6 margin-top: 6px;
11 } 7 }
12 8
13 #sync-overview p { 9 #sync-overview p {
14 display: inline; 10 display: inline;
15 } 11 }
16 12
17 #account-picture-wrapper { 13 #account-picture-wrapper {
18 border: 1px solid rgba(0, 0, 0, 0.3); 14 border: 1px solid rgba(0, 0, 0, 0.3);
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 #web-content-section select, 239 #web-content-section select,
244 .web-content-select-label { 240 .web-content-select-label {
245 min-width: 145px; 241 min-width: 145px;
246 } 242 }
247 243
248 .web-content-select-label > span:only-of-type { 244 .web-content-select-label > span:only-of-type {
249 display: inline-block; 245 display: inline-block;
250 min-width: 100px; 246 min-width: 100px;
251 } 247 }
252 248
253 #fontSettingsCustomizeFontsButton,
254 #privacyClearDataButton {
255 margin-left: 10px;
256 }
257
258 #timezone-value { 249 #timezone-value {
259 display: inline-block; 250 display: inline-block;
260 vertical-align: baseline; 251 vertical-align: baseline;
261 } 252 }
262 253
263 #privacy-explanation { 254 #privacy-explanation {
264 line-height: 1.8em; 255 line-height: 1.8em;
265 } 256 }
266 257
267 #privacy-explanation span:first-child { 258 #privacy-explanation span:first-child {
268 display: block; 259 display: block;
269 } 260 }
270 261
271 #advanced-settings { 262 #advanced-settings {
272 -webkit-transition: height 500ms; 263 -webkit-transition: height 500ms;
273 height: 0; 264 height: 0;
274 overflow: hidden; 265 overflow: hidden;
275 } 266 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/options2/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698