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

Side by Side Diff: chrome/browser/resources/options2/chromeos/bluetooth.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 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 .bluetooth-device-list { 5 .bluetooth-device-list {
6 margin: 10px; 6 margin: 10px;
7 padding: 5px 10px; 7 padding: 5px 10px;
8 } 8 }
9 9
10 .bluetooth-device[paired] { 10 .bluetooth-device[paired] {
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 font-size: 20px; 125 font-size: 20px;
126 font-weight: 600; /* semibold */ 126 font-weight: 600; /* semibold */
127 padding-bottom: 5px; 127 padding-bottom: 5px;
128 } 128 }
129 129
130 .bluetooth-passkey-char:first-child { 130 .bluetooth-passkey-char:first-child {
131 -webkit-margin-start: 0; 131 -webkit-margin-start: 0;
132 } 132 }
133 133
134 .bluetooth-keyboard-button.key-typed { 134 .bluetooth-keyboard-button.key-typed {
135 color: #222;
136 border: 1px solid #ccc; 135 border: 1px solid #ccc;
137 box-shadow: 0 0 0 1px #888, 136 box-shadow: 0 0 0 1px #888,
138 inset 0 1px 1px 1px #fff, 137 inset 0 1px 1px 1px #fff,
139 inset 0 -1px 1px 1px #eee; 138 inset 0 -1px 1px 1px #eee;
139 color: #222;
140 } 140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698