Index: third_party/google_input_tools/src/chrome/os/inputview/common.css |
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/common.css b/third_party/google_input_tools/src/chrome/os/inputview/common.css |
index 5521c88c3bd4c2d955481e51d357af123b637047..584c5f8d9e1a21539c6fdb38815a87bbc4d3a789 100644 |
--- a/third_party/google_input_tools/src/chrome/os/inputview/common.css |
+++ b/third_party/google_input_tools/src/chrome/os/inputview/common.css |
@@ -436,6 +436,7 @@ |
display: inline-block; |
width: 18px; |
height: 13px; |
+ transition: '-webkit-filter 1s ease' |
} |
.inputview-space-icon { |
@@ -636,16 +637,6 @@ |
.inputview-canvas { |
cursor: url('images/pencil.png') 8 42, auto; |
} |
- |
-#leftSideColumn { |
- position: absolute; |
- left: 0; |
-} |
- |
-#rightSideColumn { |
- position: absolute; |
- right: 0; |
-} |
.inputview-handwriting .inputview-ch { |
bottom: 15px !important; |
} |
@@ -689,13 +680,12 @@ |
width: 600px; |
height: 100px; |
z-index: 2; |
- display: table-row; |
} |
-.inputview-handwriting-privacy-text { |
- display: table-cell; |
- padding: 0 10px; |
- vertical-align: middle; |
+ |
+.inputview-handwriting-got-it { |
+ color: #3974df; |
+ margin-left: 10px; |
} |
.inputview-handwriting-privacy-info-hidden { |
@@ -704,10 +694,6 @@ |
transition: all 2s ease; |
} |
-.inputview-handwriting-privacy-info .inputview-sk { |
- display: table-cell; |
-} |
- |
.inputview-jp-ime-switch { |
text-align: left; |
font-size: 12px; |