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

Unified Diff: chrome/browser/resources/options/easy_unlock_turn_off_overlay.css

Issue 445503003: Update easy unlock settings UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use hard coded phone model name Created 6 years, 4 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
Index: chrome/browser/resources/options/easy_unlock_turn_off_overlay.css
diff --git a/chrome/test/data/extensions/api_test/content_scripts/css_injection/content_styles.css b/chrome/browser/resources/options/easy_unlock_turn_off_overlay.css
similarity index 76%
copy from chrome/test/data/extensions/api_test/content_scripts/css_injection/content_styles.css
copy to chrome/browser/resources/options/easy_unlock_turn_off_overlay.css
index 4fad41d76bf5666d4df84b91256a9375c3fa9612..817db4b9aa6296c6153d8c18fb587c422f778eb5 100644
--- a/chrome/test/data/extensions/api_test/content_scripts/css_injection/content_styles.css
+++ b/chrome/browser/resources/options/easy_unlock_turn_off_overlay.css
@@ -2,6 +2,6 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-body {
- display: none;
+#easy-unlock-turn-off-overlay {
+ max-width: 480px;
}

Powered by Google App Engine
This is Rietveld 408576698