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

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

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. 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 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 * {
6 font-family: Ubuntu, Arial, sans-serif;
7 }
8
9 tabbox { 5 tabbox {
10 min-height: 650px; 6 min-height: 650px;
11 } 7 }
12 8
13 h3 { 9 h3 {
14 margin: 2px 0; 10 margin: 2px 0;
15 } 11 }
16 12
17 th, 13 th,
18 td { 14 td {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 background-repeat: no-repeat; 64 background-repeat: no-repeat;
69 padding-left: 18px; 65 padding-left: 18px;
70 } 66 }
71 67
72 .folder-icon { 68 .folder-icon {
73 background-image: url(chrome://syncfs-internals/folder_closed.png); 69 background-image: url(chrome://syncfs-internals/folder_closed.png);
74 background-position: 0 2px; 70 background-position: 0 2px;
75 background-repeat: no-repeat; 71 background-repeat: no-repeat;
76 padding-left: 18px; 72 padding-left: 18px;
77 } 73 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698