OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
7 * are met: | 7 * are met: |
8 * | 8 * |
9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 display: inline-block; | 348 display: inline-block; |
349 height: 11px; | 349 height: 11px; |
350 margin-right: 2px; | 350 margin-right: 2px; |
351 margin-left: 6px; | 351 margin-left: 6px; |
352 position: relative; | 352 position: relative; |
353 top: 2px; | 353 top: 2px; |
354 width: 10px; | 354 width: 10px; |
355 border: solid 1px; | 355 border: solid 1px; |
356 } | 356 } |
357 | 357 |
358 .popover .timeline-aggregated-category.timeline-loading { | |
359 margin-left: 0; | |
360 } | |
361 | |
362 .popover ul { | 358 .popover ul { |
363 margin: 0; | 359 margin: 0; |
364 padding: 0; | 360 padding: 0; |
365 list-style-type: none; | 361 list-style-type: none; |
366 } | 362 } |
367 | 363 |
368 .timeline-garbage-collect-status-bar-item .glyph { | 364 .timeline-garbage-collect-status-bar-item .glyph { |
369 -webkit-mask-position: -128px -24px; | 365 -webkit-mask-position: -128px -24px; |
370 } | 366 } |
371 | 367 |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
751 } | 747 } |
752 | 748 |
753 .paint-profiler-image-view { | 749 .paint-profiler-image-view { |
754 overflow: hidden; | 750 overflow: hidden; |
755 } | 751 } |
756 | 752 |
757 .paint-profiler-image-view img { | 753 .paint-profiler-image-view img { |
758 border: solid 1px black; | 754 border: solid 1px black; |
759 -webkit-transform-origin: 0px 0px; | 755 -webkit-transform-origin: 0px 0px; |
760 } | 756 } |
OLD | NEW |