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

Unified Diff: chrome/browser/resources/keyboard/main.css

Issue 8859001: Some visual tweaks to the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
Index: chrome/browser/resources/keyboard/main.css
diff --git a/chrome/browser/resources/keyboard/main.css b/chrome/browser/resources/keyboard/main.css
index 822188ad9da13b4909873939385319afd1bed07d..be899a7830dd0a7252c0a489c3d766471734f8df 100644
--- a/chrome/browser/resources/keyboard/main.css
+++ b/chrome/browser/resources/keyboard/main.css
@@ -5,7 +5,7 @@ found in the LICENSE file.
*/
body {
- background: -webkit-linear-gradient(#bababa, #868686);
+ background: -webkit-linear-gradient(#bababa, #868686) no-repeat;
color: white;
margin: 0;
overflow: hidden;
@@ -28,6 +28,7 @@ div.keyboard {
div.rows {
display: -webkit-box;
+ margin-bottom: 5px;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-flex: 1;
@@ -36,6 +37,7 @@ div.rows {
div.row {
display: -webkit-box;
margin-top: 5px;
+ margin-right: 5px;
arv (Not doing code reviews) 2011/12/07 21:20:00 Should this be -webkit-margin-end?
bryeung 2011/12/08 19:01:52 Since this is laying out keyboard, and I don't thi
-webkit-box-flex: 1;
}
@@ -176,8 +178,8 @@ div.moddown {
background-image: url("shift.svg");
}
-.moddownshift > div {
- background-image: url("shift.svg");
+.moddown.shift > div.image-key {
+ background-image: url("shift-down.svg");
}
.hide > div {
« no previous file with comments | « no previous file | chrome/browser/resources/keyboard/shift-down.svg » ('j') | chrome/browser/resources/keyboard/shift-down.svg » ('J')

Powered by Google App Engine
This is Rietveld 408576698