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

Side by Side Diff: third_party/google_input_tools/src/chrome/os/inputview/common.css

Issue 828063007: Uprev Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update extensions schema. Created 5 years, 10 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 .inputview-layoutview { 1 .inputview-layoutview {
2 position: relative; 2 position: relative;
3 -webkit-user-select: none; 3 -webkit-user-select: none;
4 } 4 }
5 .inputview-canvasview, 5 .inputview-canvasview,
6 .inputview-skv { 6 .inputview-skv {
7 display: inline-block; 7 display: inline-block;
8 overflow: hidden; 8 overflow: hidden;
9 } 9 }
10 .inputview-sk { 10 .inputview-sk {
(...skipping 13 matching lines...) Expand all
24 margin: 5px 0 5px 0; 24 margin: 5px 0 5px 0;
25 } 25 }
26 .inputview-character { 26 .inputview-character {
27 position: absolute; 27 position: absolute;
28 text-align: center; 28 text-align: center;
29 color: #999999; 29 color: #999999;
30 font-size: 16px; 30 font-size: 16px;
31 display: inline-block; 31 display: inline-block;
32 } 32 }
33 .inputview-a11y .inputview-character { 33 .inputview-a11y .inputview-character {
34 font-size: 11px; 34 font-size: 13px;
35 } 35 }
36 .inputview-ch { 36 .inputview-ch {
37 color: #111111; 37 color: #111111;
38 font-size: 23px; 38 font-size: 23px;
39 } 39 }
40 .inputview-digit-character.inputview-ch { 40 .inputview-digit-character.inputview-ch {
41 font-size: 20px; 41 font-size: 20px;
42 } 42 }
43 .inputview-font-small.inputview-special-key-name, 43 .inputview-font-small.inputview-special-key-name,
44 .inputview-font-small.inputview-compact-key, 44 .inputview-font-small.inputview-compact-key,
45 .inputview-a11y .inputview-digit-character.inputview-ch { 45 .inputview-a11y .inputview-digit-character.inputview-ch {
46 font-size: 16px; 46 font-size: 17px;
47 } 47 }
48 .inputview-a11y .inputview-ch { 48 .inputview-a11y .inputview-ch {
49 font-size: 18px; 49 font-size: 21px;
50 } 50 }
51 .inputview-vertical { 51 .inputview-vertical {
52 display: inline-block; 52 display: inline-block;
53 overflow: hidden; 53 overflow: hidden;
54 } 54 }
55 .inputview-linear { 55 .inputview-linear {
56 display: inline-block; 56 display: inline-block;
57 } 57 }
58 .inputview-extended-transition { 58 .inputview-extended-transition {
59 transition: margin-left 0.2s; 59 transition: margin-left 0.2s;
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 .inputview-candidates-line { 477 .inputview-candidates-line {
478 border-bottom: 1px #cfcfcf solid; 478 border-bottom: 1px #cfcfcf solid;
479 } 479 }
480 .inputview-candidates-top-line { 480 .inputview-candidates-top-line {
481 border-top: 1px #cfcfcf solid; 481 border-top: 1px #cfcfcf solid;
482 } 482 }
483 .inputview-three-candidates { 483 .inputview-three-candidates {
484 text-align: center; 484 text-align: center;
485 vertical-align: middle; 485 vertical-align: middle;
486 } 486 }
487 .inputview-candiate-ic { 487 .inputview-candidate-ic {
488 display: inline-block; 488 display: inline-block;
489 } 489 }
490 490
491 .inputview-shrink-candidates-icon { 491 .inputview-shrink-candidates-icon {
492 background: transparent url('images/hide_candidates.png') 0 0/17px 16.5px no-r epeat; 492 background: transparent url('images/hide_candidates.png') 0 0/17px 16.5px no-r epeat;
493 height: 17px; 493 height: 17px;
494 width: 16.5px; 494 width: 16.5px;
495 } 495 }
496 496
497 .inputview-expand-candidates-icon { 497 .inputview-expand-candidates-icon {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 background-color: white; 582 background-color: white;
583 opacity: 0.5; 583 opacity: 0.5;
584 z-index: 1; 584 z-index: 1;
585 } 585 }
586 586
587 .inputview-handwriting-privacy-info { 587 .inputview-handwriting-privacy-info {
588 position: absolute; 588 position: absolute;
589 width: 600px; 589 width: 600px;
590 height: 100px; 590 height: 100px;
591 z-index: 2; 591 z-index: 2;
592 display: table-row;
593 }
594
595 .inputview-handwriting-privacy-text {
596 display: table-cell;
597 padding: 0 10px;
598 vertical-align: middle;
592 } 599 }
593 600
594 .inputview-handwriting-privacy-info-hidden { 601 .inputview-handwriting-privacy-info-hidden {
595 visibility: hidden; 602 visibility: hidden;
596 opacity: 0; 603 opacity: 0;
597 transition: all 2s ease; 604 transition: all 2s ease;
598 } 605 }
599 606
600 .inputview-handwriting-privacy-info .inputview-sk { 607 .inputview-handwriting-privacy-info .inputview-sk {
601 margin-top: 10px; 608 display: table-cell;
602 } 609 }
603 610
604 .inputview-jp-ime-switch { 611 .inputview-jp-ime-switch {
605 text-align: left; 612 text-align: left;
606 font-size: 12px; 613 font-size: 12px;
607 display: inline-block; 614 display: inline-block;
608 } 615 }
609 616
610 .inputview-switcher-chinese { 617 .inputview-switcher-chinese {
611 display: inline-block; 618 display: inline-block;
(...skipping 21 matching lines...) Expand all
633 background: url('images/english_small.png') no-repeat center; 640 background: url('images/english_small.png') no-repeat center;
634 background-size: 40px 16px; 641 background-size: 40px 16px;
635 height: 16px; 642 height: 16px;
636 width: 40px; 643 width: 40px;
637 } 644 }
638 .inputview-candidate-internal-wrapper { 645 .inputview-candidate-internal-wrapper {
639 text-overflow: ellipsis; 646 text-overflow: ellipsis;
640 overflow-x: hidden; 647 overflow-x: hidden;
641 white-space: nowrap; 648 white-space: nowrap;
642 display: inline-block; 649 display: inline-block;
650 }
651 .inputview-three-candidates .inputview-candidate {
643 padding: 6px; 652 padding: 6px;
644 } 653 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698