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

Side by Side Diff: chrome/browser/resources/chromeos/wrench_menu.css

Issue 8687012: Moved ChromeOS-specific resources from chrome/browser/resources to chrome/browser/resources/chrom... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 .fullscreen { 1 .fullscreen {
2 background-image: url('../../app/theme/fullscreen_menu_button.png'); 2 background-image: url('../../../app/theme/fullscreen_menu_button.png');
3 background-position: center center; 3 background-position: center center;
4 background-repeat: no-repeat; 4 background-repeat: no-repeat;
5 border: solid 1px rgba(0, 0, 0, 0.3); 5 border: solid 1px rgba(0, 0, 0, 0.3);
6 border-radius: 3px; 6 border-radius: 3px;
7 width: 23px; 7 width: 23px;
8 height: 23px; 8 height: 23px;
9 -webkit-margin-start: 4px; 9 -webkit-margin-start: 4px;
10 } 10 }
11 11
12 .edit-button { 12 .edit-button {
(...skipping 21 matching lines...) Expand all
34 34
35 .zoom-button { 35 .zoom-button {
36 text-align: center; 36 text-align: center;
37 width: 15px; 37 width: 15px;
38 } 38 }
39 39
40 .zoom-percent { 40 .zoom-percent {
41 min-width: 40px; 41 min-width: 40px;
42 text-align: center; 42 text-align: center;
43 } 43 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/offline_load.html ('k') | chrome/browser/resources/chromeos/wrench_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698