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

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

Issue 9309116: [Clean up] Fix style guide nits in chrome/browser/resources/options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/chromeos/proxy.css ('k') | chrome/browser/resources/options2/clear_browser_data_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698