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

Side by Side Diff: chrome/browser/resources/net_internals/main.css

Issue 10959073: Small net-internals UI tweaks for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 5
6 /* Only common styles should be declared here. */ 6 /* Only common styles should be declared here. */
7 7
8 * { 8 * {
9 -moz-box-sizing: border-box; 9 -moz-box-sizing: border-box;
10 box-sizing: border-box; 10 box-sizing: border-box;
11 } 11 }
12 12
13 ul {
14 padding-left: 2em;
15 }
16
13 /* This class is used to create the splitter widget in 17 /* This class is used to create the splitter widget in
14 ResizbleVerticalSplitView */ 18 ResizbleVerticalSplitView */
15 .vertical-splitter { 19 .vertical-splitter {
16 background: #bfbfbf; 20 background: #bfbfbf;
17 border-left: 1px inset black; 21 border-left: 1px inset black;
18 border-right: 1px solid black; 22 border-right: 1px solid black;
19 cursor: col-resize; 23 cursor: col-resize;
20 position: absolute; 24 position: absolute;
21 user-select: none; 25 user-select: none;
22 width: 8px; 26 width: 8px;
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 font-weight: bold; 91 font-weight: bold;
88 text-decoration: none; 92 text-decoration: none;
89 } 93 }
90 94
91 /** 95 /**
92 * Styling for text indicating a potential problem or error state. 96 * Styling for text indicating a potential problem or error state.
93 */ 97 */
94 .warning-text { 98 .warning-text {
95 color: red; 99 color: red;
96 } 100 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/hsts_view.html ('k') | chrome/browser/resources/net_internals/tab_switcher_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698