diff options
Diffstat (limited to 'chrome/browser/resources/options/instant_confirm_overlay.css')
| -rw-r--r-- | chrome/browser/resources/options/instant_confirm_overlay.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/instant_confirm_overlay.css b/chrome/browser/resources/options/instant_confirm_overlay.css new file mode 100644 index 0000000..3f6d77f --- /dev/null +++ b/chrome/browser/resources/options/instant_confirm_overlay.css @@ -0,0 +1,16 @@ +/* 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. + */ + +#instantConfirmOverlay { + width: 500px; +} + +#instant-action-spacer { + -webkit-box-flex: 1; +} + +#instant-confirm-text { + white-space: pre-line; +} |
