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

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

Issue 6151004: DOMUI Prefs: Replace search engine edit overlay with inline editing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace fix Created 9 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 | Annotate | Revision Log
OLDNEW
1 body { 1 body {
2 -webkit-user-select: none; 2 -webkit-user-select: none;
3 cursor: default; 3 cursor: default;
4 font-size: 100%; 4 font-size: 100%;
5 } 5 }
6 6
7 #settings-title { 7 #settings-title {
8 -webkit-padding-end: 24px; 8 -webkit-padding-end: 24px;
9 color: #53637d; 9 color: #53637d;
10 font-size: 200%; 10 font-size: 200%;
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 list > .heading:hover { 410 list > .heading:hover {
411 background-color: transparent; 411 background-color: transparent;
412 border-color: transparent; 412 border-color: transparent;
413 } 413 }
414 414
415 list .deletable-item { 415 list .deletable-item {
416 -webkit-box-align: center; 416 -webkit-box-align: center;
417 } 417 }
418 418
419 list .deletable-item > :first-child { 419 list .deletable-item > :first-child {
420 -webkit-box-align: center;
420 -webkit-box-flex: 1; 421 -webkit-box-flex: 1;
422 -webkit-padding-end: 3px;
421 display: -webkit-box; 423 display: -webkit-box;
422 } 424 }
423 425
424 list .close-button { 426 list .close-button {
425 -webkit-transition: .15s opacity; 427 -webkit-transition: .15s opacity;
426 background-color: transparent; 428 background-color: transparent;
427 /* TODO(stuartmorgan): Replace with real images once they are available. */ 429 /* TODO(stuartmorgan): Replace with real images once they are available. */
428 background-image: url("../../../app/theme/close_bar.png"); 430 background-image: url("../../../app/theme/close_bar.png");
429 border: none; 431 border: none;
430 height: 16px; 432 height: 16px;
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 } 525 }
524 526
525 .suboption { 527 .suboption {
526 -webkit-margin-start: 16px; 528 -webkit-margin-start: 16px;
527 } 529 }
528 530
529 html[os=mac] label > input[type=checkbox], 531 html[os=mac] label > input[type=checkbox],
530 html[os=mac] label > input[type=radio] { 532 html[os=mac] label > input[type=radio] {
531 margin-top: 2px; 533 margin-top: 2px;
532 } 534 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698