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

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

Issue 2204713006: Add chrome://usb-internals page for adding and removing test devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use typemaped types in the TestDeviceInfo struct. 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
(Empty)
1 /* Copyright 2016 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 table.styled-table {
7 border-collapse: collapse;
8 }
9
10 table.styled-table,
11 .styled-table th,
12 .styled-table td {
13 border: 1px solid #777;
14 padding-left: 4px;
15 padding-right: 4px;
16 }
17
18 .styled-table th {
19 text-align: left;
20 }
21
22 .page-section {
23 border: 1px solid #777;
24 padding: 4px;
25 }
26
27 .action-success {
28 color: green;
29 }
30
31 .action-failure {
32 color: red;
33 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/usb_internals/usb_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698