To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / public / stylesheets / application.css @ 1586:d0d59d12db94

History | View | Annotate | Download (50.4 KB)

1
html {overflow-y:scroll;}
2
body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
3

    
4
h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
5
#content h1, h2, h3, h4 {color: #555;}
6
h2, .wiki h1 {font-size: 20px;}
7
h3, .wiki h2 {font-size: 16px;}
8
h4, .wiki h4, .wiki h5, .wiki h6 {font-size: 14px;}
9
.wiki h3 {font-size: 15px;}
10
.wiki h5 {font-weight: normal; font-style: italic; }
11
.wiki h6 {font-weight: normal; font-style: normal; }
12

    
13

    
14
h4 {border-bottom: 1px dotted #bbb;}
15

    
16
/***** Layout *****/
17
#wrapper {background: white;}
18

    
19
#top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
20
#top-menu ul {margin: 0;  padding: 0;}
21
#top-menu li {
22
  float:left;
23
  list-style-type:none;
24
  margin: 0px 0px 0px 0px;
25
  padding: 0px 0px 0px 0px;
26
  white-space:nowrap;
27
}
28
#top-menu a {color: #fff; margin-right: 8px; font-weight: bold;}
29
#top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
30

    
31
#account {float:right;}
32

    
33
#header {height:68px;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
34
#header a {color:#f8f8f8;}
35
#header h1 a.ancestor { font-size: 80%; }
36

    
37
#project-search-jump {float:right; }
38

    
39

    
40
#main-menu {position: absolute;  bottom: 0px;  left:8px; margin-right: -500px;}
41
#main-menu ul {margin: 0;  padding: 0;}
42
#main-menu li {
43
  float:left;
44
  list-style-type:none;
45
  margin: 0px 2px 0px 0px;
46
  padding: 0px 0px 0px 0px;
47
  white-space:nowrap;
48
}
49
#main-menu li a {
50
  display: block;
51
  color: #fff;
52
  text-decoration: none;
53
  font-weight: bold;
54
  margin: 0;
55
  padding: 4px 10px 4px 10px;
