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

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

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The First Version. Created 6 years 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) 2012 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2012 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.
Dan Beam 2014/12/10 19:49:25 /* Copyright ... * ... */ :'(
xdai1 2014/12/11 02:59:22 Done.
5 */ 5 */
6 6
7 body { 7 body {
8 color: rgb(48, 57, 66); 8 color: rgb(48, 57, 66);
9 font-family: Arial, sans-serif;
10 font-size: 13px;
11 margin: 0; 9 margin: 0;
12 min-width: 47em; 10 min-width: 47em;
13 padding: 20px 20px 65px 0; 11 padding: 20px 20px 65px 0;
14 } 12 }
15 13
16 img { 14 img {
17 flex-shrink: 0; 15 flex-shrink: 0;
18 height: 16px; 16 height: 16px;
19 padding-left: 2px; 17 padding-left: 2px;
20 padding-right: 5px; 18 padding-right: 5px;
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 } 394 }
397 395
398 #port-forwarding-config-buttons { 396 #port-forwarding-config-buttons {
399 align-items: center; 397 align-items: center;
400 display: flex; 398 display: flex;
401 } 399 }
402 400
403 #port-forwarding-config-buttons > label { 401 #port-forwarding-config-buttons > label {
404 flex-grow: 1 402 flex-grow: 1
405 } 403 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698