Chromium Code Reviews| Index: chrome/browser/resources/options/language_options.css |
| diff --git a/chrome/browser/resources/options/language_options.css b/chrome/browser/resources/options/language_options.css |
| index 0515603f663239ff4ce60331a1a4c4d6fde98afd..32c5bd3ad0e2c714c0e6f7239b2492710293ff88 100644 |
| --- a/chrome/browser/resources/options/language_options.css |
| +++ b/chrome/browser/resources/options/language_options.css |
| @@ -130,11 +130,26 @@ html[os=chromeos] #add-language-overlay-cancel-button { |
| margin-top: 15px; |
| } |
| +<if expr="pp_ifdef('touchui')"> |
| +html[os=chromeos] #add-language-overlay-ok-button { |
| + /* Only touchui builds on chromeos have this button. */ |
| + display: block; |
| + margin-right: 10px; |
| + margin-top: 15px; |
| +} |
| +</if> |
|
Rick Byers
2011/10/28 20:07:13
Adding this rule and the one below doesn't feel li
bshe
2011/10/30 22:46:10
Done.
|
| + |
| html[os=chromeos] #add-language-overlay-page { |
| width: 800px; |
| padding: 20px; |
| } |
| +<if expr="pp_ifdef('touchui')"> |
| +html[os=chromeos] #add-language-overlay-page { |
| + width: 450px; |
| +} |
| +</if> |
| + |
| html[os=chromeos] #add-language-overlay-page button.link-button { |
| padding: 0; |
| text-align: left; |