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

Side by Side Diff: chrome/browser/resources/chromeos/wrench_menu.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
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 5
6 .fullscreen { 6 .fullscreen {
7 -webkit-margin-start: 4px; 7 -webkit-margin-start: 4px;
8 background-image: url('../../../app/theme/default_100_percent/fullscreen_menu_ button.png'); 8 background-image: -webkit-image-set(
9 url('../../../app/theme/default_100_percent/fullscreen_menu_button.png') 1x,
10 url('../../../app/theme/default_200_percent/fullscreen_menu_button.png') 2x) ;
9 background-position: center center; 11 background-position: center center;
10 background-repeat: no-repeat; 12 background-repeat: no-repeat;
11 border: solid 1px rgba(0, 0, 0, 0.3); 13 border: solid 1px rgba(0, 0, 0, 0.3);
12 border-radius: 3px; 14 border-radius: 3px;
13 height: 23px; 15 height: 23px;
14 width: 23px; 16 width: 23px;
15 } 17 }
16 18
17 .edit-button { 19 .edit-button {
18 min-width: 35px; 20 min-width: 35px;
(...skipping 20 matching lines...) Expand all
39 41
40 .zoom-button { 42 .zoom-button {
41 text-align: center; 43 text-align: center;
42 width: 15px; 44 width: 15px;
43 } 45 }
44 46
45 .zoom-percent { 47 .zoom-percent {
46 min-width: 40px; 48 min-width: 40px;
47 text-align: center; 49 text-align: center;
48 } 50 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/bookmark_manager/css/bmm.css ('k') | chrome/browser/resources/crashes.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698