Index: chrome/browser/resources/extensions/extension_options_overlay.css |
diff --git a/chrome/browser/resources/extensions/extension_options_overlay.css b/chrome/browser/resources/extensions/extension_options_overlay.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e9001e3cf2085bd99e43a40224f95d56e2e36001 |
--- /dev/null |
+++ b/chrome/browser/resources/extensions/extension_options_overlay.css |
@@ -0,0 +1,8 @@ |
+/* Copyright 2014 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. */ |
+ |
+#extension-options-overlay { |
+ max-width: 100%; |
not at google - send to devlin
2014/08/20 02:07:15
What do you need the max-width for?
ericzeng
2014/08/20 18:44:07
Don't really need it, but extension-error-overlay
|
+ overflow: hidden; |
+} |