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

Unified Diff: ui/webui/resources/css/chrome_shared.css

Issue 613683004: Move html.height=100% from uber.css to chrome_shared.css. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Sep 29 12:43:24 PDT 2014 Created 6 years, 3 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/resources/uber/uber.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/chrome_shared.css
diff --git a/ui/webui/resources/css/chrome_shared.css b/ui/webui/resources/css/chrome_shared.css
index c5dc338bf8dba4d6aa6d2e4abbf49e4877e6a69d..d2f68902199f86379edfabc47f6705172c0363f2 100644
--- a/ui/webui/resources/css/chrome_shared.css
+++ b/ui/webui/resources/css/chrome_shared.css
@@ -15,6 +15,10 @@
display: none !important;
}
+html {
+ height: 100%; /* For printing. */
+}
+
html.loading * {
-webkit-transition-delay: 0 !important;
-webkit-transition-duration: 0 !important;
« no previous file with comments | « chrome/browser/resources/uber/uber.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698