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 body { | 5 body { |
6 margin: 10px 10px 34px 10px; | 6 margin: 10px 10px 34px 10px; |
7 } | 7 } |
8 | 8 |
9 .header { | 9 .header { |
10 clear: both; | 10 clear: both; |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 } | 94 } |
95 | 95 |
96 html[dir=rtl] .icon { | 96 html[dir=rtl] .icon { |
97 left: auto; | 97 left: auto; |
98 right: 9px; | 98 right: 9px; |
99 } | 99 } |
100 | 100 |
101 .download.otr > .safe, | 101 .download.otr > .safe, |
102 .download.otr > .show-dangerous { | 102 .download.otr > .show-dangerous { |
103 -webkit-transition: opacity 150ms; | 103 -webkit-transition: opacity 150ms; |
104 background: url('../shared/images/otr_icon_standalone.png') | 104 background: url('../../../../ui/webui/resources/images/otr_icon_standalone.png
') |
105 no-repeat right bottom; | 105 no-repeat right bottom; |
106 opacity: .66; | 106 opacity: .66; |
107 } | 107 } |
108 | 108 |
109 html[dir=rtl] .download.otr > .safe, | 109 html[dir=rtl] .download.otr > .safe, |
110 html[dir=rtl] .download.otr > .show-dangerous { | 110 html[dir=rtl] .download.otr > .show-dangerous { |
111 background-position: left bottom; | 111 background-position: left bottom; |
112 } | 112 } |
113 | 113 |
114 .download.otr > .safe:hover, | 114 .download.otr > .safe:hover, |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 | 164 |
165 .controls a { | 165 .controls a { |
166 -webkit-margin-end: 16px; | 166 -webkit-margin-end: 16px; |
167 color: #777; | 167 color: #777; |
168 } | 168 } |
169 | 169 |
170 #downloads-pagination { | 170 #downloads-pagination { |
171 -webkit-margin-start: 18px; | 171 -webkit-margin-start: 18px; |
172 padding-top: 24px; | 172 padding-top: 24px; |
173 } | 173 } |
OLD | NEW |