equal
deleted
inserted
replaced
44 font-weight: bold; |
44 font-weight: bold; |
45 margin-top: 0; |
45 margin-top: 0; |
46 } |
46 } |
47 .bws-modal .bws-modal-footer { |
47 .bws-modal .bws-modal-footer { |
48 border-top: #eeeeee solid 1px; |
48 border-top: #eeeeee solid 1px; |
49 text-align: right; |
49 } |
|
50 .bws-modal .bws-modal-footer .bws-modal-skip-link { |
|
51 text-decoration: none; |
|
52 float: right; |
|
53 display: inline-block; |
|
54 padding: 7px; |
50 } |
55 } |
51 .bws-modal .bws-modal-footer .button { |
56 .bws-modal .bws-modal-footer .button { |
52 margin: 0 7px; |
57 margin: 0 7px; |
|
58 float: left; |
|
59 } |
|
60 .rtl .bws-modal .bws-modal-footer .bws-modal-skip-link { |
|
61 float: left; |
|
62 } |
|
63 .rtl .bws-modal .bws-modal-footer .button { |
|
64 float: right; |
53 } |
65 } |
54 .bws-modal .bws-modal-footer .button:first-child { |
66 .bws-modal .bws-modal-footer .button:first-child { |
55 margin: 0; |
67 margin: 0; |
56 } |
68 } |
57 .bws-modal .bws-modal-panel>.notice.inline { |
69 .bws-modal .bws-modal-panel>.notice.inline { |