1/**
2 * The CSS in here cotrols the appearance of the linkpage manager
3 */
4/*
5table.sortable thead {
6*/
7#linkpage__sortable thead {
8    background-color: __background_alt__;
9    color:#666666;
10    font-weight: bold;
11    cursor: default;
12	padding: 3px;
13	border: 1px solid __border__;
14}
15
16#linkpage__sortable td, tr {
17  padding: 3px;
18  border: 0px solid __border__;
19}
20
21
22#linkpage__manager {
23    height: 100%;
24    overflow: hidden;
25}
26
27
28
29/* --- Tree formatting --- */
30
31#linkpage__tree img {
32    float:left;
33    padding: 0.5em 0.3em 0 0;
34}
35
36#linkpage__tree ul img {
37    list-style-type: none;
38    list-style-image: none;
39}
40
41#linkpage__tree li {
42    clear: left;
43    list-style-type: none;
44    list-style-image: none;
45}
46* html #linkpage__tree li {
47    border: 1px solid __background__;
48}/* I don't understand this, but this fixes a style bug in IE;
49it's dirty, so any "real" fixes are welcome */
50
51/* --- options --- */
52
53#linkpage__opts {
54    padding-left: 1em;
55    margin-bottom: 0.5em;
56}
57
58#linkpage__opts input {
59    float: left;
60    position: absolute;
61}
62* html #linkpage__opts input {
63    position: static;
64}
65
66#linkpage__opts label {
67    display: block;
68    float: left;
69    margin-left: 30px;
70}
71* html #linkpage__opts label {
72    margin-left: 10px;
73}
74
75#linkpage__opts br {
76    clear: left;
77}
78
79/* --- file list --- */
80
81
82#linkpage__content .odd {
83    background-color: __background_other__;
84    padding: 0.4em;
85}
86
87#linkpage__content .even {
88    padding: 0.4em;
89}
90
91#linkpage__content a.linkpagefile {
92    margin-right: 1.5em;
93    font-weight: bold;
94}
95
96#linkpage__content div.detail {
97    padding: 0.3em 0 0.3em 2em;
98}
99
100
101#linkpage__content img.btn {
102    vertical-align: text-bottom;
103}
104
105#linkpage__content div.example {
106    color: __text_neu__;
107    margin-left: 1em;
108}
109
110