Chromium Code Reviews| Index: chrome/browser/resources/ntp4/apps_page.css |
| diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css |
| index b0f7c7915f3a5ac9f46ae7dd3d65766e07d66393..19a3807d42c2d5e14d5d54d3ad3c01543a08fea6 100644 |
| --- a/chrome/browser/resources/ntp4/apps_page.css |
| +++ b/chrome/browser/resources/ntp4/apps_page.css |
| @@ -102,24 +102,15 @@ |
| text-decoration: underline; |
| } |
| -/* Promo */ |
| -/* Show the promo if the webstore has a promo and is the only app on the page. |
| - */ |
| -.tile:only-of-type > .has-promo > .app-contents > span { |
| +.tile:only-of-type > .app-contents > span { |
|
Mihai Parparita -not on Chrome
2012/07/31 22:58:16
Seems like these rule should be removed entirely (
|
| display: none; |
| } |
| -.tile:only-of-type > .has-promo .app-img-container > .apps-promo-logo { |
| +.tile:only-of-type > .app-img-container { |
| display: block; |
| } |
| -.apps-promo-logo { |
| - display: none; |
| - height: 128px; |
| - width: 128px; |
| -} |
| - |
| -.tile:only-of-type > .has-promo .app-img-container > img:first-child { |
| +.tile:only-of-type > .app-img-container > img:first-child { |
| display: none; |
| } |
| @@ -127,44 +118,6 @@ |
| display: block; |
| } |
| -/* TODO(estade): animation? */ |
| -.tile:only-of-type > .has-promo > .apps-promo-extras { |
| - display: block; |
| -} |
| - |
| -.apps-promo-extras { |
| - display: none; |
| - /* 128 * 5/4 */ |
| - left: 160px; |
| - position: absolute; |
| - text-align: left; |
| - top: 0; |
| -} |
| - |
| -html[dir='rtl'] .apps-promo-extras { |
| - left: auto; |
| - right: 160px; |
| -} |
| - |
| -.apps-promo-heading { |
| - -webkit-margin-start: 3px; |
| - font-weight: bold; |
| - margin-bottom: 5px; |
| -} |
| - |
| -.g-button-basic { |
| - -webkit-border-image: url('images/app_promo_button.png') 6 10 12 6; |
| - border-width: 6px 10px 12px 6px; |
| - color: #fff !important; |
| - display: inline-block; |
| - font-size: 1.3em; |
| - font-weight: bold; |
| - padding: 2px 10px; |
| - text-align: center; |
| - text-decoration: none; |
| - white-space: nowrap; |
| -} |
| - |
| .app .invisible { |
| visibility: hidden; |
| } |