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

Side by Side Diff: experimental/webtry/css/webtry.css

Issue 252993003: Add a magnifier lens to the image. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | experimental/webtry/js/run.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 font-family: helvetica arial sans-serif; 2 font-family: helvetica arial sans-serif;
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 } 5 }
6 6
7 img { 7 img {
8 box-shadow: 2px 2px 5px gray; 8 box-shadow: 2px 2px 5px gray;
9 } 9 }
10 10
11 .zoom {
12 cursor: crosshair;
13 }
14
15 .zoomCanvas {
16 position: absolute;
17 width: 100%;
18 height: 100%;
19 top: 0;
20 left: 0;
21 z-index: -1;
22 }
23
11 h1 { 24 h1 {
12 font-size: 18px; 25 font-size: 18px;
13 } 26 }
14 27
15 h2 { 28 h2 {
16 font-size: 16px; 29 font-size: 16px;
17 } 30 }
18 31
19 .waiting, .waiting * { 32 .waiting, .waiting * {
20 cursor: wait; 33 cursor: wait;
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 #tryHistory { 83 #tryHistory {
71 position: absolute; 84 position: absolute;
72 top: 3em; 85 top: 3em;
73 right: 10px; 86 right: 10px;
74 width: 75px; 87 width: 75px;
75 } 88 }
76 89
77 #tryHistory .tries { 90 #tryHistory .tries {
78 float: none; 91 float: none;
79 } 92 }
OLDNEW
« no previous file with comments | « no previous file | experimental/webtry/js/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698