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

Unified Diff: ui/keyboard/resources/main.css

Issue 16943012: Make some additional adjustments to the v1 keyboard layout. (Closed) Base URL: http://git.chromium.org/chromium/src.git@reskin
Patch Set: Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
« ui/keyboard/resources/keysets.html ('K') | « ui/keyboard/resources/keysets.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/main.css
diff --git a/ui/keyboard/resources/main.css b/ui/keyboard/resources/main.css
index 7f99cc8605d2bebd1bae1a2bc9aaddbe99343139..4cb435bd43abd7157f9616859c69ec4eca469d9d 100644
--- a/ui/keyboard/resources/main.css
+++ b/ui/keyboard/resources/main.css
@@ -50,8 +50,6 @@ kb-key.dark {
.at,
.com,
.comma,
-.hide,
-.mic,
.period,
.tab {
-webkit-box-flex: 1.3 !important;
@@ -61,10 +59,14 @@ kb-key.dark {
-webkit-box-flex: 2.1 !important;
}
-.symbol {
+.mic {
-webkit-box-flex: 1.5 !important;
}
+.symbol {
+ -webkit-box-flex: 1.25 !important;
+}
+
.backspace {
-webkit-box-flex: 1.7 !important;
}
@@ -80,7 +82,7 @@ kb-key.dark {
}
.space {
- -webkit-box-flex: 4.8 !important;
+ -webkit-box-flex: 6.0 !important;
}
.bar {
« ui/keyboard/resources/keysets.html ('K') | « ui/keyboard/resources/keysets.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698