Index: chrome/browser/resources/options2/instant_confirm_overlay.css |
diff --git a/chrome/browser/resources/options2/instant_confirm_overlay.css b/chrome/browser/resources/options2/instant_confirm_overlay.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7f83653ca246a0cbfe258b2454f051fa99770b3b |
--- /dev/null |
+++ b/chrome/browser/resources/options2/instant_confirm_overlay.css |
@@ -0,0 +1,15 @@ |
+/* 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. |
+ */ |
+ |
+#instantConfirmText { |
csilv
2012/02/07 01:46:58
instant-confirm-text and instant-confirm-learn-mor
|
+ font-family: inherit; |
+ white-space: pre-wrap; |
+ width: 500px; |
+} |
+ |
+#instantConfirmLearnMore { |
+ position: absolute; |
+ bottom: 18px; |
+} |