2 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
14 * its contributors may be used to endorse or promote products derived
15 * from this software without specific prior written permission.
17 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
18 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
21 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 img { padding: 0; margin: 0; }
30 body { margin: 0; padding: 0; }
32 #main { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
33 #info { position: absolute; top: 0; height: 175px; left: 0; right: 0; }
34 #divider { cursor: row-resize; position: absolute; bottom: 0; left: 0; right: 0; background: url(splitterDimple.tif) 50% no-repeat, url(splitterBar.tif) repeat-x; height: 10px }
35 #body { position: absolute; top: 175px; left: 0; right: 0; bottom: 0; }
36 #sourcesContainer { position: absolute; top: 16px; left: 0; right: 0; bottom: 21px; background-color: white; }
37 #sources { width: 100%; height: 100% }
38 #header { vertical-align: top; height: 16px; box-sizing: border-box; border-bottom: 1px solid #aaa; background: url(glossyHeader.png) repeat-x; position: absolute; top: 0; left: 0; right: 0; }
39 #header > * { vertical-align: top; }
40 #footer { height: 21px; box-sizing: border-box; border-top: 1px solid #aaa; background: url(glossyFooterFill.tif) repeat-x; position: absolute; bottom: 0; left: 0; right: 0; }
41 #infoDivider { position: absolute; z-index: 10; right: 0; left: 0; top: 0; bottom: 9px; width: 10px; cursor: col-resize; background: url(verticalSplitterDimple.tiff) 50% no-repeat, url(verticalSplitterBar.tiff) repeat-y; width: 10px; }
55 background: url(popUpArrows.png) right no-repeat;
60 padding: 0 20px 0 5px;
63 text-overflow: ellipsis;
70 #filesPopupButtonContent {
72 text-overflow: ellipsis;
80 .placeholder { color: rgba(0, 0, 0, 0.6) }
89 border-left: 1px solid transparent;
90 border-right: 1px solid #aaa;
94 background: url(navRightNormal.png) no-repeat;
97 button.nav.right:disabled, button.nav.right:disabled:active {
98 border-left: 1px solid transparent;
99 background: url(navRightDisabled.png) no-repeat;
102 button.nav.right:active {
103 border-left: 1px solid rgba(0, 0, 0, 0.3);
104 background: url(navRightPressed.png) no-repeat;
108 background: url(navLeftNormal.png) no-repeat;
111 button.nav.left:disabled, button.nav.left:disabled:active {
112 border-left: 1px solid transparent;
113 background: url(navLeftDisabled.png) no-repeat;
116 button.nav.left:active {
118 border-left: 1px solid rgba(0, 0, 0, 0.3);
119 background: url(navLeftPressed.png) no-repeat;
179 background: url(background_stripe.png) repeat;
189 font-family: "Lucida Grande", sans-serif;
191 border-collapse: collapse;
199 td { padding: 3px 7px 3px 9px; height: 15px; box-sizing: border-box; }
211 .column th.scrollCorner {
217 #variableColumnResizer {
227 background: url(glossyHeader.png) repeat-x;
228 border-right: 1px solid #d9d9d9;
230 box-sizing: border-box;
231 border-bottom: 1px solid #aaa;
233 vertical-align: middle;
236 -webkit-user-select: none;