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

Side by Side Diff: chrome_linux/resources/inspector/helpScreen.css

Issue 42163002: Roll Linux reference build to official build 31.0.1650.34 (trunk r224845, branch r230433) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 1 month 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 .help-window-outer { 1 .help-window-outer {
2 position: absolute; 2 position: absolute;
3 top: 0; 3 top: 0;
4 left: 0; 4 left: 0;
5 right: 0; 5 right: 0;
6 bottom: 0; 6 bottom: 0;
7 z-index: 2000; 7 z-index: 2000;
8 } 8 }
9 9
10 .help-window-main { 10 .help-window-main {
(...skipping 20 matching lines...) Expand all
31 .help-window-title { 31 .help-window-title {
32 font-size: 16px; 32 font-size: 16px;
33 margin: 0; 33 margin: 0;
34 padding-top: 1px; 34 padding-top: 1px;
35 margin-bottom: -1px; 35 margin-bottom: -1px;
36 } 36 }
37 37
38 .help-content { 38 .help-content {
39 overflow-y: auto; 39 overflow-y: auto;
40 overflow-x: hidden; 40 overflow-x: hidden;
41 scrollbar-width: 11px;
42 margin: 8px; 41 margin: 8px;
43 padding: 0 4px; 42 padding: 0 4px;
44 } 43 }
45 44
46 .help-footnote { 45 .help-footnote {
47 border-top: 1px solid #EEEEEE; 46 border-top: 1px solid #EEEEEE;
48 margin: 0; 47 margin: 0;
49 padding: 12px; 48 padding: 12px;
50 } 49 }
51 50
52 .help-window-main ::-webkit-scrollbar { 51 .help-window-main .help-container-wrapper::-webkit-scrollbar {
53 width: 11px; 52 width: 11px;
54 } 53 }
55 54
56 .help-window-main ::-webkit-scrollbar-corner, 55 .help-window-main .help-container-wrapper::-webkit-scrollbar-corner,
57 .help-window-main ::-webkit-resizer { 56 .help-window-main .help-container-wrapper::-webkit-resizer {
58 display: none; 57 display: none;
59 } 58 }
60 59
61 .help-window-main ::-webkit-scrollbar-thumb:vertical { 60 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical {
62 background: -webkit-gradient(linear, left top, right top, from(rgb(128, 128, 128)), to(rgb(128, 128, 128)), color-stop(40%, rgb(96, 96, 96))); 61 background: -webkit-gradient(linear, left top, right top, from(rgb(128, 128, 128)), to(rgb(128, 128, 128)), color-stop(40%, rgb(96, 96, 96)));
63 border-radius: 5px; 62 border-radius: 5px;
64 min-height: 20px; 63 min-height: 20px;
65 } 64 }
66 65
67 .help-window-main ::-webkit-scrollbar-thumb:vertical:hover, 66 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical:hove r,
68 .help-window-main ::-webkit-scrollbar-thumb:vertical:active { 67 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical:acti ve {
69 background: -webkit-gradient(linear, left top, right top, from(rgb(176, 176, 176)), to(rgb(176, 176, 176)), color-stop(40%, rgb(144, 144, 144))); 68 background: -webkit-gradient(linear, left top, right top, from(rgb(176, 176, 176)), to(rgb(176, 176, 176)), color-stop(40%, rgb(144, 144, 144)));
70 } 69 }
71 70
72 .help-window-main ::-webkit-scrollbar-track:vertical { 71 .help-window-main .help-container-wrapper::-webkit-scrollbar-track:vertical {
73 background: -webkit-gradient(linear, left top, right top, from(rgb(10, 10, 1 0)), to(rgb(32, 32, 32)), color-stop(25%, rgb(32, 32, 32))); 72 background: -webkit-gradient(linear, left top, right top, from(rgb(10, 10, 1 0)), to(rgb(32, 32, 32)), color-stop(25%, rgb(32, 32, 32)));
74 border-radius: 5px; 73 border-radius: 5px;
75 } 74 }
76 75
77 .help-close-button { 76 .help-close-button {
78 position: absolute; 77 position: absolute;
79 top: 8px; 78 top: 8px;
80 right: 8px; 79 right: 8px;
81 } 80 }
82 81
83 body.dock-to-bottom .help-content { 82 body.dock-to-bottom .help-content {
84 margin-bottom: 8px; 83 margin-bottom: 8px;
85 } 84 }
86 85
87 body.platform-mac .help-window-main .tabbed-pane-header-contents { 86 body.platform-mac .help-window-main .tabbed-pane-header-contents {
88 margin-left: 27px; 87 margin-left: 27px;
89 } 88 }
90 89
91 body.platform-mac .help-window-main .help-window-title { 90 body.platform-mac .help-window-main .help-window-title {
92 margin-left: 18px; 91 margin-left: 18px;
93 } 92 }
94 93
95 .help-container { 94 .help-container {
96 width: 100%; 95 width: 100%;
97 -webkit-user-select: auto; 96 -webkit-user-select: auto;
98 -webkit-column-width: 470px; 97 -webkit-column-width: 470px;
99 } 98 }
100 99
101 body.platform-mac .settings-tab.help-container { 100 body.platform-mac .settings-tab .help-container {
102 -webkit-column-width: 430px; 101 -webkit-column-width: 430px;
103 } 102 }
104 103
105 body.platform-mac .help-container { 104 body.platform-mac .help-container {
106 -webkit-column-width: 361px; 105 -webkit-column-width: 361px;
107 } 106 }
108 107
109 .help-block { 108 .help-block {
110 display: block; 109 display: block;
111 padding-bottom: 9px; 110 padding-bottom: 9px;
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 } 181 }
183 182
184 .help-combine-keys { 183 .help-combine-keys {
185 margin: 0 0.3em; 184 margin: 0 0.3em;
186 } 185 }
187 186
188 .help-key-delimiter { 187 .help-key-delimiter {
189 margin: 0 0.5em; 188 margin: 0 0.5em;
190 } 189 }
191 190
192 .help-content > fieldset { 191 .settings-tab fieldset {
193 margin: 3px 0; 192 margin: 0;
193 padding: 0;
194 border: none;
194 } 195 }
195 196
196 .help-content fieldset { 197 .settings-tab label {
197 border: none; 198 padding-right: 4px;
198 margin-left: 7px;
199 padding: 0 initial;
200 } 199 }
201 200
202 #general-tab-content .help-content fieldset legend { 201 #general-tab-content .help-block fieldset legend {
203 font-size: 14px; 202 font-size: 14px;
204 } 203 }
205 204
206 body.platform-mac .settings-tab.help-content fieldset { 205 .help-block p p {
207 margin-left: 10px;
208 }
209
210 .help-content fieldset p,
211 .help-content fieldset fieldset {
212 border-left: 1px solid rgb(128,128,128);
213 padding-left: 30px; 206 padding-left: 30px;
214 } 207 }
215 208
216 .help-content fieldset label {
217 padding-right: 4px;
218 }
219
220 #enable-devtools-on-startup { 209 #enable-devtools-on-startup {
221 margin: 0 0 0 80px; 210 margin: 0 0 0 80px;
222 display: inline-block; 211 display: inline-block;
223 } 212 }
224 213
225 .help-content p.help-section { 214 .help-content p.help-section {
226 margin: 0 0 15px 0; 215 margin: 0 0 15px 0;
227 } 216 }
228 217
229 .settings-experiments-warning-subsection-warning { 218 .settings-experiments-warning-subsection-warning {
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 font-weight: normal; 398 font-weight: normal;
410 margin: 0; 399 margin: 0;
411 padding-bottom: 3px; 400 padding-bottom: 3px;
412 } 401 }
413 402
414 .settings-tab .help-section-title { 403 .settings-tab .help-section-title {
415 margin-left: -20px; 404 margin-left: -20px;
416 color: #222; 405 color: #222;
417 } 406 }
418 407
419 .settings-tab .help-block fieldset:disabled label:hover, 408 .settings-tab .help-block fieldset:disabled label:hover {
420 .settings-tab .help-block fieldset.toplevel label:hover {
421 color: inherit; 409 color: inherit;
422 } 410 }
423 411
424 .settings-tab .help-block label:hover { 412 .settings-tab .help-block label:hover {
425 color: #222; 413 color: #222;
426 } 414 }
427 415
428 .settings-tab p, 416 .settings-tab p {
429 .settings-tab fieldset {
430 margin: 12px 0; 417 margin: 12px 0;
431 } 418 }
432 419
433 .settings-tab fieldset p,
434 .settings-tab fieldset fieldset {
435 border-left: none transparent;
436 }
437
438 .settings-tab select { 420 .settings-tab select {
439 background-color: #FAFAFA; 421 background-color: #FAFAFA;
440 border-color: rgb(213, 213, 213); 422 border-color: rgb(213, 213, 213);
441 border-radius: 2px; 423 border-radius: 2px;
442 color: inherit; 424 color: inherit;
443 padding: 0 4px; 425 padding: 0 4px;
444 } 426 }
445 427
446 .settings-tab select:disabled { 428 .settings-tab select:disabled {
447 background-color: rgb(221, 221, 221); 429 background-color: rgb(221, 221, 221);
448 } 430 }
449 431
450 .settings-tab .workspace-settings-row input { 432 .settings-tab .workspace-settings-row input {
451 width: 190px; 433 width: 190px;
452 } 434 }
453 435
454 .settings-tab .file-mappings-list .workspace-settings-row input.file-mapping-url { 436 #workspace-tab-content .settings-tab.help-content.help-container {
455 margin-right: 3px; 437 -webkit-column-width: initial;
456 } 438 }
457 439
440
458 #workspace-tab-content .button:hover { 441 #workspace-tab-content .button:hover {
459 opacity: 1.0 !important; 442 opacity: 1.0 !important;
460 } 443 }
461 444
462 #workspace-tab-content .workspace-settings-row:hover .button { 445 #workspace-tab-content .workspace-settings-row:hover .button {
463 visibility: visible; 446 visibility: visible;
464 opacity: 0.4; 447 opacity: 0.4;
465 } 448 }
466 449
467 #workspace-tab-content .workspace-settings-row .button { 450 #workspace-tab-content .workspace-settings-row .button {
(...skipping 12 matching lines...) Expand all
480 } 463 }
481 464
482 #workspace-tab-content .workspace-settings-row .add-button { 465 #workspace-tab-content .workspace-settings-row .add-button {
483 background-image: url(Images/addIcon.png); 466 background-image: url(Images/addIcon.png);
484 } 467 }
485 468
486 #workspace-tab-content .workspace-settings-error { 469 #workspace-tab-content .workspace-settings-error {
487 color: red; 470 color: red;
488 } 471 }
489 472
490 .tethering-help-info {
491 padding-bottom: 5px;
492 }
493
494 .tethering-help-title-left {
495 padding-top: 20px;
496 display: inline-block;
497 width: 100px;
498 }
499
500
501 .tethering-help-title-right {
502 padding-top: 20px;
503 display: inline-block;
504 }
505
506 .settings-tab .workspace-settings-row input.tethering-port-input {
507 width: 80px;
508 margin-right: 20px;
509 }
510
511 .settings-tab .text-button { 473 .settings-tab .text-button {
512 background-image: -webkit-linear-gradient(hsl(0, 0%, 93%), hsl(0, 0%, 93%) 3 8%, hsl(0, 0%, 87%)); 474 background-image: -webkit-linear-gradient(hsl(0, 0%, 93%), hsl(0, 0%, 93%) 3 8%, hsl(0, 0%, 87%));
513 border: 1px solid hsla(0, 0%, 0%, 0.25); 475 border: 1px solid hsla(0, 0%, 0%, 0.25);
514 border-radius: 2px; 476 border-radius: 2px;
515 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.08), inset 0 1px 2px hsla(0, 100%, 100 %, 0.75); 477 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.08), inset 0 1px 2px hsla(0, 100%, 100 %, 0.75);
516 color: hsl(0, 0%, 27%); 478 color: hsl(0, 0%, 27%);
517 font-size: 12px; 479 font-size: 12px;
518 margin: 0 1px 0 0; 480 margin: 0 1px 0 0;
519 text-shadow: 0 1px 0 hsl(0, 0%, 94%); 481 text-shadow: 0 1px 0 hsl(0, 0%, 94%);
520 min-height: 2em; 482 min-height: 2em;
521 padding-left: 10px; 483 padding-left: 10px;
522 padding-right: 10px; 484 padding-right: 10px;
523 } 485 }
524 486
487 .settings-tab .text-button:disabled {
488 background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);
489 border-color: rgba(80, 80, 80, 0.2);
490 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), inset 0 1px 2px rgba(255, 255, 2 55, 0.75);
491 color: #aaa;
492 }
493
525 .settings-tab .text-button:hover { 494 .settings-tab .text-button:hover {
526 background-image: -webkit-linear-gradient(hsl(0, 0%, 94%), hsl(0, 0%, 94%) 3 8%, hsl(0, 0%, 88%)); 495 background-image: -webkit-linear-gradient(hsl(0, 0%, 94%), hsl(0, 0%, 94%) 3 8%, hsl(0, 0%, 88%));
527 border-color: hsla(0, 0%, 0%, 0.3); 496 border-color: hsla(0, 0%, 0%, 0.3);
528 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.12), inset 0 1px 2px hsla(0, 100%, 100 %, 0.95); 497 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.12), inset 0 1px 2px hsla(0, 100%, 100 %, 0.95);
529 color: hsl(0, 0%, 0%); 498 color: hsl(0, 0%, 0%);
530 } 499 }
531 500
532 .settings-tab .text-button:active { 501 .settings-tab .text-button:active {
533 background-image: -webkit-linear-gradient(hsl(0, 0%, 91%), hsl(0, 0%, 91%) 3 8%, hsl(0, 0%, 84%)); 502 background-image: -webkit-linear-gradient(hsl(0, 0%, 91%), hsl(0, 0%, 91%) 3 8%, hsl(0, 0%, 84%));
534 box-shadow: none; 503 box-shadow: none;
535 text-shadow: none; 504 text-shadow: none;
536 } 505 }
537 506
538 .settings-tab .settings-list-container { 507 .settings-tab .settings-list-container {
539 margin-bottom: 5px; 508 background-color: white;
509 margin-bottom: 10px;
540 } 510 }
541 511
542 .settings-tab .settings-list { 512 .settings-tab .settings-list {
543 border: 1px solid hsl(0, 0%, 85%); 513 border: 1px solid hsl(0, 0%, 85%);
544 border-radius: 2px; 514 border-radius: 2px;
545 } 515 }
546 516
547 #workspace-tab-content .settings-list .settings-list-item .settings-list-item-co ntents { 517 .settings-tab .settings-list .settings-list-item .settings-list-item-contents {
548 width: 100%; 518 width: 100%;
549 height: 40px; 519 height: 40px;
550 -webkit-box-align: center; 520 -webkit-box-align: center;
551 -webkit-transition: 150ms background-color; 521 -webkit-transition: 150ms background-color;
552 display: -webkit-box; 522 display: -webkit-box;
553 padding-right: 3px; 523 padding-right: 3px;
554 } 524 }
555 525
556 #workspace-tab-content .settings-list .settings-list-item .settings-list-item-co ntents > :first-child { 526 .settings-tab .settings-list .settings-list-item .settings-list-item-contents > :first-child {
557 -webkit-box-align: center; 527 -webkit-box-align: center;
558 -webkit-box-flex: 1; 528 -webkit-box-flex: 1;
559 -webkit-padding-end: 5px; 529 -webkit-padding-end: 5px;
560 display: -webkit-box; 530 display: -webkit-box;
561 } 531 }
562 532
563 .settings-tab .settings-list .settings-list-item.selected:not(.editable) { 533 .settings-tab .settings-list .settings-list-item.selected:not(.editable) {
564 background-color: hsl(0, 0%, 82%); 534 background-color: hsl(0, 0%, 82%);
565 } 535 }
566 536
(...skipping 27 matching lines...) Expand all
594 } 564 }
595 565
596 .settings-tab .settings-list .settings-list-item .remove-item-button:hover { 566 .settings-tab .settings-list .settings-list-item .remove-item-button:hover {
597 background-position-x: -32px; 567 background-position-x: -32px;
598 } 568 }
599 569
600 .settings-tab .settings-list .settings-list-item .remove-item-button:active { 570 .settings-tab .settings-list .settings-list-item .remove-item-button:active {
601 background-position-x: -16px; 571 background-position-x: -16px;
602 } 572 }
603 573
604 #workspace-tab-content .settings-list .settings-list-item .file-system-path {
605 white-space: nowrap;
606 font-size: 12px;
607 padding-left: 6px;
608 padding-right: 5px;
609 -webkit-box-flex: 1;
610 color: hsl(210, 16%, 22%);
611 }
612
613 #workspace-tab-content .settings-list .settings-list-item .file-system-path-name {
614 padding-right: 6px;
615 font-weight: bold;
616 }
617
618 .file-mappings-section {
619 padding: 0 10px 10px 10px;
620 }
621
622 .file-mappings-list-container {
623 background-color: white;
624 }
625
626 .settings-list-item-columns { 574 .settings-list-item-columns {
627 height: 100%; 575 height: 100%;
628 } 576 }
629 577
630 .settings-tab .settings-list .settings-list-item .list-column { 578 .settings-tab .settings-list .settings-list-item .list-column {
631 displaY: -webkit-box; 579 displaY: -webkit-box;
632 -webkit-box-align: center; 580 -webkit-box-align: center;
633 padding-left: 5px; 581 padding-left: 5px;
634 padding-right: 2px; 582 padding-right: 2px;
635 box-sizing: border-box; 583 box-sizing: border-box;
636 overflow: hidden; 584 overflow: hidden;
637 text-overflow: ellipsis; 585 text-overflow: ellipsis;
638 height: 100%; 586 height: 100%;
639 } 587 }
640 588
641 .settings-tab .settings-list .settings-list-item .list-column .list-column-edito r { 589 .settings-tab .settings-list .settings-list-item .list-column .list-column-edito r {
642 width: 100%; 590 width: 100%;
643 } 591 }
644 592
645 .settings-tab .settings-list .settings-list-item.add-list-item .remove-item-butt on { 593 .settings-tab .settings-list .settings-list-item.add-list-item .remove-item-butt on {
646 visibility: hidden; 594 visibility: hidden;
647 } 595 }
648 596
649 .settings-tab .settings-list .settings-list-item .list-column.file-mapping-url { 597 .settings-tab .settings-list .settings-list-item.editable .list-column .list-col umn-editor {
598 display: none;
599 }
600
601 .settings-tab .settings-list .settings-list-item.editable.item-editing .list-col umn .list-column-editor {
602 display: block;
603 }
604
605 .settings-tab .settings-list .settings-list-item.editable.item-editing .list-col umn .list-column-text {
606 display: none;
607 }
608
609 .settings-tab .settings-list .settings-list-item.editable.item-editing .list-col umn .list-column-editor.editable-item-error {
610 background-color: pink;
611 }
612
613 .list-column-editor {
614 border: 1px solid rgb(213, 213, 213);
615 border-radius: 2px;
616 color: #444444;
617 padding: 3px;
618 }
619
620 .settings-tab .settings-list .settings-list-item .file-system-path {
621 white-space: nowrap;
622 font-size: 12px;
623 padding-left: 6px;
624 padding-right: 5px;
625 -webkit-box-flex: 1;
626 color: hsl(210, 16%, 22%);
627 }
628
629 .settings-tab .settings-list .settings-list-item .file-system-path-name {
630 padding-right: 6px;
631 font-weight: bold;
632 }
633
634 .file-mappings-list .settings-list-item .list-column.settings-list-column-url {
650 width: 50%; 635 width: 50%;
651 } 636 }
652 637
653 .settings-tab .settings-list .settings-list-item .list-column.file-mapping-path { 638 .file-mappings-list .settings-list-item .list-column.settings-list-column-path {
654 width: 50%; 639 width: 50%;
655 } 640 }
656 641
657 .settings-tab .file-mappings-list .settings-list-item.editable .list-column .lis t-column-editor { 642 .excluded-folders-list .settings-list-item .list-column.settings-list-column-pat h {
658 display: none; 643 width: 100%;
659 } 644 }
660 645
661 .settings-tab .file-mappings-list .settings-list-item.editable.item-editing .lis t-column .list-column-editor { 646 .settings-dialog {
662 display: inline; 647 border-radius: 3px;
648 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
649 display: -webkit-flex;
650 -webkit-flex-direction: column;
651 background: white;
663 } 652 }
664 653
665 .settings-tab .file-mappings-list .settings-list-item.editable.item-editing .lis t-column .list-column-text { 654 .settings-dialog .dialog-contents {
666 display: none; 655 display: flex;
656 flex-direction: column;
667 } 657 }
668 658
669 .settings-tab .file-mappings-list .settings-list-item.editable.item-editing .lis t-column .list-column-editor.editable-item-error { 659 .settings-dialog .header {
670 background-color: pink; 660 flex: 0 0 auto;
661 color: #333;
662 font-size: 14px;
663 margin: 0;
664 padding: 14px 17px 14px;
671 } 665 }
666
667 .settings-dialog .contents {
668 flex: 1 1 auto;
669 padding: 0 17px;
670 overflow: auto;
671 margin-bottom: 10px;
672 }
673
674 .settings-dialog .block-header {
675 color: black;
676 font-size: 1.2em;
677 margin-bottom: 0.8em;
678 }
679
680 .settings-dialog .done-button {
681 float: right;
682 }
683
684 .settings-glass-pane {
685 -webkit-box-align: center;
686 -webkit-box-orient: vertical;
687 -webkit-box-pack: center;
688 display: -webkit-box;
689 z-index: 2000 !important;
690 padding: 5px;
691 background-color: rgba(255, 255, 255, 0.4) !important;
692 }
OLDNEW
« no previous file with comments | « chrome_linux/resources/inspector/elementsPanel.css ('k') | chrome_linux/resources/inspector/inspector.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698