Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Side by Side Diff: chrome/browser/resources/options2/chromeos/virtual_keyboard.css

Issue 10399046: Remove virtual keyboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 .virtual-keyboard-column-headers {
6 display: -webkit-box;
7 font-size: 13px;
8 font-weight: bold;
9 }
10
11 .virtual-keyboard-layout-column {
12 -webkit-margin-end: 10px;
13 -webkit-margin-start: 14px;
14 width: 250px;
15 }
16
17 #virtual-keyboard-manager list {
18 border: solid 1px #D9D9D9;
19 border-radius: 2px;
20 margin-bottom: 10px;
21 margin-top: 4px;
22 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/keyboard/tab.svg ('k') | chrome/browser/resources/options2/chromeos/virtual_keyboard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698