~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to src/admin/css/.svn/text-base/DataPath.css.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.datapathsnav
2
 
{
3
 
        width: 100%;
4
 
}
5
 
 
6
 
.nav
7
 
{
8
 
        padding-left: 12px;
9
 
        padding-bottom: 4px;
10
 
        padding-right: 12px;
11
 
        float: left;
12
 
}
13
 
 
14
 
.pathnav
15
 
{
16
 
        padding-left: 12px;
17
 
        float: left;
18
 
        width: 50em;
19
 
}
20
 
 
21
 
#CreateButton
22
 
{
23
 
        float: right;
24
 
        margin-top: 6px;
25
 
}
26
 
 
27
 
#AddButton
28
 
{
29
 
        float: right;
30
 
        margin-top: 6px;
31
 
}
32
 
 
33
 
 
34
 
#DeleteButton
35
 
{
36
 
        float: left;
37
 
        margin-top: 6px;
38
 
}
39
 
 
40
 
#DisableButton
41
 
{
42
 
        float: left;
43
 
        margin-top: 6px;
44
 
        margin-left: 4px;
45
 
        width: 5em;
46
 
}
47
 
 
48
 
#EnableButton
49
 
{
50
 
        float: left;
51
 
        margin-top: 6px;
52
 
        margin-left: 4px;
53
 
        width: 4.6em;
54
 
}
55
 
 
56
 
.datapathlistheader
57
 
{
58
 
        clear: left;
59
 
        border-top: solid 1px black;
60
 
        border-bottom: solid 1px black;
61
 
        border-collapse: collapse;
62
 
        height: 1.5em;
63
 
        width: 100%;
64
 
}
65
 
 
66
 
.datapathlistheader td
67
 
{
68
 
        font-weight: bold;
69
 
        font-size: 0.8em;
70
 
        color: black;
71
 
        background-color: #efeee9;
72
 
}
73
 
 
74
 
.datapathlistheader .checkboxcolumn
75
 
{
76
 
        width: 2.1em;
77
 
}
78
 
 
79
 
.datapathlistheader .namecolumn
80
 
{
81
 
        padding-right: 6px;
82
 
        width: 11em;
83
 
}
84
 
 
85
 
.datapathlistheader .fullpathcolumn
86
 
{
87
 
        padding-right: 6px;
88
 
        width: 30em;
89
 
}
90
 
 
91
 
.datapathlistheader .freespacecolumn
92
 
{
93
 
        width: 9em;
94
 
}
95
 
 
96
 
.datapathlistheader .statuscolumn
97
 
{
98
 
        width: 9em;
99
 
}
100
 
 
101
 
.datapathlist
102
 
{
103
 
        clear: left;
104
 
        width: 100%;
105
 
}
106
 
 
107
 
.datapathlistitem
108
 
{
109
 
        height: 1.5em;
110
 
}
111
 
 
112
 
.datapathlistaltitem
113
 
{
114
 
        height: 1.5em;
115
 
        background-color: #efeee9;
116
 
}
117
 
 
118
 
.datapathitem1
119
 
{
120
 
        width: 1.9em;
121
 
}
122
 
 
123
 
.datapathitem2
124
 
{
125
 
        width: 9.8em;
126
 
}
127
 
 
128
 
.datapathitem3
129
 
{
130
 
        padding-right: 6px;
131
 
        width: 25.5em;
132
 
}
133
 
 
134
 
.datapathitem4
135
 
{
136
 
        padding-right: 6px;
137
 
        width: 7em;
138
 
}
139
 
 
140
 
.datapathitem5
141
 
{
142
 
        padding-right: 6px;
143
 
        width: 7em;
144
 
}
145
 
 
146
 
.datapathinfo th
147
 
{
148
 
        text-align:left;
149
 
        padding-right: 8px;
150
 
        font-size: .8em;
151
 
}
152
 
 
153
 
.datapathinfo td
154
 
{
155
 
        width: 90%;
156
 
}
157
 
 
158
 
.datapathinfo td #DataPathName, .datapathinfo td #FullPath
159
 
{
160
 
        text-align: left;
161
 
        width: 100%;
162
 
        padding-left: 4px;
163
 
}
164
 
 
165
 
}
166
 
 
167
 
.detailnav
168
 
{
169
 
        float: left;
170
 
        padding-bottom: 12px;
171
 
        width: 100%;
172
 
}
173
 
 
174
 
.okcancelnav
175
 
{
176
 
        clear: both;
177
 
        padding-top: 6px;
178
 
}
179