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

Unified Diff: chrome/browser/resources/ntp4/new_tab.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/resources/ntp4/apps_page.js ('k') | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab.css
diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
index 25f7ba95689944216ff8004f7149e8e7d27bb965..86d5a18222fb5cc6e2b8de01fecf45532a737c07 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -372,13 +372,13 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
z-index: 5;
}
-#chrome-web-store-href {
+#chrome-web-store-link {
-webkit-padding-end: 12px;
/* Match transition delay of recently closed button. */
-webkit-transition-delay: 100ms;
color: inherit;
cursor: pointer;
- display: none;
+ display: inline-block;
margin: 0;
text-decoration: none;
}
@@ -391,7 +391,7 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
line-height: 49px;
}
-#chrome-web-store-href:hover {
+#chrome-web-store-link:hover {
color: #666;
}
@@ -399,28 +399,17 @@ html[dir='rtl'] #chrome-web-store-title {
background-position-x: left;
}
-/* Show the chrome web store footer link when the experiment is turned on. */
-.enable-cws-experiment #chrome-web-store-href {
- display: inline-block;
-}
-
#vertical-separator {
background-color: rgb(178, 178, 178);
- display: none;
+ display: inline-block;
height: 20px;
margin: 0;
vertical-align: middle;
width: 1px;
}
-/* Show the separator only if one of the menus is visible. */
-.enable-cws-experiment
- .footer-menu-button:not(.invisible) ~ #vertical-separator {
- display: inline-block;
-}
-
/* In trash mode, hide the menus and web store link. */
-#footer.showing-trash-mode #chrome-web-store-href,
+#footer.showing-trash-mode #chrome-web-store-link,
#footer.showing-trash-mode .menu-container {
-webkit-transition-delay: 0;
opacity: 0;
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.js ('k') | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698