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

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

Issue 242613005: iframe (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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
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 h1 { 11 h1 {
12 font-size: 18px; 12 font-size: 18px;
13 } 13 }
14 14
15 h2 { 15 h2 {
16 font-size: 16px; 16 font-size: 16px;
17 } 17 }
18 18
19 .waiting, .waiting * { 19 .waiting, .waiting * {
20 cursor: wait; 20 cursor: wait;
21 } 21 }
22 22
23 textarea { 23 textarea {
24 margin-left: 0; 24 margin-left: 0;
25 border: solid 1px #ccc; 25 border: solid 1px #ccc;
26 color: green; 26 color: green;
27 background: #eee;
28 }
29
30 .iframe textarea {
31 resize: none;
27 } 32 }
28 33
29 pre, code { 34 pre, code {
30 padding: 0; 35 padding: 0;
31 color: green; 36 color: green;
32 } 37 }
33 38
34 #output { 39 #output {
35 color: #333; 40 color: #333;
36 } 41 }
(...skipping 25 matching lines...) Expand all
62 #tryHistory { 67 #tryHistory {
63 position: absolute; 68 position: absolute;
64 top: 3em; 69 top: 3em;
65 right: 10px; 70 right: 10px;
66 width: 75px; 71 width: 75px;
67 } 72 }
68 73
69 #tryHistory .tries { 74 #tryHistory .tries {
70 float: none; 75 float: none;
71 } 76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698