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

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

Issue 3056042: Make the width of overlay pages flexible. (Closed)
Patch Set: get rid of overlayview Created 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options.html
diff --git a/chrome/browser/resources/options.html b/chrome/browser/resources/options.html
index 020c23ea2147f4c18fd85f1366eb2a19c0b9aecf..69bae0d9fc496022b79b9faa8462876914b6e2b2 100644
--- a/chrome/browser/resources/options.html
+++ b/chrome/browser/resources/options.html
@@ -153,13 +153,11 @@ window.onpopstate = function(e) {
<div class="header">
</div>
<div id="overlay" class="overlay hidden">
- <div id="overlayview">
- <include src="options/add_startup_page_overlay.html">
- <include src="options/clear_browser_data_overlay.html">
- <include src="options/font_settings_overlay.html">
- <include src="options/import_data_overlay.html">
- <include src="options/stop_syncing_overlay.html">
- </div>
+ <include src="options/add_startup_page_overlay.html">
+ <include src="options/clear_browser_data_overlay.html">
+ <include src="options/font_settings_overlay.html">
+ <include src="options/import_data_overlay.html">
+ <include src="options/stop_syncing_overlay.html">
</div>
<div id="main-content">
<div id="navbar-container">
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698