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

Unified Diff: chrome/browser/resources/options/options.html

Issue 23665004: sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/options.html
diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
index 7e394cd5e0b7c0393ff7783eee0de7eff7a9e63d..fef42ef68f85a595f068df97d265b65c0e4f8f3c 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -6,8 +6,8 @@
<link rel="stylesheet" href="chrome://resources/css/bubble.css">
<link rel="stylesheet" href="chrome://resources/css/bubble_button.css">
<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
+<link rel="stylesheet" href="chrome://resources/css/dialog_overlay.css">
<link rel="stylesheet" href="chrome://resources/css/list.css">
-<link rel="stylesheet" href="chrome://resources/css/overlay.css">
<link rel="stylesheet" href="chrome://resources/css/spinner.css">
<link rel="stylesheet" href="chrome://resources/css/throbber.css">
<link rel="stylesheet" href="chrome://resources/css/tree.css">
@@ -70,6 +70,7 @@
<script src="chrome://resources/js/cr/ui/array_data_model.js"></script>
<script src="chrome://resources/js/cr/ui/bubble.js"></script>
<script src="chrome://resources/js/cr/ui/bubble_button.js"></script>
+<script src="chrome://resources/js/cr/ui/dialog_overlay.js"></script>
<script src="chrome://resources/js/cr/ui/focus_manager.js"></script>
<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
<script src="chrome://resources/js/cr/ui/list_selection_model.js"></script>
@@ -82,7 +83,6 @@
<script src="chrome://resources/js/cr/ui/menu.js"></script>
<script src="chrome://resources/js/cr/ui/autocomplete_list.js"></script>
<script src="chrome://resources/js/cr/ui/grid.js"></script>
-<script src="chrome://resources/js/cr/ui/overlay.js"></script>
<script src="chrome://resources/js/cr/ui/position_util.js"></script>
<script src="chrome://resources/js/cr/ui/repeating_button.js"></script>
<script src="chrome://resources/js/cr/ui/tree.js"></script>
@@ -95,7 +95,7 @@
<body class="uber-frame"
i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
-<div id="overlay-container-1" class="overlay transparent" hidden>
+<div class="overlay-container">
<include src="autofill_options.html">
<include src="clear_browser_data_overlay.html">
<include src="content_settings.html">
@@ -127,7 +127,7 @@
<include src="certificate_manager.html">
</if>
</div>
-<div id="overlay-container-2" class="overlay transparent" hidden>
+<div class="overlay-container">
<include src="alert_overlay.html">
<include src="autofill_edit_address_overlay.html">
<include src="autofill_edit_creditcard_overlay.html">
@@ -156,8 +156,6 @@
<include src="certificate_import_error_overlay.html">
</if>
</div>
-<div id="overlay-container-3" class="overlay transparent" hidden>
-</div>
<div id="main-content">
<div id="mainview">

Powered by Google App Engine
This is Rietveld 408576698