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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 | 50 |
51 #elements-crumbs { | 51 #elements-crumbs { |
52 flex: 0 0 19px; | 52 flex: 0 0 19px; |
53 background-color: white; | 53 background-color: white; |
54 border-top: 1px solid #ccc; | 54 border-top: 1px solid #ccc; |
55 overflow: hidden; | 55 overflow: hidden; |
56 height: 19px; | 56 height: 19px; |
57 width: 100%; | 57 width: 100%; |
58 } | 58 } |
59 | 59 |
60 .material #elements-crumbs { | |
61 flex: auto; | |
62 border: none; | |
63 height: 26px; | |
64 } | |
65 | |
66 .metrics { | 60 .metrics { |
67 padding: 8px; | 61 padding: 8px; |
68 font-size: 10px; | 62 font-size: 10px; |
69 text-align: center; | 63 text-align: center; |
70 white-space: nowrap; | 64 white-space: nowrap; |
71 } | 65 } |
72 | 66 |
73 .metrics .label { | 67 .metrics .label { |
74 position: absolute; | 68 position: absolute; |
75 font-size: 10px; | 69 font-size: 10px; |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
735 | 729 |
736 .style-properties li.editing-sub-part { | 730 .style-properties li.editing-sub-part { |
737 padding: 3px 6px 8px 18px; | 731 padding: 3px 6px 8px 18px; |
738 margin: -1px -6px -8px -6px; | 732 margin: -1px -6px -8px -6px; |
739 text-overflow: clip; | 733 text-overflow: clip; |
740 } | 734 } |
741 | 735 |
742 .properties-widget-section { | 736 .properties-widget-section { |
743 padding: 2px 0px 2px 5px; | 737 padding: 2px 0px 2px 5px; |
744 } | 738 } |
OLD | NEW |