| OLD | NEW |
| 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2011 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 | 5 |
| 6 /* Elements */ | 6 /* Elements */ |
| 7 a { | 7 a { |
| 8 color: rgb(0, 102, 204); | 8 color: rgb(0, 102, 204); |
| 9 text-decoration: none; | 9 text-decoration: none; |
| 10 } | 10 } |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 .icon-label { | 133 .icon-label { |
| 134 display: inline-block; | 134 display: inline-block; |
| 135 vertical-align: top; | 135 vertical-align: top; |
| 136 } | 136 } |
| 137 | 137 |
| 138 .message { | 138 .message { |
| 139 text-align:center; | 139 text-align:center; |
| 140 margin-bottom: 10px; | 140 margin-bottom: 10px; |
| 141 } | 141 } |
| 142 | 142 |
| 143 .hide-scrollbars { |
| 144 overflow-y: hidden; |
| 145 } |
| 146 |
| 143 .top-primary { | 147 .top-primary { |
| 144 font-size: 14px; | 148 font-size: 14px; |
| 145 position: absolute; | 149 position: absolute; |
| 146 top: 0.5em; | 150 top: 0.5em; |
| 147 __MSG_@@bidi_start_edge__: 0.5em; | 151 __MSG_@@bidi_start_edge__: 0.5em; |
| 148 } | 152 } |
| 149 | 153 |
| 150 .top-secondary { | 154 .top-secondary { |
| 151 font-size: 14px; | 155 font-size: 14px; |
| 152 position: absolute; | 156 position: absolute; |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 */ | 238 */ |
| 235 clear: both; | 239 clear: both; |
| 236 font-family: monospace; | 240 font-family: monospace; |
| 237 font-size: small; | 241 font-size: small; |
| 238 margin: 5px; | 242 margin: 5px; |
| 239 } | 243 } |
| 240 | 244 |
| 241 #server-response { | 245 #server-response { |
| 242 font-weight: bolder; | 246 font-weight: bolder; |
| 243 } | 247 } |
| OLD | NEW |