Chromium Code Reviews| Index: chrome/browser/resources/ntp_android/ntp_android.css |
| diff --git a/chrome/browser/resources/ntp_android/ntp_android.css b/chrome/browser/resources/ntp_android/ntp_android.css |
| index 0245152507180d3e5f9e9b33d7cfa572d4496259..77fed0be409e73df411238f853ee926490dfd2ba 100644 |
| --- a/chrome/browser/resources/ntp_android/ntp_android.css |
| +++ b/chrome/browser/resources/ntp_android/ntp_android.css |
| @@ -37,14 +37,36 @@ body { |
| width: 275px; |
| } |
| +.promo-action-target { |
| + -webkit-tap-highlight-color: transparent; |
| +} |
| + |
| .promo-message { |
| font-family: Arial, sans-serif; |
| - font-size: 14pt; |
| - margin-bottom: 16px; |
| - margin-top: 16px; |
| + font-size: 12pt; |
| + margin: 16px 24px 16px 24px; |
|
Dan Beam
2012/08/25 00:48:20
nit: margin: 16px 24x; (shorter and equivalent)
aruslan
2012/08/27 22:19:51
Done - thanks!
|
| + text-align: center; |
| +} |
| + |
| +.promo-button { |
| + background: -webkit-gradient( |
| + linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1)); |
| + border: 1px solid #ccc; |
| + border-radius: 5px; |
| + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08), |
| + inset 0 0 2px rgba(255, 255, 255, 0.6); |
| + font-size: 12pt; |
| + margin-left: auto; |
| + margin-right: auto; |
| + padding: 10px 10px; |
|
Dan Beam
2012/08/25 00:48:20
nit: padding: 10px; (shorter and equivalent again
aruslan
2012/08/27 22:19:51
Done - thanks!
|
| text-align: center; |
| } |
| +.promo-button-active { |
| + -webkit-tap-highlight-color: transparent; |
| + background: rgba(51, 181, 229, 0.4); |
| +} |
| + |
| .promo-sync-graphic { |
| background-image: url(images/syncfographic_mdpi.png); |
| background-repeat: no-repeat; |