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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 display: inline-block; | 542 display: inline-block; |
543 } | 543 } |
544 | 544 |
545 #ask-pin-form > div { | 545 #ask-pin-form > div { |
546 margin-bottom: 8px; | 546 margin-bottom: 8px; |
547 } | 547 } |
548 | 548 |
549 .checkbox-label { | 549 .checkbox-label { |
550 display: block; | 550 display: block; |
551 padding-__MSG_@@bidi_start_edge__: 20px; | 551 padding-__MSG_@@bidi_start_edge__: 20px; |
| 552 margin-top: 12px; |
552 } | 553 } |
553 | 554 |
554 .checkbox-label input[type=checkbox] { | 555 .checkbox-label input[type=checkbox] { |
555 float: __MSG_@@bidi_start_edge__; | 556 float: __MSG_@@bidi_start_edge__; |
556 margin-__MSG_@@bidi_start_edge__: -20px; | 557 margin-__MSG_@@bidi_start_edge__: -20px; |
557 margin-__MSG_@@bidi_end_edge__: 0; | 558 margin-__MSG_@@bidi_end_edge__: 0; |
558 width: 20px; | 559 width: 20px; |
559 margin-top: 2px; | 560 margin-top: 2px; |
560 } | 561 } |
561 | 562 |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 box-sizing: border-box; | 637 box-sizing: border-box; |
637 } | 638 } |
638 | 639 |
639 /* | 640 /* |
640 * Setting hidden on elements that match some rule overriding 'display' doesn't | 641 * Setting hidden on elements that match some rule overriding 'display' doesn't |
641 * do what you would expect unless this is made explicit (and !important). | 642 * do what you would expect unless this is made explicit (and !important). |
642 */ | 643 */ |
643 [hidden] { | 644 [hidden] { |
644 display: none !important; | 645 display: none !important; |
645 } | 646 } |
OLD | NEW |