Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: chrome/browser/resources/downloads/downloads.css

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/component_extension_resources.grd ('k') | chrome/browser/resources/downloads/downloads.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698