Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: static/css/testpages.css

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Left Patch Set: Created April 18, 2018, 11:54 a.m.
Right Patch Set: Fixed README title Created June 7, 2018, 1:58 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « pages/index.md ('k') | static/images/abp-32.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 * { box-sizing: border-box; } 1 * { box-sizing: border-box; }
2 2
3 html, body { 3 html, body {
4 margin: 0; 4 margin: 0;
5 padding: 0; 5 padding: 0;
6 6
7 font-size: 16px; 7 font-size: 16px;
8 font-family: Helvetica, sans-serif; 8 font-family: Helvetica, sans-serif;
9 9
10 background-color: #f2f2f2; 10 background-color: #f2f2f2;
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 } 72 }
73 73
74 .stripes-green { 74 .stripes-green {
75 border: 2px solid #02c219; 75 border: 2px solid #02c219;
76 background-image: repeating-linear-gradient(45deg, #22b522, #22b522 10px, #0c0 10px, #0c0 20px); 76 background-image: repeating-linear-gradient(45deg, #22b522, #22b522 10px, #0c0 10px, #0c0 20px);
77 } 77 }
78 78
79 .stripes-red { 79 .stripes-red {
80 border: 2px solid #12bd1f; 80 border: 2px solid #12bd1f;
81 background-image: repeating-linear-gradient(45deg, #f00, #f00 10px, #c00 10px, #c00 20px); 81 background-image: repeating-linear-gradient(45deg, #f00, #f00 10px, #c00 10px, #c00 20px);
82 }
83
84 .stripes-blue {
85 border: 2px solid #0079cc;
86 background-image: repeating-linear-gradient(45deg, #2231b5, #2231b5, 10px, #00 79cc 10px, #0079cc 20px);;
82 } 87 }
83 88
84 89
85 /* Site Layout/Panels */ 90 /* Site Layout/Panels */
86 91
87 .site-container { 92 .site-container {
88 width: 1000px; 93 width: 1000px;
89 max-width: 100%; 94 max-width: 100%;
90 margin: 0 auto 0 auto; 95 margin: 0 auto 0 auto;
91 padding: 0 .75rem 0 .75rem; 96 padding: 0 .75rem 0 .75rem;
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 margin-top: 0; 214 margin-top: 0;
210 margin-bottom: .5rem; 215 margin-bottom: .5rem;
211 } 216 }
212 217
213 .testcase-filter { 218 .testcase-filter {
214 border: 0px solid #ababab; 219 border: 0px solid #ababab;
215 220
216 margin-top: .5rem; 221 margin-top: .5rem;
217 } 222 }
218 223
224 #testcase-scripttarget {
225 padding: .5rem;
226 }
227
219 .testcase-filter .filter { 228 .testcase-filter .filter {
220 background-color: #e0e0e0; 229 background-color: #e0e0e0;
221 margin: 0; 230 margin: 0;
222 padding: .5rem; 231 padding: .5rem;
223 padding-bottom: .75rem; 232 padding-bottom: .75rem;
224 padding-top: .75rem; 233 padding-top: .75rem;
225 border-bottom: 1px solid #ccc; 234 border-bottom: 1px solid #ccc;
226 font-family: monospace; 235 font-family: monospace;
227 overflow-x: scroll; 236 overflow-x: scroll;
228 word-break: keep-all; 237 word-break: keep-all;
(...skipping 29 matching lines...) Expand all
258 .testcase-es-regex-2 { 267 .testcase-es-regex-2 {
259 width: 122px; 268 width: 122px;
260 } 269 }
261 .testcase-es-regex-3 { 270 .testcase-es-regex-3 {
262 width: 100px; 271 width: 100px;
263 } 272 }
264 273
265 @media( min-width: 720px ) { 274 @media( min-width: 720px ) {
266 .abp-container { 275 .abp-container {
267 width: 75%; 276 width: 75%;
268 max-width: 900px; 277 max-width: 900px;
kzar 2018/04/19 13:08:23 Nit: Git warned me that you've accidentally put a
269 } 278 }
270 } 279 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld