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

Unified Diff: chrome/browser/resources/file_manager/css/file_manager.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/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index d227436879e2d5fde1499d28f919f2e36dd68e1f..178951de52f147e4d4762cf00a7bca036b7946e8 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -8,7 +8,7 @@
body {
-webkit-box-flex: 1;
-webkit-box-orient: vertical;
- -webkit-transition: opacity 0.07s linear;
+ -webkit-transition: opacity 70ms linear;
-webkit-user-select: none;
display: -webkit-box;
height: 100%;
@@ -65,7 +65,7 @@ input[type='submit'][disabled]:hover {
.butter-bar {
-webkit-transition-property: opacity, top;
- -webkit-transition-duration: 0.3s;
+ -webkit-transition-duration: 300ms;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 1em;
@@ -191,7 +191,7 @@ button.thumbnail-view > img {
color: #666;
-webkit-box-align: center;
overflow: hidden;
- -webkit-transition: height 0.07s linear;
+ -webkit-transition: height 70ms linear;
}
.downloads-warning[hidden] {
@@ -539,7 +539,7 @@ li.thumbnail-item[selected] .file-checkbox {
}
.task-button > img {
- -webkit-margin-end: 5px;
+ -webkit-margin-end: 5px;
}
/* The selection summary text at the bottom of the preview pane. */

Powered by Google App Engine
This is Rietveld 408576698