summaryrefslogtreecommitdiffstats
path: root/public/media/css/user.css
blob: a0b3e1dec5f183081c4a9904021bfcbc42ae9051 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
.dashboard ul {
	padding: 0px;
}

.dashboard li {
	list-style: none;
	border: 1px solid black;
	-moz-border-radius: 1em 4em 1em 4em;
	border-radius: 1em 4em 1em 4em;
	padding: 10px 40px;
	margin: 10px;
	background-color: #FFF;
}

.dashboard a {
	color: #000;
	text-decoration: none;
}

.bottomimg {
	text-align: center;
}

fieldset legend{
	font-weight: bold;
	font-size:14px;
}
fieldset {
	border:none;
	border-top:1px solid black;
}

#rights-element dl fieldset dt {
	width: 325px;
}

#rights-element dl fieldset {
	margin-bottom: 10px;
	width: 350px;
}

#fieldset-rights {
	margin-top: 10px;
	border: 0px;
	margin-left: 0;
	padding: 0;
}

#fieldset-rights legend {
	padding-left: 0;
}

#fieldset-rights dl legend {
	padding-left: 2px;
}

#rights-element dd {
	margin-left: 0px;
}

#rights-element {
	margin-left: 0px;
}

#rights-label {
	width: 0px;
}

/*   */
.listelement {
	clear: both;
	padding-top: 10px;
	margin: 10px 0px;
}

.listelement .element {
	border: 1px solid black;
	margin: 5px 0px;
	padding: 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
}

.listelement .element:nth-child(even) {
	background-color: #F0F8FF;
}

.listelement .element:hover {
	background-color: #97BDE7;
	border-color: #214687;
}

.listelement .element .number {
	font-size: 28px;
	clear:left;
	float: left;
	padding: 0px 5px 0px 0px;
	width: 40px;
	text-align: center;
	color: #CCC;
	font-style: italic;
	font-weight: bold;
	line-height:26px;
}
.listelement .element .smallnumber{
	font-size: 10px;
	float: left;
	padding: 0px 5px 0px 0px;
	width: 40px;
	text-align: center;
	color: #CCC;
	font-weight: bold;
	line-height:12px;
}
.listelement .element .content {
	margin-left: 50px;
}

.listelement .element .content .title {
	font-weight: bold;
	font-size: 1.2em;
}

.listelement .element .content .subtitle {
	font-style: italic;
}

.listelement .element .actions {
	float: right;
	padding-right: 5px;
}

.listelement .element .actions a {
	line-height: 14px;
	padding-right: 4px;
}

.listelement .element .details {
	margin: 0px 20px 0px 10px;
}

.listelement .element .dispnone {
	display: none;
}

.listelement .element .details label {
	float: left;
	font-style: italic;
	font-weight: bold;
	width: 110px;
}

.listelement .element .details div.item {
	display: block;
}

.listelement .highlight {
	background-color: #FFF5CC !important;
}

.listelement .checked {
	background-image: url('/media/img/checked.png');
	background-repeat: no-repeat;
	background-position: 15px center;
}

.detailelement {
	clear: both;
	padding-top: 10px;
	margin: 10px 0px;
}

.detailelement .element {
	border: 1px solid black;
	margin: 5px 0px;
	padding: 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
}

.detailelement .element:nth-child(even) {
	background-color: #F0F8FF;
}

.detailelement .element .content {
	margin-left: 50px;
}

.detailelement .element .content .title {
	font-weight: bold;
	font-size: 1.2em;
}

.searchvars {
	border: 1px solid #000;
	background-color: #FFFFBB;
	display: none;
	padding: 6px;
	clear: both;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.searchvars div.head {
	font-weight: bold;
}

.searchvars div.code {
	margin-left: 10px;
	display: inline;
	color: #666;
}

#uncheckAll-label {
	width: 5px;
}

.noBold {
	font-weight: normal;
}