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

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

Issue 244313007: Move to using HTML templates when filling out the workspace history. (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
« no previous file with comments | « no previous file | experimental/webtry/js/run.js » ('j') | experimental/webtry/js/run.js » ('J')
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
(...skipping 13 matching lines...) Expand all
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; 27 background: #eee;
28 } 28 }
29 29
30 .iframe textarea { 30 .iframe textarea {
31 resize: none; 31 resize: none;
32 } 32 }
33 33
34 template {
35 display: none;
mtklein 2014/04/21 16:19:01 Just out of curiosity, is this here only for the p
jcgregorio 2014/04/21 16:26:24 Yes, only needed for the polyfill. On 2014/04/21
36 }
37
34 pre, code { 38 pre, code {
35 padding: 0; 39 padding: 0;
36 color: green; 40 color: green;
37 } 41 }
38 42
39 #output { 43 #output {
40 color: #333; 44 color: #333;
41 } 45 }
42 46
43 .tries { 47 .tries {
(...skipping 23 matching lines...) Expand all
67 #tryHistory { 71 #tryHistory {
68 position: absolute; 72 position: absolute;
69 top: 3em; 73 top: 3em;
70 right: 10px; 74 right: 10px;
71 width: 75px; 75 width: 75px;
72 } 76 }
73 77
74 #tryHistory .tries { 78 #tryHistory .tries {
75 float: none; 79 float: none;
76 } 80 }
OLDNEW
« no previous file with comments | « no previous file | experimental/webtry/js/run.js » ('j') | experimental/webtry/js/run.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698