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

Unified Diff: chrome/browser/resources/ntp4/apps_page.css

Issue 10827102: Delete dead AppsPromo code (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 years, 4 months 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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/resources/ntp4/apps_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d43f20eabde1f85f4dbbefe706e2ae725f651882 100644
--- a/chrome/browser/resources/ntp4/apps_page.css
+++ b/chrome/browser/resources/ntp4/apps_page.css
@@ -102,69 +102,10 @@
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 {
- display: none;
-}
-
-.tile:only-of-type > .has-promo .app-img-container > .apps-promo-logo {
- display: block;
-}
-
-.apps-promo-logo {
- display: none;
- height: 128px;
- width: 128px;
-}
-
-.tile:only-of-type > .has-promo .app-img-container > img:first-child {
- display: none;
-}
-
.app-img-container > img:first-child {
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;
}
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/resources/ntp4/apps_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698