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

Side by Side Diff: chrome/browser/resources/local_discovery/local_discovery.css

Issue 20070002: Demo UI for device discovery and registration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Gate devices page on enable_mdns=1 Created 7 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 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 thead { 5 thead {
6 white-space: nowrap; 6 white-space: nowrap;
7 } 7 }
8 8
9 th { 9 th {
10 background-color: #c0c0c0; 10 background-color: #c0c0c0;
11 } 11 }
12 12
13 td { 13 td {
14 background-color: #f0f0f0; 14 background-color: #f0f0f0;
15 } 15 }
16
17 #infoConsole {
18 background-color: #f0f0f0;
James Hawkins 2013/07/29 16:27:03 nit: Indentation is off; should be two spaces.
Noam Samuel 2013/08/02 22:20:02 Done.
19 height: 100px;
20 overflow: auto;
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698