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

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

Issue 8680003: Clean-up: Change chrome/browser's CSS time units from s to ms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reverting change to 1.8s -> 1800ms in print_preview.css Created 9 years, 1 month 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/nav_dot.css ('k') | chrome/browser/resources/ntp4/recently_closed.css » ('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 ceec95cdbba7594541760a08a36313ce2173cce8..50c51f9047e862a6a309c21372e25b8e4fc60257 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -33,13 +33,13 @@ body {
position: relative;
text-align: center;
z-index: 100;
- -webkit-transition-duration: 0.1s;
+ -webkit-transition-duration: 100ms;
-webkit-transition-property: opacity;
}
#notification-container.inactive {
opacity: 0;
- -webkit-transition-duration: 0.2s;
+ -webkit-transition-duration: 200ms;
}
#notification {
@@ -234,8 +234,8 @@ html[dir='rtl'] #login-container {
opacity: 0;
right: 0;
top: 50px;
- -webkit-transition: top 0.2s, opacity 0;
- -webkit-transition-delay: 0, 0.2s;
+ -webkit-transition: top 200ms, opacity 0;
+ -webkit-transition-delay: 0, 200ms;
}
#footer.showing-trash-mode #trash {
« no previous file with comments | « chrome/browser/resources/ntp4/nav_dot.css ('k') | chrome/browser/resources/ntp4/recently_closed.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698