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

Unified Diff: chrome/browser/resources/new_new_tab.css

Issue 2832014: NTP: Add ability to uninstall apps from the ntp.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/dom_ui/ntp_resource_cache.cc ('k') | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.css
===================================================================
--- chrome/browser/resources/new_new_tab.css (revision 50261)
+++ chrome/browser/resources/new_new_tab.css (working copy)
@@ -476,53 +476,3 @@
margin-right: 10px;
}
}
-
-/* Apps */
-
-@-webkit-keyframes bounce {
- 0% {
- -webkit-transform: scale(0, 0);
- }
-
- 60% {
- -webkit-transform: scale(1.2, 1.2);
- }
-
- 100% {
- -webkit-transform: scale(1, 1);
- }
-}
-
-#apps-section a,
-#apps-section a[new=installed] {
- -webkit-box-sizing: border-box;
- -webkit-transition: background-color .15s;
- background: rgba(255, 255, 255, 0) /* transparent white */
- no-repeat center 10px;
- background-size: 96px 96px;
- border-radius: 10px;
- color: black;
- display: inline-block;
- font-weight: bold;
- margin: 5px 3px;
- overflow: hidden;
- padding: 111px 10px 10px; /* 10 + 96 + 5 */
- text-align: center;
- text-decoration: none;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 124px; /* 920 / 7 - margin * 2 */
-}
-
-#apps-section a[new=new] {
- opacity: 0;
-}
-
-#apps-section a[new=installed] {
- -webkit-animation: bounce .5s ease-in-out;
- -webkit-transition: opacity .5s;
-}
-
-#apps-section #gallery-entry {
- background-image: url('app_gallery_icon.png');
-}
« no previous file with comments | « chrome/browser/dom_ui/ntp_resource_cache.cc ('k') | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698