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

Unified Diff: chrome/browser/resources/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/file_manager/mediaplayer.html ('k') | chrome/browser/resources/ntp4/apps_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_tab.css
diff --git a/chrome/browser/resources/new_tab.css b/chrome/browser/resources/new_tab.css
index e1d5990f7d5d476ca8e2d49665acba70cf609fc4..92f7b0162a0bb8e8c4b3b5a0f54b9b1fbebefb47 100644
--- a/chrome/browser/resources/new_tab.css
+++ b/chrome/browser/resources/new_tab.css
@@ -17,7 +17,7 @@ html[mode=app-launcher] {
#main {
box-sizing: border-box;
- -webkit-transition: width .15s;
+ -webkit-transition: width 150ms;
margin: 0 auto;
min-height: 100%;
}
@@ -81,7 +81,7 @@ html[anim=false] *,
}
#notification {
- -webkit-transition: opacity .15s;
+ -webkit-transition: opacity 150ms;
position: relative;
background-color: hsl(52, 100%, 80%);
border: 1px solid rgb(211, 211, 211);
@@ -357,7 +357,7 @@ body.noscroll {
}
html[anim=true][enable-section-animations=true] .section {
- -webkit-transition: top .15s;
+ -webkit-transition: top 150ms;
}
#login-container {
@@ -410,7 +410,7 @@ html[dir=rtl] .section > h2 > .disclosure {
}
html[anim=true] .section > h2 > .disclosure {
- -webkit-transition: -webkit-transform .15s;
+ -webkit-transition: -webkit-transform 150ms;
}
.section:not(.collapsed) > h2 > .disclosure {
@@ -434,7 +434,7 @@ html[anim=true] .section > h2 > .disclosure {
.section-close-button {
-webkit-appearance: none;
- -webkit-transition: opacity .15s;
+ -webkit-transition: opacity 150ms;
background-color: transparent;
background-image: url(chrome://theme/IDR_CLOSE_BAR);
background-position: center center;
@@ -523,11 +523,11 @@ it goes right under the sections. */
}
html[anim=true][enable-section-animations=true] .maxiview {
- -webkit-transition: opacity .10s, top .15s;
+ -webkit-transition: opacity 100ms, top 150ms;
}
html[anim=true][enable-section-animations=true] .miniview {
- -webkit-transition: opacity .15s;
+ -webkit-transition: opacity 150ms;
}
.section > .miniview {
« no previous file with comments | « chrome/browser/resources/file_manager/mediaplayer.html ('k') | chrome/browser/resources/ntp4/apps_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698