summaryrefslogtreecommitdiff
path: root/chromium/ui/keyboard/resources/elements/kb-row.html
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-12-11 21:33:03 +0100
committerAndras Becsi <andras.becsi@digia.com>2013-12-13 12:34:07 +0100
commitf2a33ff9cbc6d19943f1c7fbddd1f23d23975577 (patch)
tree0586a32aa390ade8557dfd6b4897f43a07449578 /chromium/ui/keyboard/resources/elements/kb-row.html
parent5362912cdb5eea702b68ebe23702468d17c3017a (diff)
downloadqtwebengine-chromium-f2a33ff9cbc6d19943f1c7fbddd1f23d23975577.tar.gz
Update Chromium to branch 1650 (31.0.1650.63)
Change-Id: I57d8c832eaec1eb2364e0a8e7352a6dd354db99f Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'chromium/ui/keyboard/resources/elements/kb-row.html')
-rw-r--r--chromium/ui/keyboard/resources/elements/kb-row.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium/ui/keyboard/resources/elements/kb-row.html b/chromium/ui/keyboard/resources/elements/kb-row.html
index 0a00058a060..0398587daa2 100644
--- a/chromium/ui/keyboard/resources/elements/kb-row.html
+++ b/chromium/ui/keyboard/resources/elements/kb-row.html
@@ -12,8 +12,11 @@
-webkit-box-flex: 1;
display: -webkit-box;
text-align: center;
- margin-right: 5px;
- margin-top: 7px;
+ margin-right: 0.25em;
+ margin-top: 0.25em;
+ }
+ *:last-of-type {
+ margin-bottom: 0.25em;
}
}
content::-webkit-distributed(kb-key) {