OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved. | 2 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
6 * are met: | 6 * are met: |
7 * | 7 * |
8 * 1. Redistributions of source code must retain the above | 8 * 1. Redistributions of source code must retain the above |
9 * copyright notice, this list of conditions and the following | 9 * copyright notice, this list of conditions and the following |
10 * disclaimer. | 10 * disclaimer. |
(...skipping 14 matching lines...) Expand all Loading... |
25 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 25 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
27 * OF THE POSSIBILITY OF SUCH DAMAGE. | 27 * OF THE POSSIBILITY OF SUCH DAMAGE. |
28 */ | 28 */ |
29 | 29 |
30 .css-named-flow-collections-view .split-view-sidebar { | 30 .css-named-flow-collections-view .split-view-sidebar { |
31 overflow-x: hidden; | 31 overflow-x: hidden; |
32 } | 32 } |
33 | 33 |
34 .css-named-flow-collections-view .tabbed-pane-header { | 34 .css-named-flow-collections-view .tabbed-pane-header { |
35 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 236, 236)
), to(rgb(217, 217, 217))); | 35 background: linear-gradient(to bottom, rgb(236, 236, 236), rgb(217, 217, 217
)); |
36 } | 36 } |
37 | 37 |
38 .css-named-flow-collections-view .info { | 38 .css-named-flow-collections-view .info { |
39 font-style: italic; | 39 font-style: italic; |
40 font-size: 10px; | 40 font-size: 10px; |
41 margin-top: -5px; | 41 margin-top: -5px; |
42 position: absolute; | 42 position: absolute; |
43 top: 50%; | 43 top: 50%; |
44 text-align: center; | 44 text-align: center; |
45 width: 100%; | 45 width: 100%; |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 content: url(Images/regionFit.png); | 90 content: url(Images/regionFit.png); |
91 } | 91 } |
92 | 92 |
93 .css-named-flow-collections-view .region-overset::before { | 93 .css-named-flow-collections-view .region-overset::before { |
94 content: url(Images/regionOverset.png); | 94 content: url(Images/regionOverset.png); |
95 } | 95 } |
96 | 96 |
97 .css-named-flow-collections-view .split-view-contents .named-flow-element { | 97 .css-named-flow-collections-view .split-view-contents .named-flow-element { |
98 margin: 0 0 0 -24px; | 98 margin: 0 0 0 -24px; |
99 } | 99 } |
OLD | NEW |