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 body { | 5 body { |
6 margin: 21px 10px 24px 10px; | 6 margin: 21px 10px 24px 10px; |
7 } | 7 } |
8 | 8 |
9 h1 { | 9 h1 { |
10 margin: 0 0 13px 0; | 10 margin: 0 0 13px 0; |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 } | 107 } |
108 | 108 |
109 section { | 109 section { |
110 margin-bottom: 23px; | 110 margin-bottom: 23px; |
111 } | 111 } |
112 | 112 |
113 .dialog-contents { | 113 .dialog-contents { |
114 padding-left: 17px; | 114 padding-left: 17px; |
115 } | 115 } |
116 | 116 |
117 #back-button { | 117 #back-link { |
118 background: url('chrome://theme/IDR_CHEVRON_LEFT') left no-repeat; | 118 background: url('chrome://theme/IDR_CHEVRON_LEFT') left no-repeat; |
119 margin-bottom: 25px; | 119 margin-bottom: 25px; |
120 margin-top: 6px; | 120 margin-top: 6px; |
121 padding-left: 23px; | 121 padding-left: 23px; |
122 } | 122 } |
123 | 123 |
124 html[dir='rtl'] #back-button { | 124 html[dir='rtl'] #back-link { |
125 transform: scaleX(-1); | 125 transform: scaleX(-1); |
126 } | 126 } |
127 | 127 |
128 html[dir='rtl'] #back-button span { | 128 html[dir='rtl'] #back-link span { |
129 display: inline-block; | 129 display: inline-block; |
130 transform: scaleX(-1); | 130 transform: scaleX(-1); |
131 } | 131 } |
OLD | NEW |