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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/network/requestCookiesView.css

Issue 2651083002: DevTools: do not override font size to 11px (Closed)
Patch Set: more 11pxs Created 3 years, 11 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 /* 1 /*
2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .request-cookies-view { 7 .request-cookies-view {
8 display: flex; 8 display: flex;
9 overflow: auto; 9 overflow: auto;
10 margin: 12px; 10 margin: 12px;
11 height: 100%; 11 height: 100%;
12 } 12 }
13 13
14 .request-cookies-view .data-grid { 14 .request-cookies-view .data-grid {
15 flex: auto; 15 flex: auto;
16 height: 100%; 16 height: 100%;
17 } 17 }
18 18
19 .request-cookies-view .data-grid .row-group { 19 .request-cookies-view .data-grid .row-group {
20 font-weight: bold; 20 font-weight: bold;
21 font-size: 11px;
22 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698