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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/resources/serviceWorkerCacheViews.css

Issue 2651083002: DevTools: do not override font size to 11px (Closed)
Patch Set: more 11pxs Created 3 years, 10 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 2014 The Chromium Authors. All rights reserved. 2 * Copyright 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 .service-worker-cache-data-view .data-view-toolbar { 7 .service-worker-cache-data-view .data-view-toolbar {
8 position: relative; 8 position: relative;
9 background-color: #eee; 9 background-color: #eee;
10 border-bottom: 1px solid #ccc; 10 border-bottom: 1px solid #ccc;
11 } 11 }
12 12
13 .service-worker-cache-data-view .data-view-toolbar .key-input { 13 .service-worker-cache-data-view .data-view-toolbar .key-input {
14 font-size: 11px;
15 margin: auto 0; 14 margin: auto 0;
16 width: 200px; 15 width: 200px;
17 } 16 }
18 17
19 .service-worker-cache-data-view .data-grid { 18 .service-worker-cache-data-view .data-grid {
20 flex: auto; 19 flex: auto;
21 } 20 }
22 21
23 .service-worker-cache-data-view .data-grid .data-container tr:nth-child(even) { 22 .service-worker-cache-data-view .data-grid .data-container tr:nth-child(even) {
24 background-color: white; 23 background-color: white;
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 59
61 .service-worker-cache-data-view .primitive-value { 60 .service-worker-cache-data-view .primitive-value {
62 padding-top: 1px; 61 padding-top: 1px;
63 } 62 }
64 63
65 .service-worker-cache-data-view .data-grid .data-container td .section .header . title { 64 .service-worker-cache-data-view .data-grid .data-container td .section .header . title {
66 white-space: nowrap; 65 white-space: nowrap;
67 text-overflow: ellipsis; 66 text-overflow: ellipsis;
68 overflow: hidden; 67 overflow: hidden;
69 } 68 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698