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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 .expandable-view-title .toolbar { | 52 .expandable-view-title .toolbar { |
53 margin-top: -3px; | 53 margin-top: -3px; |
54 } | 54 } |
55 | 55 |
56 .expandable-view-title:not(.expanded) .toolbar { | 56 .expandable-view-title:not(.expanded) .toolbar { |
57 display: none; | 57 display: none; |
58 } | 58 } |
59 | 59 |
60 .title-expand-icon { | 60 .title-expand-icon { |
61 margin-right: 2px; | 61 margin-right: 2px; |
| 62 margin-bottom: -2px; |
62 } | 63 } |
63 | 64 |
64 .expandable-view-title > .toolbar { | 65 .expandable-view-title > .toolbar { |
65 position: absolute; | 66 position: absolute; |
66 right: 0; | 67 right: 0; |
67 top: 0; | 68 top: 0; |
68 } | 69 } |
69 | 70 |
70 .sidebar-pane-container .toolbar { | 71 .sidebar-pane-container .toolbar { |
71 border-bottom: 1px solid #eee; | 72 border-bottom: 1px solid #eee; |
72 } | 73 } |
73 | 74 |
74 .sidebar-pane-container .toolbar > * { | 75 .sidebar-pane-container .toolbar > * { |
75 pointer-events: auto; | 76 pointer-events: auto; |
76 } | 77 } |
OLD | NEW |