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

Unified Diff: chrome/browser/resources/chromeos/login/user_pod_row.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
Index: chrome/browser/resources/chromeos/login/user_pod_row.css
diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.css b/chrome/browser/resources/chromeos/login/user_pod_row.css
index 99a2e01831e26ac8f4b14eabecc96bfad6650da4..22d381517f00a14dd701068e341f5fce65395fc9 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.css
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
@@ -8,14 +8,14 @@
podrow {
-webkit-box-align: center;
-webkit-box-pack: center;
- -webkit-transition: all .2s ease-in-out;
+ -webkit-transition: all 200ms ease-in-out;
display: -webkit-box;
height: 225px;
position: relative;
}
.pod {
- -webkit-transition: all .23s ease;
+ -webkit-transition: all 230ms ease;
border-radius: 2px;
cursor: pointer;
margin: 0 10px;
@@ -27,7 +27,7 @@ podrow {
.pod .user-image {
-webkit-box-shadow: 0 3px 12px #ccc;
- -webkit-transition: all .14s ease;
+ -webkit-transition: all 140ms ease;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 2px;
@@ -72,7 +72,7 @@ podrow {
}
.name {
- -webkit-transition: opacity .8s ease;
+ -webkit-transition: opacity 800ms ease;
color: #565656;
font-weight: bold;
font-size: 15px;
@@ -183,7 +183,7 @@ html[dir=rtl] .pod .capslock-hint {
}
.remove-user-button {
- -webkit-transition: width .1s ease-in-out, background .2s ease-in-out;
+ -webkit-transition: width 100ms ease-in-out, background 200ms ease-in-out;
-webkit-box-shadow: none;
background: url('chrome://theme/IDR_CLOSE_BAR') center center no-repeat;
border: 0;
@@ -214,7 +214,7 @@ html[dir=rtl] .pod .capslock-hint {
}
.signed-in-indicator {
- -webkit-transition: all .14s ease;
+ -webkit-transition: all 140ms ease;
background: rgba(0, 0, 0, 0.5);
color: white;
font-size: small;
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/file_manager/css/file_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698