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

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

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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 /*
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
4 * found in the LICENSE file.
5 */
6
7 .virtual-keyboard-column-headers {
8 display: -webkit-box;
9 font-size: 13px;
10 font-weight: bold;
11 }
12
13 .virtual-keyboard-layout-column {
14 width: 250px;
15 -webkit-margin-end: 10px;
16 -webkit-margin-start: 14px;
17 }
18
19 #virtual-keyboard-manager list {
20 border-radius: 2px;
21 border: solid 1px #D9D9D9;
22 margin-bottom: 10px;
23 margin-top: 4px;
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698