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

Side by Side Diff: chrome/browser/resources/bookmark_manager/css/bmm.css

Issue 10666019: Merge 143588 - Update WebUI for HiDPI images added in r143476 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/wrench_menu.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 html, 5 html,
6 body { 6 body {
7 cursor: default; 7 cursor: default;
8 height: 100%; 8 height: 100%;
9 margin: 0; 9 margin: 0;
10 overflow: hidden; 10 overflow: hidden;
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 html[dir=rtl] list > .folder > .label { 174 html[dir=rtl] list > .folder > .label {
175 background-image: url( 175 background-image: url(
176 '../../../../../ui/resources/default_100_percent/folder_closed_rtl.png'); 176 '../../../../../ui/resources/default_100_percent/folder_closed_rtl.png');
177 } 177 }
178 178
179 <if expr="is_macosx"> 179 <if expr="is_macosx">
180 list > .folder > .label, 180 list > .folder > .label,
181 .tree-label, 181 .tree-label,
182 .tree-row[may-have-children] > .tree-label, 182 .tree-row[may-have-children] > .tree-label,
183 .tree-item[expanded] > .tree-row > .tree-label { 183 .tree-item[expanded] > .tree-row > .tree-label {
184 background-image: url('../../../../app/theme/default_100_percent/bookmark_bar_ folder_mac.png'); 184 background-image: -webkit-image-set(
185 url('../../../../app/theme/default_100_percent/bookmark_bar_folder_mac.png ') 1x,
186 url('../../../../app/theme/default_200_percent/bookmark_bar_folder_mac.png ') 2x);
185 } 187 }
186 </if> 188 </if>
187 189
188 .main { 190 .main {
189 bottom: 0; 191 bottom: 0;
190 display: -webkit-box; 192 display: -webkit-box;
191 left: 0; 193 left: 0;
192 position: absolute; 194 position: absolute;
193 right: 0; 195 right: 0;
194 top: 79px; 196 top: 79px;
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 no-repeat right center; 307 no-repeat right center;
306 border: 0; 308 border: 0;
307 font: inherit; 309 font: inherit;
308 padding-bottom: 0; 310 padding-bottom: 0;
309 padding-top: 0; 311 padding-top: 0;
310 } 312 }
311 313
312 html[dir=rtl] .summary button { 314 html[dir=rtl] .summary button {
313 background-position: left center; 315 background-position: left center;
314 } 316 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/wrench_menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698