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

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: Address last comment 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 list > .heading:hover { 394 list > .heading:hover {
395 background-color: transparent; 395 background-color: transparent;
396 border-color: transparent; 396 border-color: transparent;
397 } 397 }
398 398
399 list .deletable-item { 399 list .deletable-item {
400 -webkit-box-align: center; 400 -webkit-box-align: center;
401 } 401 }
402 402
403 list .deletable-item > :first-child { 403 list .deletable-item > :first-child {
404 -webkit-box-align: center;
404 -webkit-box-flex: 1; 405 -webkit-box-flex: 1;
406 -webkit-padding-end: 3px;
405 display: -webkit-box; 407 display: -webkit-box;
406 } 408 }
407 409
408 list .close-button { 410 list .close-button {
409 -webkit-transition: .15s opacity; 411 -webkit-transition: .15s opacity;
410 background-color: transparent; 412 background-color: transparent;
411 /* TODO(stuartmorgan): Replace with real images once they are available. */ 413 /* TODO(stuartmorgan): Replace with real images once they are available. */
412 background-image: url("../../../app/theme/close_bar.png"); 414 background-image: url("../../../app/theme/close_bar.png");
413 border: none; 415 border: none;
414 height: 16px; 416 height: 16px;
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 } 506 }
505 507
506 .suboption { 508 .suboption {
507 -webkit-margin-start: 16px; 509 -webkit-margin-start: 16px;
508 } 510 }
509 511
510 html[os=mac] label > input[type=checkbox], 512 html[os=mac] label > input[type=checkbox],
511 html[os=mac] label > input[type=radio] { 513 html[os=mac] label > input[type=radio] {
512 margin-top: 2px; 514 margin-top: 2px;
513 } 515 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/resources/options/search_engine_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698