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

Unified Diff: chrome/browser/resources/chromeos/login/header_bar.css

Issue 2842433002: cros: Prevent casual shut down and power save during migration. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | chrome/browser/resources/chromeos/login/screen_encryption_migration.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/header_bar.css
diff --git a/chrome/browser/resources/chromeos/login/header_bar.css b/chrome/browser/resources/chromeos/login/header_bar.css
index 69a24c7491d65ce36900f50800ce79c7c45f1d8d..b39ab27b55a3b91853761f08c647481e594f4cda 100644
--- a/chrome/browser/resources/chromeos/login/header_bar.css
+++ b/chrome/browser/resources/chromeos/login/header_bar.css
@@ -6,6 +6,7 @@
-webkit-padding-start: 15px;
bottom: 0;
left: 0;
+ min-height: 34px; /* Should be consistent with .header-bar-item's height. */
fukino 2017/04/24 12:31:24 When all header-bar-items are hidden, the header b
xiyuan 2017/04/24 16:48:51 Acknowledged.
padding-bottom: 6px;
position: absolute;
right: 0;
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/screen_encryption_migration.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698