OLD | NEW |
1 /* | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. | |
3 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 3 * found in the LICENSE file. */ |
5 */ | |
6 | 4 |
7 .virtual-keyboard-column-headers { | 5 .virtual-keyboard-column-headers { |
8 display: -webkit-box; | 6 display: -webkit-box; |
9 font-size: 13px; | 7 font-size: 13px; |
10 font-weight: bold; | 8 font-weight: bold; |
11 } | 9 } |
12 | 10 |
13 .virtual-keyboard-layout-column { | 11 .virtual-keyboard-layout-column { |
14 width: 250px; | |
15 -webkit-margin-end: 10px; | 12 -webkit-margin-end: 10px; |
16 -webkit-margin-start: 14px; | 13 -webkit-margin-start: 14px; |
| 14 width: 250px; |
17 } | 15 } |
18 | 16 |
19 #virtual-keyboard-manager list { | 17 #virtual-keyboard-manager list { |
| 18 border: solid 1px #D9D9D9; |
20 border-radius: 2px; | 19 border-radius: 2px; |
21 border: solid 1px #D9D9D9; | |
22 margin-bottom: 10px; | 20 margin-bottom: 10px; |
23 margin-top: 4px; | 21 margin-top: 4px; |
24 } | 22 } |
OLD | NEW |