Index: chrome/browser/resources/options2/options_page.css |
diff --git a/chrome/browser/resources/options2/options_page.css b/chrome/browser/resources/options2/options_page.css |
index 99654157ed00bcbdbd7a91a42a4ffbf99c992289..89139148b8256ed816c39e4eefceeedd0e98b5aa 100644 |
--- a/chrome/browser/resources/options2/options_page.css |
+++ b/chrome/browser/resources/options2/options_page.css |
@@ -1,3 +1,12 @@ |
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+ */ |
+ |
+body { |
+ position: relative; |
+} |
+ |
#main-content { |
display: -webkit-box; |
position: absolute; |
@@ -131,12 +140,6 @@ html[touch-optimized] body { |
} |
#overlay { |
- /* -155px hack compensates for uber navigation area. */ |
- left: -155px; |
- /* This padding keeps the dialog from moving too far to the left. |
- * 155px (navigation area) + 40px (dialog shadow) = 195px */ |
- padding-left: 195px; |
- padding-right: 195px; |
z-index: 10; |
} |