| Index: chrome/browser/resources/options/language_dictionary_overlay.css
|
| diff --git a/chrome/browser/resources/options/language_dictionary_overlay.css b/chrome/browser/resources/options/language_dictionary_overlay.css
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..647121282b793058486bad82172b08d848e7f07f
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/options/language_dictionary_overlay.css
|
| @@ -0,0 +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. */
|
| +
|
| +#language-dictionary-overlay-page {
|
| + height: 300px;
|
| + width: 400px;
|
| +}
|
| +
|
| +.dictionary-word-list-item {
|
| + width: 322px;
|
| +}
|
|
|