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

Unified Diff: ui/keyboard/resources/elements/kb-key.html

Issue 16336002: Adjust the WebUI keyboard css and layout to work better in narrow spaces. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Compromise padding 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
« no previous file with comments | « no previous file | ui/keyboard/resources/webui/constants.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/elements/kb-key.html
diff --git a/ui/keyboard/resources/elements/kb-key.html b/ui/keyboard/resources/elements/kb-key.html
index 7226b69441a8e833a4c9f1f511fafb5a1391b885..8d243551e0077b8c658c9f703e17806f65631bfe 100644
--- a/ui/keyboard/resources/elements/kb-key.html
+++ b/ui/keyboard/resources/elements/kb-key.html
@@ -26,8 +26,8 @@
position: absolute;
right: 0;
top: 0;
- padding-left: 14px;
- padding-right: 14px;
+ padding-left: 10px;
+ padding-right: 10px;
}
</style>
<div id="key" class="key">
« no previous file with comments | « no previous file | ui/keyboard/resources/webui/constants.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698