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

Side by Side Diff: chrome/browser/resources/chromeos/choose_mobile_network.css

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 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
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 */
5 4
6 .scanning-msg { 5 .scanning-msg {
7 -webkit-margin-start: 50px; 6 -webkit-margin-start: 50px;
8 } 7 }
9 8
10 .spinner { 9 .spinner {
11 float: left; 10 float: left;
12 height: 18px; 11 height: 18px;
13 margin: 7px; 12 margin: 7px;
14 width: 18px; 13 width: 18px;
15 } 14 }
16 15
17 [dir='rtl'] .spinner { 16 [dir='rtl'] .spinner {
18 float: right; 17 float: right;
19 } 18 }
20 19
21 .content-area { 20 .content-area {
22 height: 120px; 21 height: 120px;
23 overflow: auto; 22 overflow: auto;
24 } 23 }
25 24
26 .disabled { 25 .disabled {
27 opacity: 0.7; 26 opacity: 0.7;
28 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698