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

Side by Side Diff: runtime/observatory/lib/src/elements/css/shared.css

Issue 2600533002: Added entry for thread information in the isolate view of the observatory. Current information show… (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/isolate_view.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Global styles */ 1 /* Global styles */
2 * { 2 * {
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 box-sizing: border-box; 5 box-sizing: border-box;
6 } 6 }
7 7
8 body { 8 body {
9 padding-top: 56px; 9 padding-top: 56px;
10 color: #333; 10 color: #333;
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 flex-shrink: 0; 276 flex-shrink: 0;
277 flex-basis: 80%; 277 flex-basis: 80%;
278 } 278 }
279 279
280 .flex-item-90-percent { 280 .flex-item-90-percent {
281 flex-grow: 0; 281 flex-grow: 0;
282 flex-shrink: 0; 282 flex-shrink: 0;
283 flex-basis: 90%; 283 flex-basis: 90%;
284 } 284 }
285 285
286 .indent {
bkonyi 2016/12/22 18:14:33 I added this to make the nesting appear properly,
287 margin-left: 1.5em;
288 font: 400 14px 'Montserrat', sans-serif;
289 line-height: 150%;
290 }
291
286 .well { 292 .well {
287 min-height: 20px; 293 min-height: 20px;
288 padding: 19px; 294 padding: 19px;
289 margin-bottom: 20px; 295 margin-bottom: 20px;
290 background-color: #f5f5f5; 296 background-color: #f5f5f5;
291 border: 1px solid #e3e3e3; 297 border: 1px solid #e3e3e3;
292 border-radius: 4px; 298 border-radius: 4px;
293 box-shadow: inset 0 1px 1px rgba(0,0,0,0.05); 299 box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
294 } 300 }
295 301
(...skipping 1989 matching lines...) Expand 10 before | Expand all | Expand 10 after
2285 2291
2286 vm-connect-target > button.delete-button:hover { 2292 vm-connect-target > button.delete-button:hover {
2287 background: #ff0000; 2293 background: #ff0000;
2288 } 2294 }
2289 2295
2290 /* vm-connect */ 2296 /* vm-connect */
2291 2297
2292 vm-connect ul { 2298 vm-connect ul {
2293 list-style-type: none; 2299 list-style-type: none;
2294 } 2300 }
OLDNEW
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/isolate_view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698