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

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

Issue 1046933003: Updates google-input-tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 display: inline-block; 429 display: inline-block;
430 width: 22.5px; 430 width: 22.5px;
431 height: 13px; 431 height: 13px;
432 } 432 }
433 .inputview-enter-icon { 433 .inputview-enter-icon {
434 background: transparent url('images/enter.png'); 434 background: transparent url('images/enter.png');
435 background-size: 18px 13px; 435 background-size: 18px 13px;
436 display: inline-block; 436 display: inline-block;
437 width: 18px; 437 width: 18px;
438 height: 13px; 438 height: 13px;
439 transition: '-webkit-filter 1s ease'
439 } 440 }
440 441
441 .inputview-space-icon { 442 .inputview-space-icon {
442 background: transparent url('images/space.png'); 443 background: transparent url('images/space.png');
443 background-size: 22.5px 8px; 444 background-size: 22.5px 8px;
444 display: inline-block; 445 display: inline-block;
445 width: 22.5px; 446 width: 22.5px;
446 height: 8px; 447 height: 8px;
447 } 448 }
448 449
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 630
630 .inputview-handwriting-back { 631 .inputview-handwriting-back {
631 float: right; 632 float: right;
632 color: #111111; 633 color: #111111;
633 text-align: center; 634 text-align: center;
634 } 635 }
635 636
636 .inputview-canvas { 637 .inputview-canvas {
637 cursor: url('images/pencil.png') 8 42, auto; 638 cursor: url('images/pencil.png') 8 42, auto;
638 } 639 }
639
640 #leftSideColumn {
641 position: absolute;
642 left: 0;
643 }
644
645 #rightSideColumn {
646 position: absolute;
647 right: 0;
648 }
649 .inputview-handwriting .inputview-ch { 640 .inputview-handwriting .inputview-ch {
650 bottom: 15px !important; 641 bottom: 15px !important;
651 } 642 }
652 .inputview-handwriting .inputview-sk { 643 .inputview-handwriting .inputview-sk {
653 background-color: #E9E9E9; 644 background-color: #E9E9E9;
654 margin: 0 0 10 0; 645 margin: 0 0 10 0;
655 } 646 }
656 647
657 .inputview-handwriting .inputview-element-highlight { 648 .inputview-handwriting .inputview-element-highlight {
658 background-color: #cccccc; 649 background-color: #cccccc;
(...skipping 23 matching lines...) Expand all
682 background-color: white; 673 background-color: white;
683 opacity: 0.5; 674 opacity: 0.5;
684 z-index: 1; 675 z-index: 1;
685 } 676 }
686 677
687 .inputview-handwriting-privacy-info { 678 .inputview-handwriting-privacy-info {
688 position: absolute; 679 position: absolute;
689 width: 600px; 680 width: 600px;
690 height: 100px; 681 height: 100px;
691 z-index: 2; 682 z-index: 2;
692 display: table-row;
693 } 683 }
694 684
695 .inputview-handwriting-privacy-text { 685
696 display: table-cell; 686 .inputview-handwriting-got-it {
697 padding: 0 10px; 687 color: #3974df;
698 vertical-align: middle; 688 margin-left: 10px;
699 } 689 }
700 690
701 .inputview-handwriting-privacy-info-hidden { 691 .inputview-handwriting-privacy-info-hidden {
702 visibility: hidden; 692 visibility: hidden;
703 opacity: 0; 693 opacity: 0;
704 transition: all 2s ease; 694 transition: all 2s ease;
705 } 695 }
706 696
707 .inputview-handwriting-privacy-info .inputview-sk {
708 display: table-cell;
709 }
710
711 .inputview-jp-ime-switch { 697 .inputview-jp-ime-switch {
712 text-align: left; 698 text-align: left;
713 font-size: 12px; 699 font-size: 12px;
714 display: inline-block; 700 display: inline-block;
715 } 701 }
716 702
717 .inputview-switcher-chinese { 703 .inputview-switcher-chinese {
718 display: inline-block; 704 display: inline-block;
719 background: url('images/english.png') no-repeat center; 705 background: url('images/english.png') no-repeat center;
720 background-size: 50px 20px; 706 background-size: 50px 20px;
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 773
788 .inputview-candidate-internal-wrapper { 774 .inputview-candidate-internal-wrapper {
789 text-overflow: ellipsis; 775 text-overflow: ellipsis;
790 overflow-x: hidden; 776 overflow-x: hidden;
791 white-space: nowrap; 777 white-space: nowrap;
792 display: inline-block; 778 display: inline-block;
793 } 779 }
794 .inputview-three-candidates .inputview-candidate { 780 .inputview-three-candidates .inputview-candidate {
795 padding: 6px; 781 padding: 6px;
796 } 782 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698