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

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

Issue 10626005: Add lots of 2x assets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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
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/bookmark_bar_folder_mac.png'); 184 background-image: url('../../../../app/theme/default_100_percent/bookmark_bar_ folder_mac.png');
185 } 185 }
186 </if> 186 </if>
187 187
188 .main { 188 .main {
189 bottom: 0; 189 bottom: 0;
190 display: -webkit-box; 190 display: -webkit-box;
191 left: 0; 191 left: 0;
192 position: absolute; 192 position: absolute;
193 right: 0; 193 right: 0;
194 top: 79px; 194 top: 79px;
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 no-repeat right center; 305 no-repeat right center;
306 border: 0; 306 border: 0;
307 font: inherit; 307 font: inherit;
308 padding-bottom: 0; 308 padding-bottom: 0;
309 padding-top: 0; 309 padding-top: 0;
310 } 310 }
311 311
312 html[dir=rtl] .summary button { 312 html[dir=rtl] .summary button {
313 background-position: left center; 313 background-position: left center;
314 } 314 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698