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

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

Issue 10332049: remove ntp app install hint (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync it Created 8 years, 7 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/chrome_browser_main.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 39eb815029466ad36258d63f81a7441b63400a2b..b0f7c7915f3a5ac9f46ae7dd3d65766e07d66393 100644
--- a/chrome/browser/resources/ntp4/apps_page.css
+++ b/chrome/browser/resources/ntp4/apps_page.css
@@ -174,74 +174,3 @@ html[dir='rtl'] .apps-promo-extras {
.apps-page #notification-container {
bottom: 15px;
}
-
-/* App install hint */
-
-.app-install-hint {
- -webkit-transition: opacity 150ms;
- color: inherit;
- display: block;
- opacity: 0.8;
- position: absolute;
- text-decoration: none;
-}
-
-.app-install-hint:active {
- opacity: 1.0;
-}
-
-.app-install-hint-interior {
- border: 2px dashed;
- border-radius: 20%;
- box-sizing: border-box;
- height: 60%;
- left: 20%;
- position: absolute;
- right: 20%;
- top: 10%;
- width: 60%;
-}
-
-.app-install-hint-interior > .interior-background {
- border-radius: 20%;
- bottom: 3px;
- left: 3px;
- position: absolute;
- right: 3px;
- top: 3px;
-}
-
-.app-install-hint-interior > .vertical-bar,
-.app-install-hint-interior > .horizontal-bar {
- border-radius: 2px;
- position: absolute;
-}
-
-.app-install-hint-interior > .vertical-bar {
- height: 50%;
- left: 44%;
- right: 44%;
- top: 25%;
- width: 12%;
-}
-
-.app-install-hint-interior > .horizontal-bar {
- height: 12%;
- left: 25%;
- right: 25%;
- top: 44%;
- width: 50%;
-}
-
-html.dragging-mode .app-install-hint {
- opacity: 0;
-}
-
-.app-install-hint > span {
- font-size: 1.2em;
- left: 0;
- position: absolute;
- right: 0;
- top: 80%;
- white-space: nowrap;
-}
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/resources/ntp4/apps_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698