| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |