Chromium Code Reviews| 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..e7ff7099f8b1e1d1f718340377da6fbf9cdff6f8 100644 |
| --- a/chrome/browser/resources/keyboard/main.css |
| +++ b/chrome/browser/resources/keyboard/main.css |
| @@ -6,6 +6,7 @@ found in the LICENSE file. |
| body { |
| background: -webkit-linear-gradient(#bababa, #868686); |
| + background-repeat: no-repeat; |
|
mazda
2011/12/07 01:04:06
nit: This can be merged into the previous line.
b
|
| color: white; |
| margin: 0; |
| overflow: hidden; |
| @@ -28,6 +29,7 @@ div.keyboard { |
| div.rows { |
| display: -webkit-box; |
| + margin-bottom: 5px; |
| text-align: center; |
| -webkit-box-orient: vertical; |
| -webkit-box-flex: 1; |
| @@ -36,6 +38,7 @@ div.rows { |
| div.row { |
| display: -webkit-box; |
| margin-top: 5px; |
| + margin-right: 5px; |
| -webkit-box-flex: 1; |
| } |
| @@ -176,8 +179,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 { |