1/*
2 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above
9 *    copyright notice, this list of conditions and the following
10 *    disclaimer.
11 * 2. Redistributions in binary form must reproduce the above
12 *    copyright notice, this list of conditions and the following
13 *    disclaimer in the documentation and/or other materials
14 *    provided with the distribution.
15 *
16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
19 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
20 * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
21 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
27 * OF THE POSSIBILITY OF SUCH DAMAGE.
28 */
29
30.css-named-flow-collections-view .split-view-sidebar {
31    overflow-x: hidden;
32}
33
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)));
36}
37
38.css-named-flow-collections-view .info {
39    font-style: italic;
40    font-size: 10px;
41    margin-top: -5px;
42    position: absolute;
43    top: 50%;
44    text-align: center;
45    width: 100%;
46}
47
48.css-named-flow-collections-view .split-view-sidebar .sidebar-content {
49    bottom: 0px;
50    left: 0px;
51    padding: 0px;
52    position: absolute;
53    right: 0px;
54    top: 23px;
55}
56
57.css-named-flow-collections-view .split-view-sidebar .selection {
58    margin-left: -12px;
59    z-index: 0;
60}
61
62.css-named-flow-collections-view .split-view-contents .title {
63    position: relative;
64}
65
66.css-named-flow-collections-view .split-view-sidebar .named-flow-overflow::before, .css-named-flow-collections-view .region-empty:before, .css-named-flow-collections-view .region-fit::before, .css-named-flow-collections-view .region-overset::before {
67    cursor: default;
68    float: left;
69    height: 10px;
70    margin-top: 1px;
71    opacity: 0.75;
72    position: relative;
73    vertical-align: middle;
74    z-index: 1;
75}
76
77.css-named-flow-collections-view .split-view-sidebar .named-flow-overflow::before {
78    content: url(Images/namedFlowOverflow.png);
79    margin: 2px 3px 0px -13px;
80}
81
82.css-named-flow-collections-view .region-empty::before {
83    content: url(Images/regionEmpty.png);
84}
85
86.css-named-flow-collections-view .region-fit::before {
87    content: url(Images/regionFit.png);
88}
89
90.css-named-flow-collections-view .region-overset::before {
91    content: url(Images/regionOverset.png);
92}
93
94.css-named-flow-collections-view .split-view-contents .named-flow-element {
95    margin: 0px 0px 0px -24px;
96}
97