OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, | 6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, |
7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, | 7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, |
8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, | 8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, |
9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, | 9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, |
10 tfoot, thead, tr, th, td, button { | 10 tfoot, thead, tr, th, td, button { |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 font-weight: normal; | 240 font-weight: normal; |
241 color: #222; | 241 color: #222; |
242 margin-bottom: 10px; | 242 margin-bottom: 10px; |
243 } | 243 } |
244 | 244 |
245 section > h2 { | 245 section > h2 { |
246 color: #666; | 246 color: #666; |
247 } | 247 } |
248 | 248 |
249 header { | 249 header { |
250 display: -webkit-box; | 250 display: -webkit-flex; |
251 width: 100%; | 251 width: 100%; |
252 } | 252 } |
253 | 253 |
254 html { | 254 html { |
255 -webkit-user-select: none; | 255 -webkit-user-select: none; |
256 cursor: default; | 256 cursor: default; |
257 } | 257 } |
258 | 258 |
259 section { | 259 section { |
260 width: 690px; | 260 width: 690px; |
(...skipping 11 matching lines...) Expand all Loading... |
272 | 272 |
273 .access-code-digit-group { | 273 .access-code-digit-group { |
274 /* | 274 /* |
275 Used for each of the four-digit components of the access code as | 275 Used for each of the four-digit components of the access code as |
276 displayed by the host. | 276 displayed by the host. |
277 */ | 277 */ |
278 padding: 0px 6px; | 278 padding: 0px 6px; |
279 } | 279 } |
280 | 280 |
281 .box-spacer { | 281 .box-spacer { |
282 -webkit-box-flex: 1; | 282 -webkit-flex: 1; |
283 } | 283 } |
284 | 284 |
285 .centered { | 285 .centered { |
286 text-align: center; | 286 text-align: center; |
287 } | 287 } |
288 | 288 |
289 .clickable { | 289 .clickable { |
290 cursor: pointer; | 290 cursor: pointer; |
291 } | 291 } |
292 | 292 |
293 .box { | 293 .box { |
294 display: -webkit-box; | 294 display: -webkit-flex; |
295 } | 295 } |
296 | 296 |
297 .host-list-empty-instructions { | 297 .host-list-empty-instructions { |
298 padding-__MSG_@@bidi_start_edge__: 36px; | 298 padding-__MSG_@@bidi_start_edge__: 36px; |
299 color: #666; | 299 color: #666; |
300 background-image: url('host_setup_instructions.webp'); | 300 background-image: url('host_setup_instructions.webp'); |
301 background-repeat: no-repeat; | 301 background-repeat: no-repeat; |
302 background-position: -3px -2px; | 302 background-position: -3px -2px; |
303 } | 303 } |
304 | 304 |
305 #host-list-empty-hosting-supported { | 305 #host-list-empty-hosting-supported { |
306 margin-top: 14px; | 306 margin-top: 14px; |
307 padding-top: 20px; | 307 padding-top: 20px; |
308 border-top: 1px solid #E5E5E5; | 308 border-top: 1px solid #E5E5E5; |
309 background-position-y: 18px; | 309 background-position-y: 18px; |
310 } | 310 } |
311 | 311 |
312 .selectable { | 312 .selectable { |
313 -webkit-user-select: text; | 313 -webkit-user-select: text; |
314 cursor: text; | 314 cursor: text; |
315 } | 315 } |
316 | 316 |
317 .section-row { | 317 .section-row { |
318 display: -webkit-box; | 318 display: -webkit-flex; |
319 -webkit-box-align: center; | 319 -webkit-align-items: center; |
320 padding: 10px 0; | 320 padding: 10px 0; |
321 border-top: 1px solid #EBEBEB; | 321 border-top: 1px solid #EBEBEB; |
322 } | 322 } |
323 | 323 |
324 .section-row button { | 324 .section-row button { |
325 margin-__MSG_@@bidi_start_edge__: 20px; | 325 margin-__MSG_@@bidi_start_edge__: 20px; |
326 } | 326 } |
327 | 327 |
328 .section-row:first-child, | 328 .section-row:first-child, |
329 .section-row.no-non-local-hosts { | 329 .section-row.no-non-local-hosts { |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 #daemon-plugin-container { | 527 #daemon-plugin-container { |
528 width: 0; | 528 width: 0; |
529 height: 0; | 529 height: 0; |
530 } | 530 } |
531 | 531 |
532 .dialog-container { | 532 .dialog-container { |
533 position: fixed; | 533 position: fixed; |
534 top: 200px; | 534 top: 200px; |
535 left: 0; | 535 left: 0; |
536 width: 100%; | 536 width: 100%; |
537 display: -webkit-box; | 537 display: -webkit-flex; |
538 } | 538 } |
539 | 539 |
540 .dialog-screen { | 540 .dialog-screen { |
541 position: fixed; | 541 position: fixed; |
542 top: 0; | 542 top: 0; |
543 left: 0; | 543 left: 0; |
544 width: 100%; | 544 width: 100%; |
545 height: 100%; | 545 height: 100%; |
546 background-color: #fff; | 546 background-color: #fff; |
547 opacity: 0.75; | 547 opacity: 0.75; |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 box-sizing: border-box; | 597 box-sizing: border-box; |
598 } | 598 } |
599 | 599 |
600 /* | 600 /* |
601 * Setting hidden on elements that match some rule overriding 'display' doesn't | 601 * Setting hidden on elements that match some rule overriding 'display' doesn't |
602 * do what you would expect unless this is made explicit (and !important). | 602 * do what you would expect unless this is made explicit (and !important). |
603 */ | 603 */ |
604 [hidden] { | 604 [hidden] { |
605 display: none !important; | 605 display: none !important; |
606 } | 606 } |
OLD | NEW |