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

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

Powered by Google App Engine
This is Rietveld 408576698