56
}
57
#main-menu li a:hover {background:#759FCF; color:#fff;}
58
#main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
59

    
60
#admin-menu ul {margin: 0;  padding: 0;}
61
#admin-menu li {margin: 0;  padding: 0 0 6px 0; list-style-type:none;}
62

    
63
#admin-menu a { background-position: 0% 40%; background-repeat: no-repeat; padding-left: 20px; padding-top: 2px; padding-bottom: 3px;}
64
#admin-menu a.projects { background-image: url(../images/projects.png); }
65
#admin-menu a.users { background-image: url(../images/user.png); }
66
#admin-menu a.groups { background-image: url(../images/group.png); }
67
#admin-menu a.roles { background-image: url(../images/database_key.png); }
68
#admin-menu a.trackers { background-image: url(../images/ticket.png); }
69
#admin-menu a.issue_statuses { background-image: url(../images/ticket_edit.png); }
70
#admin-menu a.workflows { background-image: url(../images/ticket_go.png); }
71
#admin-menu a.custom_fields { background-image: url(../images/textfield.png); }
72
#admin-menu a.enumerations { background-image: url(../images/text_list_bullets.png); }
73
#admin-menu a.settings { background-image: url(../images/changeset.png); }
74
#admin-menu a.plugins { background-image: url(../images/plugin.png); }
75
#admin-menu a.info { background-image: url(../images/help.png); }
76
#admin-menu a.server_authentication { background-image: url(../images/server_key.png); }
77

    
78
#main {background-color:#EEEEEE;}
79

    
80
#sidebar{ float: right; width: 22%; position: relative; z-index: 9; padding: 0; margin: 0;}
81
* html #sidebar{ width: 22%; }
82
#sidebar h3{ font-size: 14px; margin-top:14px; color: #666;  }
83
#sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
84
* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
85
#sidebar .contextual { margin-right: 1em; }
86
#sidebar ul {margin: 0;  padding: 0;}
87
#sidebar ul li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
88

    
89
#content { width: 75%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
90
* html #content{ width: 75%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
91
html>body #content { min-height: 600px; }
92
* html body #content { height: 600px; } /* IE */
93

    
94
#main.nosidebar #sidebar{ display: none; }
95
#main.nosidebar #content{ width: auto; border-right: 0; }
96

    
97
#footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
98

    
99
#login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
100
#login-form table td {padding: 6px;}
101
#login-form label {font-weight: bold;}
102
#login-form input#username, #login-form input#password { width: 300px; }
103

    
104
div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
105
div.modal h3.title {display:none;}
106
div.modal p.buttons {text-align:right; margin-bottom:0;}
107

    
108
input#openid_url { background: url(../images/openid-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; padding-left: 18px; }
109

    
110
.clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
111

    
112
/***** Links *****/
113
a, a:link, a:visited{ color: #169; text-decoration: none; }
114
a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
115
a img{ border: 0; }
116

    
117
a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: #999; text-decoration: line-through; }
118
a.project.closed, a.project.closed:link, a.project.closed:visited { color: #999; }
119
a.user.locked, a.user.locked:link, a.user.locked:visited {color: #999;}
120

    
121
#sidebar a.selected {line-height:1.7em; padding:1px 3px 2px 2px; margin-left:-2px; background-color:#9DB9D5; color:#fff; border-radius:2px;}
122
#sidebar a.selected:hover {text-decoration:none;}
123
#admin-menu a {line-height:1.7em;}
124
#admin-menu a.selected {padding-left: 20px !important; background-position: 2px 40%;}
125

    
126
a.collapsible {padding-left: 12px; background: url(../images/arrow_expanded.png) no-repeat -3px 40%;}
127
a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repeat -5px 40%;}
128

    
129
a#toggle-completed-versions {color:#999;}
130
/***** Tables *****/
131
table.list { border: 1px solid #e4e4e4;  border-collapse: collapse; width: 100%; margin-bottom: 4px; }
132
table.list th {  background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
133
table.list td { vertical-align:top; padding-right:10px;}
134
table.list td.id { width: 2%; text-align: center;}
135
table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles {text-align: left;}
136
table.list td.tick {width:15%}
137
table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
138
table.list td.checkbox input {padding:0px;}
139
table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
140
table.list td.buttons a { padding-right: 0.6em; }
141
table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }
142
table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
143

    
144
tr.project td.name a { white-space:nowrap; }
145
tr.project.closed, tr.project.archived { color: #aaa; }
146
tr.project.closed a, tr.project.archived a { color: #aaa; }
147

    
148
tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
149
tr.project.idnt-1 td.name {padding-left: 0.5em;}
150
tr.project.idnt-2 td.name {padding-left: 2em;}
151
tr.project.idnt-3 td.name {padding-left: 3.5em;}
152
tr.project.idnt-4 td.name {padding-left: 5em;}
153
tr.project.idnt-5 td.name {padding-left: 6.5em;}
154
tr.project.idnt-6 td.name {padding-left: 8em;}
155
tr.project.idnt-7 td.name {padding-left: 9.5em;}
156
tr.project.idnt-8 td.name {padding-left: 11em;}
157
tr.project.idnt-9 td.name {padding-left: 12.5em;}
158

    
159
tr.issue { text-align: center; white-space: nowrap; }
160
tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations { white-space: normal; }
161
tr.issue td.relations { text-align: left; }
162
tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
163
tr.issue td.relations span {white-space: nowrap;}
164
table.issues td.description {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
165
table.issues td.description pre {white-space:normal;}
166

    
167
tr.issue.idnt td.subject a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
168
tr.issue.idnt-1 td.subject {padding-left: 0.5em;}
169
tr.issue.idnt-2 td.subject {padding-left: 2em;}
170
tr.issue.idnt-3 td.subject {padding-left: 3.5em;}
171
tr.issue.idnt-4 td.subject {padding-left: 5em;}
172
tr.issue.idnt-5 td.subject {padding-left: 6.5em;}
173
tr.issue.idnt-6 td.subject {padding-left: 8em;}
174
tr.issue.idnt-7 td.subject {padding-left: 9.5em;}
175
tr.issue.idnt-8 td.subject {padding-left: 11em;}
176
tr.issue.idnt-9 td.subject {padding-left: 12.5em;}
177

    
178
table.issue-report {table-layout:fixed;}
179

    
180
tr.entry { border: 1px solid #f8f8f8; }
181
tr.entry td { white-space: nowrap; }
182
tr.entry td.filename {width:30%; text-align:left;}
183
tr.entry td.filename_no_report {width:70%; text-align:left;}
184
tr.entry td.size { text-align: right; font-size: 90%; }
185
tr.entry td.revision, tr.entry td.author { text-align: center; }
186
tr.entry td.age { text-align: right; }
187
tr.entry.file td.filename a { margin-left: 16px; }
188
tr.entry.file td.filename_no_report a { margin-left: 16px; }
189

    
190
tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
191
tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
192

    
193
tr.changeset { height: 20px }
194
tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
195
tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
196
tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
197
tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
198

    
199
table.files tbody th {text-align:left;}
200
table.files tr.file td { text-align: center; }
201
table.files tr.file td.filename { text-align: left; }
202
table.files tr.file td.digest { font-size: 80%; }
203

    
204
table.members td.roles, table.memberships td.roles { width: 45%; }
205

    
206
tr.message { height: 2.6em; }
207
tr.message td.subject { padding-left: 20px; }
208
tr.message td.created_on { white-space: nowrap; }
209
tr.message td.last_message { font-size: 80%; white-space: nowrap; }
210
tr.message.locked td.subject { background: url(../images/locked.png) no-repeat 0 1px; }
211
tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; }
212

    
213
tr.version.closed, tr.version.closed a { color: #999; }
214
tr.version td.name { padding-left: 20px; }
215
tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; }
216
tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; }
217

    
218
tr.user td {width:13%;white-space: nowrap;}
219
tr.user td.username, tr.user td.firstname, tr.user td.lastname, tr.user td.email {text-align:left;}
220
tr.user td.email { width:18%; }
221
tr.user.locked, tr.user.registered { color: #aaa; }
222
tr.user.locked a, tr.user.registered a { color: #aaa; }
223

    
224
table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;}
225

    
226
tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
227

    
228
tr.time-entry { text-align: center; white-space: nowrap; }
229
tr.time-entry td.issue, tr.time-entry td.comments { text-align: left; white-space: normal; }
230
td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
231
td.hours .hours-dec { font-size: 0.9em; }
232

    
233
table.plugins td { vertical-align: middle; }
234
table.plugins td.configure { text-align: right; padding-right: 1em; }
235
table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px; }
236
table.plugins span.description { display: block; font-size: 0.9em; }
237
table.plugins span.url { display: block; font-size: 0.9em; }
238

    
239
table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; text-align:left; }
240
table.list tbody tr.group span.count {position:relative; top:-1px; color:#fff; font-size:10px; background:#9DB9D5; padding:0px 6px 1px 6px; border-radius:3px; margin-left:4px;}
241
tr.group a.toggle-all { color: #aaa; font-size: 80%; font-weight: normal; display:none;}
242
tr.group:hover a.toggle-all { display:inline;}
243
a.toggle-all:hover {text-decoration:none;}
244

    
245
table.list tbody tr:hover { background-color:#ffffdd; }
246
table.list tbody tr.group:hover { background-color:inherit; }
247
table td {padding:2px;}
248
table p {margin:0;}
249
.odd {background-color:#f6f7f8;}
250
.even {background-color: #fff;}
251

    
252
a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; }
253
a.sort.asc  { background-image: url(../images/sort_asc.png); }
254
a.sort.desc { background-image: url(../images/sort_desc.png); }
255

    
256
table.attributes { width: 100% }
257
table.attributes th { vertical-align: top; text-align: left; }
258
table.attributes td { vertical-align: top; }
259

    
260
table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
261
table.boards td.last-message {text-align:left;font-size:80%;}
262

    
263
table.messages td.last_message {text-align:left;}
264

    
265
table.query-columns {
266
  border-collapse: collapse;
267
  border: 0;
268
}
269

    
270
table.query-columns td.buttons {
271
  vertical-align: middle;
272
  text-align: center;
273
}
274
table.query-columns td.buttons input[type=button] {width:35px;}
275

    
276
td.center {text-align:center;}
277

    
278
h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; }
279

    
280
div.issues h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; }
281
div.activity h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; }
282
div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
283
div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
284
div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
285
div.tags h3 { background: url(../images/ticket_note.png) no-repeat 0% 50%; padding-left: 20px; }
286
div.institutions h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
287

    
288
#watchers select {width: 95%; display: block;}
289
#watchers a.delete {opacity: 0.4; vertical-align: middle;}
290
#watchers a.delete:hover {opacity: 1;}
291
#watchers img.gravatar {margin: 0 4px 2px 0;}
292

    
293
span#watchers_inputs {overflow:auto; display:block;}
294
span.search_for_watchers {display:block;}
295
span.search_for_watchers, span.add_attachment {font-size:80%; line-height:2.5em;}
296
span.search_for_watchers a, span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.png) no-repeat 0 50%; }
297

    
298

    
299
.highlight { background-color: #FCFD8D;}
300
.highlight.token-1 { background-color: #faa;}
301
.highlight.token-2 { background-color: #afa;}
302
.highlight.token-3 { background-color: #aaf;}
303

    
304
.box{
305
  padding:6px;
306
  margin-bottom: 10px;
307
  background-color:#f6f6f6;
308
  color:#505050;
309
  line-height:1.5em;
310
  border: 1px solid #e4e4e4;
311
}
312

    
313
div.square {
314
  border: 1px solid #999;
315
  float: left;
316
  margin: .3em .4em 0 .4em;
317
  overflow: hidden;
318
  width: .6em; height: .6em;
319
}
320
.contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
321
.contextual input, .contextual select {font-size:0.9em;}
322
.message .contextual { margin-top: 0; }
323

    
324
.splitcontent {overflow:auto;}
325
.splitcontentleft{float:left; width:49%;}
326
.splitcontentright{float:right; width:49%;}
327

    
328
.threecolumnleft{float:left; clear:left; width: 32%;}
329
.threecolumnright{float:right; clear:right; width: 32%;}
330
.threecolumnmid{margin-left: 33%; margin-right: 33%;}
331

    
332
form {display: inline;}
333
input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
334
fieldset {border: 1px solid #e4e4e4; margin:0;}
335
legend {color: #484848;}
336
hr { width: 100%; height: 1px; background: #ccc; border: 0;}
337
blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
338
blockquote blockquote { margin-left: 0;}
339
abbr  { border-bottom: 1px dotted; cursor: help; }
340
textarea.wiki-edit {width:99%; resize:vertical;}
341
li p {margin-top: 0;}
342
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
343
p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
344
p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
345
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
346

    
347
div.issue div.subject div div { padding-left: 16px; }
348
div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;}
349
div.issue div.subject>div>p { margin-top: 0.5em; }
350
div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;}
351
div.issue span.private { position:relative; bottom: 2px; text-transform: uppercase; background: #d22; color: #fff; font-weight:bold; padding: 0px 2px 0px 2px; font-size: 60%; margin-right: 2px; border-radius: 2px;}
352
div.issue .next-prev-links {color:#999;}
353
div.issue table.attributes th {width:22%;}
354
div.issue table.attributes td {width:28%;}
355

    
356
#issue_tree table.issues, #relations table.issues { border: 0; }
357
#issue_tree td.checkbox, #relations td.checkbox {display:none;}
358
#relations td.buttons {padding:0;}
359

    
360
fieldset.collapsible { border-width: 1px 0 0 0; font-size: 0.9em; }
361
fieldset.collapsible>legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; }
362
fieldset.collapsible.collapsed>legend { background-image: url(../images/arrow_collapsed.png); }
363

    
364
fieldset#date-range p { margin: 2px 0 2px 0; }
365
fieldset#filters table { border-collapse: collapse; }
366
fieldset#filters table td { padding: 0; vertical-align: middle; }
367
fieldset#filters tr.filter { height: 2.1em; }
368
fieldset#filters td.field { width:230px; }
369
fieldset#filters td.operator { width:180px; }
370
fieldset#filters td.operator select {max-width:170px;}
371
fieldset#filters td.values { white-space:nowrap; }
372
fieldset#filters td.values select {min-width:130px;}
373
fieldset#filters td.values input {height:1em;}
374
fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
375

    
376
.toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;}
377
.buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
378

    
379
div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
380
div#issue-changesets div.changeset { padding: 4px;}
381
div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; }
382
div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
383

    
384
.journal ul.details img {margin:0 0 -3px 4px;}
385
div.journal {overflow:auto;}
386
div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;}
387

    
388
div#activity dl, div#news dl, #search-results { margin-left: 2em; }
389
div#activity .box dl { margin-left: 0; }
390
div#activity dd, div#news dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
391
div#activity dt, div#news dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
392
div#activity dt.me .time, div#news dt.me .time { border-bottom: 1px solid #999; }
393
div#activity dt .time, div#news dt .time, .projects .latest .time, .projects .busy .managers { color: #777; font-size: 80%; }
394
div#activity dd .description, #search-results dd .description { font-style: italic; }
395
div#activity span.project:after, div#news span.project:after, #search-results span.project:after { content: " -"; }
396
div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
397
div#activity dt.grouped {margin-left:5em;}
398
div#activity dd.grouped {margin-left:9em;}
399

    
400
div#members dl { margin-left: 2em; }
401
div#members dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
402
div#members dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
403
div#members dt.me .email { border-bottom: 1px solid #999; }
404
div#members dt .email { color: #777; font-size: 80%; }
405
div#members dd .roles { font-style: italic; }
406

    
407
div#memberbox h3 { 
408
  background: url(../images/group.png) no-repeat 0% 50%; 
409
  padding-left: 20px;
410
}
411
div#memberbox p { 
412
  padding-left: 20px;
413
  margin-left: 0;
414
}
415

    
416
div.issues ul {
417
  padding-left: 20px;
418
  margin-left: 0;
419
  list-style-type: none;
420
}
421
div.issues p {
422
  padding-left: 20px;
423
  margin-left: 0;
424
}
425

    
426
.projects .latest .title, .projects .busy .title { margin-right: 0.5em; }
427
.tipoftheday .tip { margin-left: 2em; margin-top: 0.5em; }
428

    
429
#search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
430

    
431
div#search-results-counts { display: block; padding-left: 0; margin-left: 0; }
432
div#search-results-counts ul { margin-top: 0.5em; padding-left: 0; margin-left: 0; }
433
div#search-results-counts li { display: inline; list-style-type: none; margin-right: 1em; }
434

    
435
dt.issue { background-image: url(../images/ticket.png); }
436
dt.issue-edit { background-image: url(../images/ticket_edit.png); }
437
dt.issue-closed { background-image: url(../images/ticket_checked.png); }
438
dt.issue-note { background-image: url(../images/ticket_note.png); }
439
dt.changeset { background-image: url(../images/changeset.png); }
440
dt.news { background-image: url(../images/news.png); }
441
dt.message { background-image: url(../images/message.png); }
442
dt.reply { background-image: url(../images/comments.png); }
443
dt.wiki-page { background-image: url(../images/wiki_edit.png); }
444
dt.attachment { background-image: url(../images/attachment.png); }
445
dt.document { background-image: url(../images/document.png); }
446
dt.project { background-image: url(../images/projects.png); }
447
dt.time-entry { background-image: url(../images/time.png); }
448

    
449
#search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
450

    
451
div#roadmap .related-issues { margin-bottom: 1em; }
452
div#roadmap .related-issues td.checkbox { display: none; }
453
div#roadmap .wiki h1:first-child { display: none; }
454
div#roadmap .wiki h1 { font-size: 120%; }
455
div#roadmap .wiki h2 { font-size: 110%; }
456
body.controller-versions.action-show div#roadmap .related-issues {width:70%;}
457

    
458
div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
459
div#version-summary fieldset { margin-bottom: 1em; }
460
div#version-summary fieldset.time-tracking table { width:100%; }
461
div#version-summary th, div#version-summary td.total-hours { text-align: right; }
462

    
463
table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
464
table#time-report tbody tr.subtotal { font-style: italic; color:#777;}
465
table#time-report tbody tr.subtotal td.hours { color:#b0b0b0; }
466
table#time-report tbody tr.total { font-weight: bold; background-color:#EEEEEE; border-top:1px solid #e4e4e4;}
467
table#time-report .hours-dec { font-size: 0.9em; }
468

    
469
div.wiki-page .contextual a {opacity: 0.4}
470
div.wiki-page .contextual a:hover {opacity: 1}
471

    
472
form .attributes select { width: 60%; }
473
input#issue_subject { width: 99%; }
474
select#issue_done_ratio { width: 95px; }
475

    
476
ul.projects { margin: 0; padding-left: 1em; }
477
ul.projects.root { margin: 0;  padding: 0; }
478
/*ul.projects ul.projects { border-left: 3px solid #e0e0e0; } */
479
ul.projects li.root { list-style-type:none; margin-bottom: 1em; }
480
ul.projects li.child { list-style-type:none; }
481
ul.projects div.root a.project { font-weight: bold; }
482

    
483
li.latest, li.busy { margin-bottom: 0.5em; }
484
#projects-index ul.projects ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
485
#projects-index ul.projects li.root {margin-bottom: 1em;}
486
#projects-index ul.projects li.child {margin-top: 1em;}
487
#projects-index ul.projects div.root a.project { font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
488
/* .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; } */
489

    
490

    
491
#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
492

    
493
#related-issues li img {vertical-align:middle;}
494

    
495
ul.properties {padding:0; font-size: 0.9em; color: #777;}
496
ul.properties li {list-style-type:none;}
497
ul.properties li span {font-style:italic;}
498

    
499
.total-hours { font-size: 110%; font-weight: bold; }
500
.total-hours span.hours-int { font-size: 120%; }
501

    
502
.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
503
#user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
504

    
505
#workflow_copy_form select { width: 200px; }
506
table.transitions td.enabled {background: #bfb;}
507
table.fields_permissions select {font-size:90%}
508
table.fields_permissions td.readonly {background:#ddd;}
509
table.fields_permissions td.required {background:#d88;}
510

    
511
textarea#custom_field_possible_values {width: 95%; resize:vertical}
512
textarea#custom_field_default_value {width: 95%; resize:vertical}
513

    
514
input#content_comments {width: 99%}
515

    
516
p.pagination {margin-top:8px; font-size: 90%}
517

    
518
/***** Tabular forms ******/
519
.tabular p{
520
  margin: 0;
521
  padding: 3px 0 3px 0;
522
  padding-left: 180px; /* width of left column containing the label elements */
523
  min-height: 1.8em;
524
  clear:left;
525
}
526
.tabular ul{
527
margin-top: -4px;
528
}
529

    
530
html>body .tabular p {overflow:hidden;}
531

    
532
.tabular input, .tabular select {max-width:95%}
533
.tabular textarea {width:95%; resize:vertical;}
534
.tabular span[title] {border-bottom:1px dotted #aaa;}
535

    
536
.tabular label{
537
  font-weight: bold;
538
  float: left;
539
  text-align: right;
540
  /* width of left column */
541
  margin-left: -180px;
542
  /* width of labels. Should be smaller than left column to create some right margin */
543
  width: 175px;
544
}
545

    
546
.tabular .splitcontentleft .box p, .tabular .splitcontentright .box p, .splitcontentleft .tabular p, .splitcontentright .tabular p, .tabular .splitcontentleft .box ul, .tabular .splitcontentright .box ul, .splitcontentleft .tabular ul, .splitcontentright .tabular ul {
547
padding-left: 120px;
548
}
549

    
550
.tabular .splitcontentleft .box label, .tabular .splitcontentright .box label, .splitcontentleft .tabular label, .splitcontentright .tabular label {
551
margin-left: -120px;
552
width: 115px;
553
}
554

    
555
.tabular label.floating{
556
  font-weight: normal;
557
  margin-left: 0px;
558
  text-align: left;
559
  width: 270px;
560
}
561

    
562
.tabular label.block{
563
  font-weight: normal;
564
  margin-left: 0px !important;
565
  text-align: left;
566
  float: none;
567
  display: block;
568
  width: auto !important;
569
}
570

    
571
.tabular label.inline{
572
  font-weight: normal;
573
  float:none;
574
  margin-left: 5px !important;
575
  width: auto;
576
}
577

    
578
label.no-css {
579
  font-weight: inherit;
580
  float:none;
581
  text-align:left;
582
  margin-left:0px;
583
  width:auto;
584
}
585
input#time_entry_comments { width: 90%;}
586

    
587
#preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
588

    
589
.tabular.settings p{ padding-left: 300px; }
590
.tabular.settings label{ margin-left: -300px; width: 295px; }
591
.tabular.settings textarea { width: 99%; }
592

    
593
.settings.enabled_scm table {width:100%}
594
.settings.enabled_scm td.scm_name{ font-weight: bold; }
595

    
596
fieldset.settings label { display: block; }
597
fieldset#notified_events .parent { padding-left: 20px; }
598

    
599
span.required {color: #bb0000;}
600
.summary {font-style: italic;}
601

    
602
.check_box_group {
603
  display:block;
604
  width:95%;
605
  max-height:300px;
606
  overflow-y:auto;
607
  padding:2px 4px 4px 2px;
608
  background:#fff;
609
  border:1px solid #9EB1C2;
610
  border-radius:2px
611
}
612
.check_box_group label {
613
  font-weight: normal;
614
  margin-left: 0px !important;
615
  text-align: left;
616
  float: none;
617
  display: block;
618
  width: auto;
619
}
620
.check_box_group.bool_cf {border:0; background:inherit;}
621
.check_box_group.bool_cf label {display: inline;}
622

    
623
#attachments_fields input.description {margin-left:4px; width:340px;}
624
#attachments_fields span {display:block; white-space:nowrap;}
625
#attachments_fields input.filename {border:0; height:1.8em; width:250px; color:#555; background-color:inherit; background:url(../images/attachment.png) no-repeat 1px 50%; padding-left:18px;}
626
#attachments_fields .ajax-waiting input.filename {background:url(../images/hourglass.png) no-repeat 0px 50%;}
627
#attachments_fields .ajax-loading input.filename {background:url(../images/loading.gif) no-repeat 0px 50%;}
628
#attachments_fields div.ui-progressbar { width: 100px; height:14px; margin: 2px 0 -5px 8px; display: inline-block; }
629
#attachments_fields input[type=text] {margin-left: 8px; }
630
#attachments_fields img {vertical-align: middle;}
631

    
632
a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%; width:1px; display:inline-block; padding-left:16px;}
633
a.remove-upload:hover {text-decoration:none !important;}
634

    
635
div.fileover { background-color: lavender; }
636

    
637
div.attachments { margin-top: 12px; }
638
div.attachments p { margin:4px 0 2px 0; }
639
div.attachments img { vertical-align: middle; }
640
div.attachments span.author { font-size: 0.9em; color: #888; font-style: italic; padding-left: 4px }
641
div.attachments span.size_and_count { font-size: 0.9em; color: #888; padding-left: 4px; }
642

    
643
div.thumbnails {margin-top:0.6em;}
644
div.thumbnails div {background:#fff;border:2px solid #ddd;display:inline-block;margin-right:2px;}
645
div.thumbnails img {margin: 3px;}
646

    
647
p.other-formats { text-align: right; font-size:0.9em; color: #666; }
648
.other-formats span + span:before { content: "| "; }
649

    
650
a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
651

    
652
em.info {font-style:normal;font-size:90%;color:#888;display:block;}
653
em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
654

    
655
textarea.text_cf {width:95%; resize:vertical;}
656
input.string_cf, input.link_cf {width:95%;}
657
select.bool_cf {width:auto !important;}
658

    
659
#tab-content-modules fieldset p {margin:3px 0 4px 0;}
660

    
661
#tab-content-members .splitcontentleft, #tab-content-memberships .splitcontentleft, #tab-content-users .splitcontentleft {width: 64%;}
662
#tab-content-members .splitcontentright, #tab-content-memberships .splitcontentright, #tab-content-users .splitcontentright {width: 34%;}
663
#tab-content-members fieldset, #tab-content-memberships fieldset, #tab-content-users fieldset {padding:1em; margin-bottom: 1em;}
664
#tab-content-members fieldset legend, #tab-content-memberships fieldset legend, #tab-content-users fieldset legend {font-weight: bold;}
665
#tab-content-members fieldset label, #tab-content-memberships fieldset label, #tab-content-users fieldset label {display: block;}
666
#tab-content-members #principals, #tab-content-users #principals {max-height: 400px; overflow: auto;}
667

    
668
#tab-content-memberships .splitcontentright select {width:90%}
669

    
670
#users_for_watcher {height: 200px; overflow:auto;}
671
#users_for_watcher label {display: block;}
672

    
673
table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 50%; }
674

    
675
input#principal_search, input#user_search {width:90%}
676

    
677
input.autocomplete {
678
  background: #fff url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px !important;
679
  border:1px solid #9EB1C2; border-radius:2px; height:1.5em;
680
}
681
input.autocomplete.ajax-loading {
682
  background-image: url(../images/loading.gif);
683
}
684

    
685
.role-visibility {padding-left:2em;}
686

    
687
/***** Flash & error messages ****/
688
#errorExplanation, div.flash, .nodata, .warning, .conflict {
689
  padding: 4px 4px 4px 30px;
690
  margin-bottom: 12px;
691
  font-size: 1.1em;
692
  border: 2px solid;
693
}
694

    
695
div.flash {margin-top: 8px;}
696

    
697
div.flash.error, #errorExplanation {
698
  background: url(../images/exclamation.png) 8px 50% no-repeat;
699
  background-color: #ffe3e3;
700
  border-color: #dd0000;
701
  color: #880000;
702
}
703

    
704
div.flash.notice {
705
  background: url(../images/true.png) 8px 5px no-repeat;
706
  background-color: #dfffdf;
707
  border-color: #9fcf9f;
708
  color: #005f00;
709
}
710

    
711
div.flash.warning, .conflict {
712
  background: url(../images/warning.png) 8px 5px no-repeat;
713
  background-color: #FFEBC1;
714
  border-color: #FDBF3B;
715
  color: #A6750C;
716
  text-align: left;
717
}
718

    
719
.nodata, .warning {
720
  text-align: center;
721
  background-color: #FFEBC1;
722
  border-color: #FDBF3B;
723
  color: #A6750C;
724
}
725

    
726
#errorExplanation ul { font-size: 0.9em;}
727
#errorExplanation h2, #errorExplanation p { display: none; }
728

    
729
.conflict-details {font-size:80%;}
730

    
731
/***** Ajax indicator ******/
732
#ajax-indicator {
733
position: absolute; /* fixed not supported by IE */
734
background-color:#eee;
735
border: 1px solid #bbb;
736
top:35%;
737
left:40%;
738
width:20%;
739
font-weight:bold;
740
text-align:center;
741
padding:0.6em;
742
z-index:100;
743
opacity: 0.5;
744
}
745

    
746
html>body #ajax-indicator { position: fixed; }
747

    
748
#ajax-indicator span {
749
background-position: 0% 40%;
750
background-repeat: no-repeat;
751
background-image: url(../images/loading.gif);
752
padding-left: 26px;
753
vertical-align: bottom;
754
}
755

    
756
/***** Calendar *****/
757
table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
758
table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
759
table.cal thead th.week-number {width: auto;}
760
table.cal tbody tr {height: 100px;}
761
table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
762
table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
763
table.cal td p.day-num {font-size: 1.1em; text-align:right;}
764
table.cal td.odd p.day-num {color: #bbb;}
765
table.cal td.today {background:#ffffdd;}
766
table.cal td.today p.day-num {font-weight: bold;}
767
table.cal .starting a, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
768
table.cal .ending a, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
769
table.cal .starting.ending a, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
770
p.cal.legend span {display:block;}
771

    
772
/***** Tooltips ******/
773
.tooltip{position:relative;z-index:24;}
774
.tooltip:hover{z-index:25;color:#000;}
775
.tooltip span.tip{display: none; text-align:left;}
776

    
777
div.tooltip:hover span.tip{
778
display:block;
779
position:absolute;
780
top:12px; left:24px; width:270px;
781
border:1px solid #555;
782
background-color:#fff;
783
padding: 4px;
784
font-size: 0.8em;
785
color:#505050;
786
}
787

    
788
img.ui-datepicker-trigger {
789
  cursor: pointer;
790
  vertical-align: middle;
791
  margin-left: 4px;
792
}
793

    
794
/***** Progress bar *****/
795
table.progress {
796
  border-collapse: collapse;
797
  border-spacing: 0pt;
798
  empty-cells: show;
799
  text-align: center;
800
  float:left;
801
  margin: 1px 6px 1px 0px;
802
}
803

    
804
table.progress td { height: 1em; }
805
table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
806
table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
807
table.progress td.todo { background: #eee none repeat scroll 0%; }
808
p.percent {font-size: 80%;}
809
p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
810

    
811
#roadmap table.progress td { height: 1.2em; }
812
/***** Tabs *****/
813
#content .tabs, #content .tabs2 {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
814
#content .tabs ul, #content .tabs2 ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
815
#content .tabs ul li, #content .tabs2 ul li {
816
  float:left;
817
  list-style-type:none;
818
  white-space:nowrap;
819
  margin-right:4px;
820
  background:#fff;
821
  position:relative;
822
  margin-bottom:-1px;
823
}
824
#content .tabs ul li a, #content .tabs2 ul li a {
825
  display:block;
826
  font-size: 0.9em;
827
  text-decoration:none;
828
  line-height:1.3em;
829
  padding:4px 6px 4px 6px;
830
  border: 1px solid #ccc;
831
  border-bottom: 1px solid #bbbbbb;
832
  background-color: #f6f6f6;
833
  color:#999;
834
  font-weight:bold;
835
  border-top-left-radius:3px;
836
  border-top-right-radius:3px;
837
}
838

    
839
#content .tabs ul li a:hover, #content .tabs2 ul li a:hover {
840
  background-color: #ffffdd;
841
  text-decoration:none;
842
}
843

    
844
#content .tabs ul li a.selected, #content .tabs2 ul li a.selected {
845
  background-color: #fff;
846
  border: 1px solid #bbbbbb;
847
  border-bottom: 1px solid #fff;
848
  color:#444;
849
}
850

    
851
#content .tabs ul li a.selected:hover, #content .tabs2 ul li a.selected:hover {background-color: #fff;}
852

    
853
div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
854

    
855
button.tab-left, button.tab-right {
856
  font-size: 0.9em;
857
  cursor: pointer;
858
  height:24px;
859
  border: 1px solid #ccc;
860
  border-bottom: 1px solid #bbbbbb;
861
  position:absolute;
862
  padding:4px;
863
  width: 20px;
864
  bottom: -1px;
865
}
866

    
867
button.tab-left {
868
  right: 20px;
869
  background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
870
  border-top-left-radius:3px;
871
}
872

    
873
button.tab-right {
874
  right: 0;
875
  background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
876
  border-top-right-radius:3px;
877
}
878

    
879
/***** Diff *****/
880
.diff_out { background: #fcc; }
881
.diff_out span { background: #faa; }
882
.diff_in { background: #cfc; }
883
.diff_in span { background: #afa; }
884

    
885
.text-diff {
886
  padding: 1em;
887
  background-color:#f6f6f6;
888
  color:#505050;
889
  border: 1px solid #e4e4e4;
890
}
891

    
892
/***** Wiki *****/
893
div.wiki table {
894
  border-collapse: collapse;
895
  margin-bottom: 1em;
896
}
897

    
898
div.wiki table, div.wiki td, div.wiki th {
899
  border: 1px solid #bbb;
900
  padding: 4px;
901
}
902

    
903
div.wiki .noborder, div.wiki .noborder td, div.wiki .noborder th {border:0;}
904

    
905
div.wiki .external {
906
  background-position: 0% 60%;
907
  background-repeat: no-repeat;
908
  padding-left: 12px;
909
  background-image: url(../images/external.png);
910
}
911

    
912
div.wiki a.new {color: #b73535;}
913

    
914
div.wiki ul, div.wiki ol {margin-bottom:1em;}
915

    
916
div.wiki pre {
917
  margin: 1em 1em 1em 1.6em;
918
  padding: 8px;
919
  background-color: #fafafa;
920
  border: 1px solid #e2e2e2;
921
  width:auto;
922
  overflow-x: auto;
923
  overflow-y: hidden;
924
}
925

    
926
div.wiki ul.toc {
927
  background-color: #ffffdd;
928
  border: 1px solid #e4e4e4;
929
  padding: 4px;
930
  line-height: 1.2em;
931
  margin-bottom: 12px;
932
  margin-right: 12px;
933
  margin-left: 0;
934
  display: table
935
}
936
* html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */
937

    
938
div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
939
div.wiki ul.toc.left  { float: left; margin-right: 12px; margin-left: 0; width: auto; }
940
div.wiki ul.toc ul { margin: 0; padding: 0; }
941
div.wiki ul.toc li {list-style-type:none; margin: 0; font-size:12px;}
942
div.wiki ul.toc li li {margin-left: 1.5em; font-size:10px;}
943
div.wiki ul.toc a {
944
  font-size: 0.9em;
945
  font-weight: normal;
946
  text-decoration: none;
947
  color: #606060;
948
}
949
div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
950

    
951
a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
952
a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
953
h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
954

    
955
div.wiki img {vertical-align:middle; max-width:100%;}
956

    
957
/***** My page layout *****/
958
.block-receiver {
959
  border:1px dashed #c0c0c0;
960
  margin-bottom: 20px;
961
  padding: 15px 0 15px 0;
962
}
963

    
964
.mypage-box {
965
  margin:0 0 20px 0;
966
  color:#505050;
967
  line-height:1.5em;
968
}
969

    
970
.handle {cursor: move;}
971

    
972
a.close-icon {
973
  display:block;
974
  margin-top:3px;
975
  overflow:hidden;
976
  width:12px;
977
  height:12px;
978
  background-repeat: no-repeat;
979
  cursor:pointer;
980
  background-image:url('../images/close.png');
981
}
982
a.close-icon:hover {background-image:url('../images/close_hl.png');}
983

    
984
/***** Gantt chart *****/
985
.gantt_hdr {
986
  position:absolute;
987
  top:0;
988
  height:16px;
989
  border-top: 1px solid #c0c0c0;
990
  border-bottom: 1px solid #c0c0c0;
991
  border-right: 1px solid #c0c0c0;
992
  text-align: center;
993
  overflow: hidden;
994
}
995

    
996
.gantt_hdr.nwday {background-color:#f1f1f1;}
997

    
998
.gantt_subjects { font-size: 0.8em; }
999
.gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
1000

    
1001
.task {
1002
  position: absolute;
1003
  height:8px;
1004
  font-size:0.8em;
1005
  color:#888;
1006
  padding:0;
1007
  margin:0;
1008
  line-height:16px;
1009
  white-space:nowrap;
1010
}
1011

    
1012
.task.label {width:100%;}
1013
.task.label.project, .task.label.version { font-weight: bold; }
1014

    
1015
.task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
1016
.task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; }
1017
.task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
1018

    
1019
.task_todo.parent { background: #888; border: 1px solid #888; height: 3px;}
1020
.task_late.parent, .task_done.parent { height: 3px;}
1021
.task.parent.marker.starting  { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; left: 0px; top: -1px;}
1022
.task.parent.marker.ending { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; right: 0px; top: -1px;}
1023

    
1024
.version.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
1025
.version.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
1026
.version.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
1027
.version.marker { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
1028

    
1029
.project.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
1030
.project.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
1031
.project.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
1032
.project.marker { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
1033

    
1034
.version-behind-schedule a, .issue-behind-schedule a {color: #f66914;}
1035
.version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}
1036

    
1037
/***** Icons *****/
1038
.icon {
1039
  background-position: 0% 50%;
1040
  background-repeat: no-repeat;
1041
  padding-left: 20px;
1042
  padding-top: 2px;
1043
  padding-bottom: 3px;
1044
}
1045

    
1046
.icon-add { background-image: url(../images/add.png); }
1047
.icon-edit { background-image: url(../images/edit.png); }
1048
.icon-copy { background-image: url(../images/copy.png); }
1049
.icon-duplicate { background-image: url(../images/duplicate.png); }
1050
.icon-del { background-image: url(../images/delete.png); }
1051
.icon-move { background-image: url(../images/move.png); }
1052
.icon-save { background-image: url(../images/save.png); }
1053
.icon-cancel { background-image: url(../images/cancel.png); }
1054
.icon-multiple { background-image: url(../images/table_multiple.png); }
1055
.icon-folder { background-image: url(../images/folder.png); }
1056
.open .icon-folder { background-image: url(../images/folder_open.png); }
1057
.icon-package { background-image: url(../images/package.png); }
1058
.icon-user { background-image: url(../images/user.png); }
1059
.icon-projects { background-image: url(../images/projects.png); }
1060
.icon-help { background-image: url(../images/help.png); }
1061
.icon-attachment  { background-image: url(../images/attachment.png); }
1062
.icon-history  { background-image: url(../images/history.png); }
1063
.icon-time  { background-image: url(../images/time.png); }
1064
.icon-time-add  { background-image: url(../images/time_add.png); }
1065
.icon-stats  { background-image: url(../images/stats.png); }
1066
.icon-warning  { background-image: url(../images/warning.png); }
1067
.icon-fav  { background-image: url(../images/fav.png); }
1068
.icon-fav-off  { background-image: url(../images/fav_off.png); }
1069
.icon-reload  { background-image: url(../images/reload.png); }
1070
.icon-lock  { background-image: url(../images/locked.png); }
1071
.icon-unlock  { background-image: url(../images/unlock.png); }
1072
.icon-checked  { background-image: url(../images/true.png); }
1073
.icon-details  { background-image: url(../images/zoom_in.png); }
1074
.icon-report  { background-image: url(../images/report.png); }
1075
.icon-comment  { background-image: url(../images/comment.png); }
1076
.icon-summary  { background-image: url(../images/lightning.png); }
1077
.icon-server-authentication { background-image: url(../images/server_key.png); }
1078
.icon-issue { background-image: url(../images/ticket.png); }
1079
.icon-zoom-in { background-image: url(../images/zoom_in.png); }
1080
.icon-zoom-out { background-image: url(../images/zoom_out.png); }
1081
.icon-passwd { background-image: url(../images/textfield_key.png); }
1082
.icon-test { background-image: url(../images/bullet_go.png); }
1083

    
1084
.icon-file { background-image: url(../images/files/default.png); }
1085
.icon-file.text-plain { background-image: url(../images/files/text.png); }
1086
.icon-file.text-x-c { background-image: url(../images/files/c.png); }
1087
.icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
1088
.icon-file.text-x-java { background-image: url(../images/files/java.png); }
1089
.icon-file.text-x-javascript { background-image: url(../images/files/js.png); }
1090
.icon-file.text-x-php { background-image: url(../images/files/php.png); }
1091
.icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); }
1092
.icon-file.text-xml { background-image: url(../images/files/xml.png); }
1093
.icon-file.text-css { background-image: url(../images/files/css.png); }
1094
.icon-file.text-html { background-image: url(../images/files/html.png); }
1095
.icon-file.image-gif { background-image: url(../images/files/image.png); }
1096
.icon-file.image-jpeg { background-image: url(../images/files/image.png); }
1097
.icon-file.image-png { background-image: url(../images/files/image.png); }
1098
.icon-file.image-tiff { background-image: url(../images/files/image.png); }
1099
.icon-file.application-pdf { background-image: url(../images/files/pdf.png); }
1100
.icon-file.application-zip { background-image: url(../images/files/zip.png); }
1101
.icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
1102

    
1103
img.gravatar {
1104
  padding: 2px;
1105
  border: solid 1px #d5d5d5;
1106
  background: #fff;
1107
  vertical-align: middle;
1108
}
1109

    
1110
div.issue img.gravatar {
1111
  float: left;
1112
  margin: 0 6px 0 0;
1113
  padding: 5px;
1114
}
1115

    
1116
div.issue table img.gravatar {
1117
  height: 14px;
1118
  width: 14px;
1119
  padding: 2px;
1120
  float: left;
1121
  margin: 0 0.5em 0 0;
1122
}
1123

    
1124
h2 img.gravatar {margin: -2px 4px -4px 0;}
1125
h3 img.gravatar {margin: -4px 4px -4px 0;}
1126
h4 img.gravatar {margin: -6px 4px -4px 0;}
1127
td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
1128
#activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
1129
/* Used on 12px Gravatar img tags without the icon background */
1130
.icon-gravatar {float: left; margin-right: 4px;}
1131

    
1132
#activity dt, .journal {clear: left;}
1133

    
1134
td.username img.gravatar {
1135
    margin: 0 0.5em 0 0;
1136
    vertical-align: top;
1137
}
1138

    
1139
#activity dt img.gravatar, #members dt img.gravatar, #active-colleagues img.gravatar {
1140
    float: left;
1141
    clear: left;
1142
    margin: 0.2em 1em 0.4em 0;
1143
}
1144

    
1145
/* Used on 12px Gravatar img tags without the icon background */
1146
.icon-gravatar {
1147
  float: left;
1148
  margin-right: 4px;
1149
}
1150

    
1151
#activity dt,
1152
.journal {
1153
    clear: left;
1154
}
1155

    
1156
.journal-link {
1157
    float: right;
1158
}
1159

    
1160
h2 img { vertical-align:middle; }
1161

    
1162
.hascontextmenu { cursor: context-menu; }
1163

    
1164
/* Custom JQuery styles */
1165
.ui-datepicker-title select {width:70px !important; margin-top:-2px !important; margin-right:4px !important;}
1166

    
1167

    
1168
/************* CodeRay styles *************/
1169
.syntaxhl div {display: inline;}
1170
.syntaxhl .line-numbers {padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px;}
1171
.syntaxhl .code pre { overflow: auto }
1172
.syntaxhl .debug { color: white !important; background: blue !important; }
1173

    
1174
.syntaxhl .annotation { color:#007 }
1175
.syntaxhl .attribute-name { color:#b48 }
1176
.syntaxhl .attribute-value { color:#700 }
1177
.syntaxhl .binary { color:#509 }
1178
.syntaxhl .char .content { color:#D20 }
1179
.syntaxhl .char .delimiter { color:#710 }
1180
.syntaxhl .char { color:#D20 }
1181
.syntaxhl .class { color:#258; font-weight:bold }
1182
.syntaxhl .class-variable { color:#369 }
1183
.syntaxhl .color { color:#0A0 }
1184
.syntaxhl .comment { color:#385 }
1185
.syntaxhl .comment .char { color:#385 }
1186
.syntaxhl .comment .delimiter { color:#385 }
1187
.syntaxhl .complex { color:#A08 }
1188
.syntaxhl .constant { color:#258; font-weight:bold }
1189
.syntaxhl .decorator { color:#B0B }
1190
.syntaxhl .definition { color:#099; font-weight:bold }
1191
.syntaxhl .delimiter { color:black }
1192
.syntaxhl .directive { color:#088; font-weight:bold }
1193
.syntaxhl .doc { color:#970 }
1194
.syntaxhl .doc-string { color:#D42; font-weight:bold }
1195
.syntaxhl .doctype { color:#34b }
1196
.syntaxhl .entity { color:#800; font-weight:bold }
1197
.syntaxhl .error { color:#F00; background-color:#FAA }
1198
.syntaxhl .escape  { color:#666 }
1199
.syntaxhl .exception { color:#C00; font-weight:bold }
1200
.syntaxhl .float { color:#06D }
1201
.syntaxhl .function { color:#06B; font-weight:bold }
1202
.syntaxhl .global-variable { color:#d70 }
1203
.syntaxhl .hex { color:#02b }
1204
.syntaxhl .imaginary { color:#f00 }
1205
.syntaxhl .include { color:#B44; font-weight:bold }
1206
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
1207
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
1208
.syntaxhl .instance-variable { color:#33B }
1209
.syntaxhl .integer  { color:#06D }
1210
.syntaxhl .key .char { color: #60f }
1211
.syntaxhl .key .delimiter { color: #404 }
1212
.syntaxhl .key { color: #606 }
1213
.syntaxhl .keyword { color:#939; font-weight:bold }
1214
.syntaxhl .label { color:#970; font-weight:bold }
1215
.syntaxhl .local-variable { color:#963 }
1216
.syntaxhl .namespace { color:#707; font-weight:bold }
1217
.syntaxhl .octal { color:#40E }
1218
.syntaxhl .operator { }
1219
.syntaxhl .predefined { color:#369; font-weight:bold }
1220
.syntaxhl .predefined-constant { color:#069 }
1221
.syntaxhl .predefined-type { color:#0a5; font-weight:bold }
1222
.syntaxhl .preprocessor { color:#579 }
1223
.syntaxhl .pseudo-class { color:#00C; font-weight:bold }
1224
.syntaxhl .regexp .content { color:#808 }
1225
.syntaxhl .regexp .delimiter { color:#404 }
1226
.syntaxhl .regexp .modifier { color:#C2C }
1227
.syntaxhl .regexp { background-color:hsla(300,100%,50%,0.06); }
1228
.syntaxhl .reserved { color:#080; font-weight:bold }
1229
.syntaxhl .shell .content { color:#2B2 }
1230
.syntaxhl .shell .delimiter { color:#161 }
1231
.syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); }
1232
.syntaxhl .string .char { color: #46a }
1233
.syntaxhl .string .content { color: #46a }
1234
.syntaxhl .string .delimiter { color: #46a }
1235
.syntaxhl .string .modifier { color: #46a }
1236
.syntaxhl .symbol .content { color:#d33 }
1237
.syntaxhl .symbol .delimiter { color:#d33 }
1238
.syntaxhl .symbol { color:#d33 }
1239
.syntaxhl .tag { color:#070 }
1240
.syntaxhl .type { color:#339; font-weight:bold }
1241
.syntaxhl .value { color: #088; }
1242
.syntaxhl .variable  { color:#037 }
1243

    
1244
.syntaxhl .insert { background: hsla(120,100%,50%,0.12) }
1245
.syntaxhl .delete { background: hsla(0,100%,50%,0.12) }
1246
.syntaxhl .change { color: #bbf; background: #007; }
1247
.syntaxhl .head { color: #f8f; background: #505 }
1248
.syntaxhl .head .filename { color: white; }
1249

    
1250
.syntaxhl .delete .eyecatcher { background-color: hsla(0,100%,50%,0.2); border: 1px solid hsla(0,100%,45%,0.5); margin: -1px; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; }
1251
.syntaxhl .insert .eyecatcher { background-color: hsla(120,100%,50%,0.2); border: 1px solid hsla(120,100%,25%,0.5); margin: -1px; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
1252

    
1253
.syntaxhl .insert .insert { color: #0c0; background:transparent; font-weight:bold }
1254
.syntaxhl .delete .delete { color: #c00; background:transparent; font-weight:bold }
1255
.syntaxhl .change .change { color: #88f }
1256
.syntaxhl .head .head { color: #f4f }
1257

    
1258
/***** Media print specific styles *****/
1259
@media print {
1260
  #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
1261
  #main { background: #fff; }
1262
  #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
1263
  #wiki_add_attachment { display:none; }
1264
  .hide-when-print { display: none; }
1265
  .autoscroll {overflow-x: visible;}
1266
  table.list {margin-top:0.5em;}
1267
  table.list th, table.list td {border: 1px solid #aaa;}
1268
}
1269

    
1270
/* Accessibility specific styles */
1271
.hidden-for-sighted {
1272
  position:absolute;
1273
  left:-10000px;
1274
  top:auto;
1275
  width:1px;
1276
  height:1px;
1277
  overflow:hidden;
1278
}