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

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: 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..ab1f2010a59aeac4b6bc45fcdf05d443b8628c78 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -378,7 +378,7 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
-webkit-transition-delay: 100ms;
color: inherit;
cursor: pointer;
- display: none;
+ display: inline-block;
Dan Beam 2012/05/08 18:24:19 I still think we should investigate more compact w
Evan Stade 2012/05/08 19:01:33 I personally think that's a good idea (for some va
margin: 0;
text-decoration: none;
}
@@ -399,26 +399,15 @@ 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 .menu-container {
« 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