##// END OF EJS Templates
Lighter colors for journal details in issue history (#20370)....
Jean-Philippe Lang -
r14304:5ad4bee389f5
parent child
Show More
@@ -1,1251 +1,1254
1 1 html {overflow-y:scroll;}
2 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
2 body { font-family: Verdana, sans-serif; font-size: 12px; color:#333; margin: 0; padding: 0; min-width: 900px; }
3 3
4 4 h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
5 5 #content h1, h2, h3, h4 {color: #555;}
6 6 h2, .wiki h1 {font-size: 20px;}
7 7 h3, .wiki h2 {font-size: 16px;}
8 8 h4, .wiki h3 {font-size: 13px;}
9 9 h4 {border-bottom: 1px dotted #bbb;}
10 10 pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
11 11
12 12 /***** Layout *****/
13 13 #wrapper {background: white;}
14 14
15 15 #top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
16 16 #top-menu ul {margin: 0; padding: 0;}
17 17 #top-menu li {
18 18 float:left;
19 19 list-style-type:none;
20 20 margin: 0px 0px 0px 0px;
21 21 padding: 0px 0px 0px 0px;
22 22 white-space:nowrap;
23 23 }
24 24 #top-menu a {color: #fff; margin-right: 8px; font-weight: bold;}
25 25 #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
26 26
27 27 #account {float:right;}
28 28
29 29 #header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
30 30 #header a {color:#f8f8f8;}
31 31 #header h1 a.ancestor { font-size: 80%; }
32 32 #quick-search {float:right;}
33 33
34 34 #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
35 35 #main-menu ul {margin: 0; padding: 0;}
36 36 #main-menu li {
37 37 float:left;
38 38 list-style-type:none;
39 39 margin: 0px 2px 0px 0px;
40 40 padding: 0px 0px 0px 0px;
41 41 white-space:nowrap;
42 42 }
43 43 #main-menu li a {
44 44 display: block;
45 45 color: #fff;
46 46 text-decoration: none;
47 47 font-weight: bold;
48 48 margin: 0;
49 49 padding: 4px 10px 4px 10px;
50 50 }
51 51 #main-menu li a:hover {background:#759FCF; color:#fff;}
52 52 #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
53 53
54 54 #admin-menu ul {margin: 0; padding: 0;}
55 55 #admin-menu li {margin: 0; padding: 0 0 6px 0; list-style-type:none;}
56 56
57 57 #admin-menu a { background-position: 0% 40%; background-repeat: no-repeat; padding-left: 20px; padding-top: 2px; padding-bottom: 3px;}
58 58 #admin-menu a.projects { background-image: url(../images/projects.png); }
59 59 #admin-menu a.users { background-image: url(../images/user.png); }
60 60 #admin-menu a.groups { background-image: url(../images/group.png); }
61 61 #admin-menu a.roles { background-image: url(../images/database_key.png); }
62 62 #admin-menu a.trackers { background-image: url(../images/ticket.png); }
63 63 #admin-menu a.issue_statuses { background-image: url(../images/ticket_edit.png); }
64 64 #admin-menu a.workflows { background-image: url(../images/ticket_go.png); }
65 65 #admin-menu a.custom_fields { background-image: url(../images/textfield.png); }
66 66 #admin-menu a.enumerations { background-image: url(../images/text_list_bullets.png); }
67 67 #admin-menu a.settings { background-image: url(../images/changeset.png); }
68 68 #admin-menu a.plugins { background-image: url(../images/plugin.png); }
69 69 #admin-menu a.info { background-image: url(../images/help.png); }
70 70 #admin-menu a.server_authentication { background-image: url(../images/server_key.png); }
71 71
72 72 #main {background-color:#EEEEEE;}
73 73
74 74 #sidebar{ float: right; width: 22%; position: relative; z-index: 9; padding: 0; margin: 0;}
75 75 * html #sidebar{ width: 22%; }
76 76 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
77 77 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
78 78 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
79 79 #sidebar .contextual { margin-right: 1em; }
80 80 #sidebar ul {margin: 0; padding: 0;}
81 81 #sidebar ul li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
82 82
83 83 #content { width: 75%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
84 84 * html #content{ width: 75%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
85 85 html>body #content { min-height: 600px; }
86 86 * html body #content { height: 600px; } /* IE */
87 87
88 88 #main.nosidebar #sidebar{ display: none; }
89 89 #main.nosidebar #content{ width: auto; border-right: 0; }
90 90
91 91 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
92 92
93 93 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
94 94 #login-form table td {padding: 6px;}
95 95 #login-form label {font-weight: bold;}
96 96 #login-form input#username, #login-form input#password { width: 300px; }
97 97
98 98 div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
99 99 div.modal h3.title {display:none;}
100 100 div.modal p.buttons {text-align:right; margin-bottom:0;}
101 101 div.modal .box p {margin: 0.3em 0;}
102 102
103 103 input#openid_url { background: url(../images/openid-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; padding-left: 18px; }
104 104
105 105 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
106 106
107 107 /***** Links *****/
108 108 a, a:link, a:visited{ color: #169; text-decoration: none; }
109 109 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
110 110 a img{ border: 0; }
111 111
112 112 a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: #999; text-decoration: line-through; }
113 113 a.project.closed, a.project.closed:link, a.project.closed:visited { color: #999; }
114 114 a.user.locked, a.user.locked:link, a.user.locked:visited {color: #999;}
115 115
116 116 #sidebar a.selected {line-height:1.7em; padding:1px 3px 2px 2px; margin-left:-2px; background-color:#9DB9D5; color:#fff; border-radius:2px;}
117 117 #sidebar a.selected:hover {text-decoration:none;}
118 118 #admin-menu a {line-height:1.7em;}
119 119 #admin-menu a.selected {padding-left: 20px !important; background-position: 2px 40%;}
120 120
121 121 a.collapsible {padding-left: 12px; background: url(../images/arrow_expanded.png) no-repeat -3px 40%;}
122 122 a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repeat -5px 40%;}
123 123
124 124 a#toggle-completed-versions {color:#999;}
125 125 /***** Tables *****/
126 126 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
127 127 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
128 128 table.list td {text-align:center; vertical-align:top; padding-right:10px;}
129 129 table.list td.id { width: 2%; text-align: center;}
130 130 table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles {text-align: left;}
131 131 table.list td.tick {width:15%}
132 132 table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
133 133 table.list td.checkbox input {padding:0px;}
134 134 table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
135 135 table.list td.buttons a { padding-right: 0.6em; }
136 136 table.list td.buttons img {vertical-align:middle;}
137 137 table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }
138 138 table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
139 139
140 140 tr.project td.name a { white-space:nowrap; }
141 141 tr.project.closed, tr.project.archived { color: #aaa; }
142 142 tr.project.closed a, tr.project.archived a { color: #aaa; }
143 143
144 144 tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
145 145 tr.project.idnt-1 td.name {padding-left: 0.5em;}
146 146 tr.project.idnt-2 td.name {padding-left: 2em;}
147 147 tr.project.idnt-3 td.name {padding-left: 3.5em;}
148 148 tr.project.idnt-4 td.name {padding-left: 5em;}
149 149 tr.project.idnt-5 td.name {padding-left: 6.5em;}
150 150 tr.project.idnt-6 td.name {padding-left: 8em;}
151 151 tr.project.idnt-7 td.name {padding-left: 9.5em;}
152 152 tr.project.idnt-8 td.name {padding-left: 11em;}
153 153 tr.project.idnt-9 td.name {padding-left: 12.5em;}
154 154
155 155 tr.issue { text-align: center; white-space: nowrap; }
156 156 tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations, tr.issue td.parent { white-space: normal; }
157 157 tr.issue td.relations { text-align: left; }
158 158 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
159 159 tr.issue td.relations span {white-space: nowrap;}
160 160 table.issues td.description {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
161 161 table.issues td.description pre {white-space:normal;}
162 162
163 163 tr.issue.idnt td.subject a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
164 164 tr.issue.idnt-1 td.subject {padding-left: 0.5em;}
165 165 tr.issue.idnt-2 td.subject {padding-left: 2em;}
166 166 tr.issue.idnt-3 td.subject {padding-left: 3.5em;}
167 167 tr.issue.idnt-4 td.subject {padding-left: 5em;}
168 168 tr.issue.idnt-5 td.subject {padding-left: 6.5em;}
169 169 tr.issue.idnt-6 td.subject {padding-left: 8em;}
170 170 tr.issue.idnt-7 td.subject {padding-left: 9.5em;}
171 171 tr.issue.idnt-8 td.subject {padding-left: 11em;}
172 172 tr.issue.idnt-9 td.subject {padding-left: 12.5em;}
173 173
174 174 table.issue-report {table-layout:fixed;}
175 175
176 176 tr.entry { border: 1px solid #f8f8f8; }
177 177 tr.entry td { white-space: nowrap; }
178 178 tr.entry td.filename {width:30%; text-align:left;}
179 179 tr.entry td.filename_no_report {width:70%; text-align:left;}
180 180 tr.entry td.size { text-align: right; font-size: 90%; }
181 181 tr.entry td.revision, tr.entry td.author { text-align: center; }
182 182 tr.entry td.age { text-align: right; }
183 183 tr.entry.file td.filename a { margin-left: 16px; }
184 184 tr.entry.file td.filename_no_report a { margin-left: 16px; }
185 185
186 186 tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
187 187 tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
188 188
189 189 tr.changeset { height: 20px }
190 190 tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
191 191 tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
192 192 tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
193 193 tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
194 194
195 195 table.files tbody th {text-align:left;}
196 196 table.files tr.file td.filename { text-align: left; padding-left: 24px; }
197 197 table.files tr.file td.digest { font-size: 80%; }
198 198
199 199 table.members td.roles, table.memberships td.roles { width: 45%; }
200 200
201 201 tr.message { height: 2.6em; }
202 202 tr.message td.subject { padding-left: 20px; }
203 203 tr.message td.created_on { white-space: nowrap; }
204 204 tr.message td.last_message { font-size: 80%; white-space: nowrap; }
205 205 tr.message.locked td.subject { background: url(../images/locked.png) no-repeat 0 1px; }
206 206 tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; }
207 207
208 208 tr.version.closed, tr.version.closed a { color: #999; }
209 209 tr.version td.name { padding-left: 20px; }
210 210 tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; }
211 211 tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; }
212 212
213 213 tr.user td {width:13%;white-space: nowrap;}
214 214 td.username, td.firstname, td.lastname, td.email {text-align:left !important;}
215 215 tr.user td.email { width:18%; }
216 216 tr.user.locked, tr.user.registered { color: #aaa; }
217 217 tr.user.locked a, tr.user.registered a { color: #aaa; }
218 218
219 219 table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;}
220 220
221 221 tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
222 222
223 223 tr.time-entry { text-align: center; white-space: nowrap; }
224 224 tr.time-entry td.issue, tr.time-entry td.comments, tr.time-entry td.subject, tr.time-entry td.activity { text-align: left; white-space: normal; }
225 225 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
226 226 td.hours .hours-dec { font-size: 0.9em; }
227 227
228 228 table.plugins td { vertical-align: middle; }
229 229 table.plugins td.configure { text-align: right; padding-right: 1em; }
230 230 table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px; }
231 231 table.plugins span.description { display: block; font-size: 0.9em; }
232 232 table.plugins span.url { display: block; font-size: 0.9em; }
233 233
234 234 tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 1px solid #ccc; text-align:left; }
235 235 tr.group span.name {font-weight:bold;}
236 236 tr.group span.count {font-weight:bold; position:relative; top:-1px; color:#fff; font-size:10px; background:#9DB9D5; padding:0px 6px 1px 6px; border-radius:3px; margin-left:4px;}
237 237 tr.group span.totals {color: #aaa; font-size: 80%;}
238 238 tr.group span.totals .value {font-weight:bold; color:#777;}
239 239 tr.group a.toggle-all { color: #aaa; font-size: 80%; display:none; float:right; margin-right:4px;}
240 240 tr.group:hover a.toggle-all { display:inline;}
241 241 a.toggle-all:hover {text-decoration:none;}
242 242
243 243 table.list tbody tr:hover { background-color:#ffffdd; }
244 244 table.list tbody tr.group:hover { background-color:inherit; }
245 245 table td {padding:2px;}
246 246 table p {margin:0;}
247 247 .odd {background-color:#f6f7f8;}
248 248 .even {background-color: #fff;}
249 249
250 250 tr.builtin td.name {font-style:italic;}
251 251
252 252 a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; }
253 253 a.sort.asc { background-image: url(../images/sort_asc.png); }
254 254 a.sort.desc { background-image: url(../images/sort_desc.png); }
255 255
256 256 table.attributes { width: 100% }
257 257 table.attributes th { vertical-align: top; text-align: left; }
258 258 table.attributes td { vertical-align: top; }
259 259
260 260 table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
261 261 table.boards td.last-message {text-align:left;font-size:80%;}
262 262
263 263 table.messages td.last_message {text-align:left;}
264 264
265 265 #query_form_content {font-size:90%;}
266 266
267 267 table.query-columns {
268 268 border-collapse: collapse;
269 269 border: 0;
270 270 }
271 271
272 272 table.query-columns td.buttons {
273 273 vertical-align: middle;
274 274 text-align: center;
275 275 }
276 276 table.query-columns td.buttons input[type=button] {width:35px;}
277 277 .query-totals {text-align:right; margin-top:-2.3em;}
278 278 .query-totals>span {margin-left:0.6em;}
279 279 .query-totals .value {font-weight:bold;}
280 280
281 281 td.center {text-align:center;}
282 282
283 283 h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; }
284 284
285 285 div.issues h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; }
286 286 div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
287 287 div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
288 288 div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
289 289
290 290 #watchers select {width: 95%; display: block;}
291 291 #watchers a.delete {opacity: 0.4; vertical-align: middle;}
292 292 #watchers a.delete:hover {opacity: 1;}
293 293 #watchers img.gravatar {margin: 0 4px 2px 0;}
294 294
295 295 span#watchers_inputs {overflow:auto; display:block;}
296 296 span.search_for_watchers {display:block;}
297 297 span.search_for_watchers, span.add_attachment {font-size:80%; line-height:2.5em;}
298 298 span.search_for_watchers a, span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.png) no-repeat 0 50%; }
299 299
300 300
301 301 .highlight { background-color: #FCFD8D;}
302 302 .highlight.token-1 { background-color: #faa;}
303 303 .highlight.token-2 { background-color: #afa;}
304 304 .highlight.token-3 { background-color: #aaf;}
305 305
306 306 .box{
307 307 padding:6px;
308 308 margin-bottom: 10px;
309 309 background-color:#f6f6f6;
310 310 color:#505050;
311 311 line-height:1.5em;
312 312 border: 1px solid #e4e4e4;
313 313 word-wrap: break-word;
314 314 border-radius: 3px;
315 315 }
316 316
317 317 div.square {
318 318 border: 1px solid #999;
319 319 float: left;
320 320 margin: .3em .4em 0 .4em;
321 321 overflow: hidden;
322 322 width: .6em; height: .6em;
323 323 }
324 324 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
325 325 .contextual input, .contextual select {font-size:0.9em;}
326 326 .message .contextual { margin-top: 0; }
327 327
328 328 .splitcontent {overflow:auto;}
329 329 .splitcontentleft{float:left; width:49%;}
330 330 .splitcontentright{float:right; width:49%;}
331 331 form {display: inline;}
332 332 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
333 333 fieldset {border: 1px solid #e4e4e4; margin:0;}
334 legend {color: #484848;}
334 legend {color: #333;}
335 335 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
336 336 blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
337 337 blockquote blockquote { margin-left: 0;}
338 338 abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; }
339 339 textarea.wiki-edit {width:99%; resize:vertical;}
340 340 li p {margin-top: 0;}
341 341 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
342 342 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
343 343 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
344 344 p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
345 345 .ltr {direction:ltr !important; unicode-bidi:bidi-override;}
346 346 .rtl {direction:rtl !important; unicode-bidi:bidi-override;}
347 347
348 348 div.issue div.subject div div { padding-left: 16px; }
349 349 div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;}
350 350 div.issue div.subject>div>p { margin-top: 0.5em; }
351 351 div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;}
352 352 div.issue span.private, div.journal 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;}
353 353 div.issue .next-prev-links {color:#999;}
354 354 div.issue table.attributes th {width:22%;}
355 355 div.issue table.attributes td {width:28%;}
356 356
357 357 #issue_tree table.issues, #relations table.issues { border: 0; }
358 358 #issue_tree td.checkbox, #relations td.checkbox {display:none;}
359 359 #relations td.buttons {padding:0;}
360 360
361 361 fieldset.collapsible {border-width: 1px 0 0 0;}
362 362 fieldset.collapsible>legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; }
363 363 fieldset.collapsible.collapsed>legend { background-image: url(../images/arrow_collapsed.png); }
364 364
365 365 fieldset#date-range p { margin: 2px 0 2px 0; }
366 366 fieldset#filters table { border-collapse: collapse; }
367 367 fieldset#filters table td { padding: 0; vertical-align: middle; }
368 368 fieldset#filters tr.filter { height: 2.1em; }
369 369 fieldset#filters td.field { width:230px; }
370 370 fieldset#filters td.operator { width:180px; }
371 371 fieldset#filters td.operator select {max-width:170px;}
372 372 fieldset#filters td.values { white-space:nowrap; }
373 373 fieldset#filters td.values select {min-width:130px;}
374 374 fieldset#filters td.values input {height:1em;}
375 375 fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
376 376
377 377 .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;}
378 378 .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
379 379
380 380 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
381 381 div#issue-changesets div.changeset { padding: 4px;}
382 382 div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; }
383 383 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
384 384
385 385 .journal ul.details img {margin:0 0 -3px 4px;}
386 386 div.journal {overflow:auto;}
387 387 div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;}
388 div.journal ul.details {color:#959595; margin-bottom: 1.5em;}
389 div.journal ul.details a {color:#70A7CD;}
390 div.journal ul.details a:hover {color:#D14848;}
388 391
389 392 div#activity dl, #search-results { margin-left: 2em; }
390 393 div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
391 394 div#activity dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
392 395 div#activity dt.me .time { border-bottom: 1px solid #999; }
393 396 div#activity dt .time { color: #777; font-size: 80%; }
394 397 div#activity dd .description, #search-results dd .description { font-style: italic; }
395 398 div#activity span.project:after, #search-results span.project:after { content: " -"; }
396 399 div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
397 400 div#activity dt.grouped {margin-left:5em;}
398 401 div#activity dd.grouped {margin-left:9em;}
399 402
400 403 #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
401 404
402 405 div#search-results-counts {float:right;}
403 406 div#search-results-counts ul { margin-top: 0.5em; }
404 407 div#search-results-counts li { list-style-type:none; float: left; margin-left: 1em; }
405 408
406 409 dt.issue { background-image: url(../images/ticket.png); }
407 410 dt.issue-edit { background-image: url(../images/ticket_edit.png); }
408 411 dt.issue-closed { background-image: url(../images/ticket_checked.png); }
409 412 dt.issue-note { background-image: url(../images/ticket_note.png); }
410 413 dt.changeset { background-image: url(../images/changeset.png); }
411 414 dt.news { background-image: url(../images/news.png); }
412 415 dt.message { background-image: url(../images/message.png); }
413 416 dt.reply { background-image: url(../images/comments.png); }
414 417 dt.wiki-page { background-image: url(../images/wiki_edit.png); }
415 418 dt.attachment { background-image: url(../images/attachment.png); }
416 419 dt.document { background-image: url(../images/document.png); }
417 420 dt.project { background-image: url(../images/projects.png); }
418 421 dt.time-entry { background-image: url(../images/time.png); }
419 422
420 423 #search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
421 424
422 425 div#roadmap .related-issues { margin-bottom: 1em; }
423 426 div#roadmap .related-issues td.checkbox { display: none; }
424 427 div#roadmap .wiki h1:first-child { display: none; }
425 428 div#roadmap .wiki h1 { font-size: 120%; }
426 429 div#roadmap .wiki h2 { font-size: 110%; }
427 430 body.controller-versions.action-show div#roadmap .related-issues {width:70%;}
428 431
429 432 div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
430 433 div#version-summary fieldset { margin-bottom: 1em; }
431 434 div#version-summary fieldset.time-tracking table { width:100%; }
432 435 div#version-summary th, div#version-summary td.total-hours { text-align: right; }
433 436
434 437 table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
435 438 table#time-report tbody tr.subtotal { font-style: italic; color:#777;}
436 439 table#time-report tbody tr.subtotal td.hours { color:#b0b0b0; }
437 440 table#time-report tbody tr.total { font-weight: bold; background-color:#EEEEEE; border-top:1px solid #e4e4e4;}
438 441 table#time-report .hours-dec { font-size: 0.9em; }
439 442
440 443 div.wiki-page .contextual a {opacity: 0.4}
441 444 div.wiki-page .contextual a:hover {opacity: 1}
442 445
443 446 form .attributes select { width: 60%; }
444 447 input#issue_subject, input#document_title { width: 99%; }
445 448 select#issue_done_ratio { width: 95px; }
446 449
447 450 ul.projects {margin:0; padding-left:1em;}
448 451 ul.projects ul {padding-left:1.6em;}
449 452 ul.projects.root {margin:0; padding:0;}
450 453 ul.projects li {list-style-type:none;}
451 454
452 455 #projects-index ul.projects ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
453 456 #projects-index ul.projects li.root {margin-bottom: 1em;}
454 457 #projects-index ul.projects li.child {margin-top: 1em;}
455 458 #projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
456 459 .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
457 460
458 461 #notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
459 462
460 463 #related-issues li img {vertical-align:middle;}
461 464
462 465 ul.properties {padding:0; font-size: 0.9em; color: #777;}
463 466 ul.properties li {list-style-type:none;}
464 467 ul.properties li span {font-style:italic;}
465 468
466 469 .total-hours { font-size: 110%; font-weight: bold; }
467 470 .total-hours span.hours-int { font-size: 120%; }
468 471
469 472 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
470 473 #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
471 474
472 475 #workflow_copy_form select { width: 200px; }
473 476 table.transitions td.enabled {background: #bfb;}
474 477 #workflow_form table select {font-size:90%; max-width:100px;}
475 478 table.fields_permissions td.readonly {background:#ddd;}
476 479 table.fields_permissions td.required {background:#d88;}
477 480
478 481 select.expandable {vertical-align:top;}
479 482
480 483 textarea#custom_field_possible_values {width: 95%; resize:vertical}
481 484 textarea#custom_field_default_value {width: 95%; resize:vertical}
482 485
483 486 input#content_comments {width: 99%}
484 487
485 488 p.pagination {margin-top:8px; font-size: 90%}
486 489
487 490 #search-form fieldset p {margin:0.2em 0;}
488 491
489 492 /***** Tabular forms ******/
490 493 .tabular p{
491 494 margin: 0;
492 495 padding: 3px 0 3px 0;
493 496 padding-left: 180px; /* width of left column containing the label elements */
494 497 min-height: 1.8em;
495 498 clear:left;
496 499 }
497 500
498 501 html>body .tabular p {overflow:hidden;}
499 502
500 503 .tabular input, .tabular select {max-width:95%}
501 504 .tabular textarea {width:95%; resize:vertical;}
502 505
503 506 .tabular label{
504 507 font-weight: bold;
505 508 float: left;
506 509 text-align: right;
507 510 /* width of left column */
508 511 margin-left: -180px;
509 512 /* width of labels. Should be smaller than left column to create some right margin */
510 513 width: 175px;
511 514 }
512 515
513 516 .tabular label.floating{
514 517 font-weight: normal;
515 518 margin-left: 0px;
516 519 text-align: left;
517 520 width: 270px;
518 521 }
519 522
520 523 .tabular label.block{
521 524 font-weight: normal;
522 525 margin-left: 0px !important;
523 526 text-align: left;
524 527 float: none;
525 528 display: block;
526 529 width: auto !important;
527 530 }
528 531
529 532 .tabular label.inline{
530 533 font-weight: normal;
531 534 float:none;
532 535 margin-left: 5px !important;
533 536 width: auto;
534 537 }
535 538
536 539 label.no-css {
537 540 font-weight: inherit;
538 541 float:none;
539 542 text-align:left;
540 543 margin-left:0px;
541 544 width:auto;
542 545 }
543 546 input#time_entry_comments { width: 90%;}
544 547
545 548 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
546 549
547 550 .tabular.settings p{ padding-left: 300px; }
548 551 .tabular.settings label{ margin-left: -300px; width: 295px; }
549 552 .tabular.settings textarea { width: 99%; }
550 553
551 554 .settings.enabled_scm table {width:100%}
552 555 .settings.enabled_scm td.scm_name{ font-weight: bold; }
553 556
554 557 fieldset.settings label { display: block; }
555 558 fieldset#notified_events .parent { padding-left: 20px; }
556 559
557 560 span.required {color: #bb0000;}
558 561 .summary {font-style: italic;}
559 562
560 563 .check_box_group {
561 564 display:block;
562 565 width:95%;
563 566 max-height:300px;
564 567 overflow-y:auto;
565 568 padding:2px 4px 4px 2px;
566 569 background:#fff;
567 570 border:1px solid #9EB1C2;
568 571 border-radius:2px
569 572 }
570 573 .check_box_group label {
571 574 font-weight: normal;
572 575 margin-left: 0px !important;
573 576 text-align: left;
574 577 float: none;
575 578 display: block;
576 579 width: auto;
577 580 }
578 581 .check_box_group.bool_cf {border:0; background:inherit;}
579 582 .check_box_group.bool_cf label {display: inline;}
580 583
581 584 #attachments_fields input.description {margin-left:4px; width:340px;}
582 585 #attachments_fields span {display:block; white-space:nowrap;}
583 586 #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;}
584 587 #attachments_fields .ajax-waiting input.filename {background:url(../images/hourglass.png) no-repeat 0px 50%;}
585 588 #attachments_fields .ajax-loading input.filename {background:url(../images/loading.gif) no-repeat 0px 50%;}
586 589 #attachments_fields div.ui-progressbar { width: 100px; height:14px; margin: 2px 0 -5px 8px; display: inline-block; }
587 590 a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%; width:1px; display:inline-block; padding-left:16px;}
588 591 a.remove-upload:hover {text-decoration:none !important;}
589 592
590 593 div.fileover { background-color: lavender; }
591 594
592 595 div.attachments { margin-top: 12px; }
593 596 div.attachments p { margin:4px 0 2px 0; }
594 597 div.attachments img { vertical-align: middle; }
595 598 div.attachments span.author { font-size: 0.9em; color: #888; }
596 599
597 600 div.thumbnails {margin-top:0.6em;}
598 601 div.thumbnails div {background:#fff;border:2px solid #ddd;display:inline-block;margin-right:2px;}
599 602 div.thumbnails img {margin: 3px;}
600 603
601 604 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
602 605 .other-formats span + span:before { content: "| "; }
603 606
604 607 a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
605 608
606 609 em.info {font-style:normal;font-size:90%;color:#888;display:block;}
607 610 em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
608 611
609 612 textarea.text_cf {width:95%; resize:vertical;}
610 613 input.string_cf, input.link_cf {width:95%;}
611 614 select.bool_cf {width:auto !important;}
612 615
613 616 #tab-content-modules fieldset p {margin:3px 0 4px 0;}
614 617
615 618 #tab-content-users .splitcontentleft {width: 64%;}
616 619 #tab-content-users .splitcontentright {width: 34%;}
617 620 #tab-content-users fieldset {padding:1em; margin-bottom: 1em;}
618 621 #tab-content-users fieldset legend {font-weight: bold;}
619 622 #tab-content-users fieldset label {display: block;}
620 623 #tab-content-users #principals {max-height: 400px; overflow: auto;}
621 624
622 625 #users_for_watcher {height: 200px; overflow:auto;}
623 626 #users_for_watcher label {display: block;}
624 627
625 628 table.members td.name {padding-left: 20px;}
626 629 table.members td.group, table.members td.groupnonmember, table.members td.groupanonymous {background: url(../images/group.png) no-repeat 0% 1px;}
627 630
628 631 input#principal_search, input#user_search {width:90%}
629 632 .roles-selection label {display:inline-block; width:210px;}
630 633
631 634 input.autocomplete {
632 635 background: #fff url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px !important;
633 636 border:1px solid #9EB1C2; border-radius:2px; height:1.5em;
634 637 }
635 638 input.autocomplete.ajax-loading {
636 639 background-image: url(../images/loading.gif);
637 640 }
638 641
639 642 .role-visibility {padding-left:2em;}
640 643
641 644 .objects-selection {
642 645 height: 300px;
643 646 overflow: auto;
644 647 }
645 648
646 649 .objects-selection label {
647 650 display: block;
648 651 }
649 652
650 653 .objects-selection>div {
651 654 column-count: auto;
652 655 column-width: 200px;
653 656 -webkit-column-count: auto;
654 657 -webkit-column-width: 200px;
655 658 -webkit-column-gap : 0.5rem;
656 659 -webkit-column-rule: 1px solid #ccc;
657 660 -moz-column-count: auto;
658 661 -moz-column-width: 200px;
659 662 -moz-column-gap : 0.5rem;
660 663 -moz-column-rule: 1px solid #ccc;
661 664 }
662 665
663 666 /***** Flash & error messages ****/
664 667 #errorExplanation, div.flash, .nodata, .warning, .conflict {
665 668 padding: 4px 4px 4px 30px;
666 669 margin-bottom: 12px;
667 670 font-size: 1.1em;
668 671 border: 2px solid;
669 672 border-radius: 3px;
670 673 }
671 674
672 675 div.flash {margin-top: 8px;}
673 676
674 677 div.flash.error, #errorExplanation {
675 678 background: url(../images/exclamation.png) 8px 50% no-repeat;
676 679 background-color: #ffe3e3;
677 680 border-color: #dd0000;
678 681 color: #880000;
679 682 }
680 683
681 684 div.flash.notice {
682 685 background: url(../images/true.png) 8px 5px no-repeat;
683 686 background-color: #dfffdf;
684 687 border-color: #9fcf9f;
685 688 color: #005f00;
686 689 }
687 690
688 691 div.flash.warning, .conflict {
689 692 background: url(../images/warning.png) 8px 5px no-repeat;
690 693 background-color: #FFEBC1;
691 694 border-color: #FDBF3B;
692 695 color: #A6750C;
693 696 text-align: left;
694 697 }
695 698
696 699 .nodata, .warning {
697 700 text-align: center;
698 701 background-color: #FFEBC1;
699 702 border-color: #FDBF3B;
700 703 color: #A6750C;
701 704 }
702 705
703 706 #errorExplanation ul { font-size: 0.9em;}
704 707 #errorExplanation h2, #errorExplanation p { display: none; }
705 708
706 709 .conflict-details {font-size:80%;}
707 710
708 711 /***** Ajax indicator ******/
709 712 #ajax-indicator {
710 713 position: absolute; /* fixed not supported by IE */
711 714 background-color:#eee;
712 715 border: 1px solid #bbb;
713 716 top:35%;
714 717 left:40%;
715 718 width:20%;
716 719 font-weight:bold;
717 720 text-align:center;
718 721 padding:0.6em;
719 722 z-index:100;
720 723 opacity: 0.5;
721 724 }
722 725
723 726 html>body #ajax-indicator { position: fixed; }
724 727
725 728 #ajax-indicator span {
726 729 background-position: 0% 40%;
727 730 background-repeat: no-repeat;
728 731 background-image: url(../images/loading.gif);
729 732 padding-left: 26px;
730 733 vertical-align: bottom;
731 734 }
732 735
733 736 /***** Calendar *****/
734 737 table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
735 738 table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
736 739 table.cal thead th.week-number {width: auto;}
737 740 table.cal tbody tr {height: 100px;}
738 741 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
739 742 table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
740 743 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
741 744 table.cal td.odd p.day-num {color: #bbb;}
742 745 table.cal td.today {background:#ffffdd;}
743 746 table.cal td.today p.day-num {font-weight: bold;}
744 747 table.cal .starting a, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
745 748 table.cal .ending a, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
746 749 table.cal .starting.ending a, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
747 750 p.cal.legend span {display:block;}
748 751
749 752 /***** Tooltips ******/
750 753 .tooltip{position:relative;z-index:24;}
751 754 .tooltip:hover{z-index:25;color:#000;}
752 755 .tooltip span.tip{display: none; text-align:left;}
753 756
754 757 div.tooltip:hover span.tip{
755 758 display:block;
756 759 position:absolute;
757 760 top:12px; left:24px; width:270px;
758 761 border:1px solid #555;
759 762 background-color:#fff;
760 763 padding: 4px;
761 764 font-size: 0.8em;
762 765 color:#505050;
763 766 }
764 767
765 768 img.ui-datepicker-trigger {
766 769 cursor: pointer;
767 770 vertical-align: middle;
768 771 margin-left: 4px;
769 772 }
770 773
771 774 /***** Progress bar *****/
772 775 table.progress {
773 776 border-collapse: collapse;
774 777 border-spacing: 0pt;
775 778 empty-cells: show;
776 779 text-align: center;
777 780 float:left;
778 781 margin: 1px 6px 1px 0px;
779 782 }
780 783
781 784 table.progress td { height: 1em; }
782 785 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
783 786 table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
784 787 table.progress td.todo { background: #eee none repeat scroll 0%; }
785 788 p.percent {font-size: 80%;}
786 789 p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
787 790
788 791 #roadmap table.progress td { height: 1.2em; }
789 792 /***** Tabs *****/
790 793 #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
791 794 #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
792 795 #content .tabs ul li {
793 796 float:left;
794 797 list-style-type:none;
795 798 white-space:nowrap;
796 799 margin-right:4px;
797 800 background:#fff;
798 801 position:relative;
799 802 margin-bottom:-1px;
800 803 }
801 804 #content .tabs ul li a{
802 805 display:block;
803 806 font-size: 0.9em;
804 807 text-decoration:none;
805 808 line-height:1.3em;
806 809 padding:4px 6px 4px 6px;
807 810 border: 1px solid #ccc;
808 811 border-bottom: 1px solid #bbbbbb;
809 812 background-color: #f6f6f6;
810 813 color:#999;
811 814 font-weight:bold;
812 815 border-top-left-radius:3px;
813 816 border-top-right-radius:3px;
814 817 }
815 818
816 819 #content .tabs ul li a:hover {
817 820 background-color: #ffffdd;
818 821 text-decoration:none;
819 822 }
820 823
821 824 #content .tabs ul li a.selected {
822 825 background-color: #fff;
823 826 border: 1px solid #bbbbbb;
824 827 border-bottom: 1px solid #fff;
825 828 color:#444;
826 829 }
827 830
828 831 #content .tabs ul li a.selected:hover {background-color: #fff;}
829 832
830 833 div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
831 834
832 835 button.tab-left, button.tab-right {
833 836 font-size: 0.9em;
834 837 cursor: pointer;
835 838 height:24px;
836 839 border: 1px solid #ccc;
837 840 border-bottom: 1px solid #bbbbbb;
838 841 position:absolute;
839 842 padding:4px;
840 843 width: 20px;
841 844 bottom: -1px;
842 845 }
843 846
844 847 button.tab-left {
845 848 right: 20px;
846 849 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
847 850 border-top-left-radius:3px;
848 851 }
849 852
850 853 button.tab-right {
851 854 right: 0;
852 855 background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
853 856 border-top-right-radius:3px;
854 857 }
855 858
856 859 /***** Diff *****/
857 860 .diff_out { background: #fcc; }
858 861 .diff_out span { background: #faa; }
859 862 .diff_in { background: #cfc; }
860 863 .diff_in span { background: #afa; }
861 864
862 865 .text-diff {
863 866 padding: 1em;
864 867 background-color:#f6f6f6;
865 868 color:#505050;
866 869 border: 1px solid #e4e4e4;
867 870 }
868 871
869 872 /***** Wiki *****/
870 873 div.wiki table {
871 874 border-collapse: collapse;
872 875 margin-bottom: 1em;
873 876 }
874 877
875 878 div.wiki table, div.wiki td, div.wiki th {
876 879 border: 1px solid #bbb;
877 880 padding: 4px;
878 881 }
879 882
880 883 div.wiki .noborder, div.wiki .noborder td, div.wiki .noborder th {border:0;}
881 884
882 885 div.wiki .external {
883 886 background-position: 0% 60%;
884 887 background-repeat: no-repeat;
885 888 padding-left: 12px;
886 889 background-image: url(../images/external.png);
887 890 }
888 891
889 892 div.wiki a {word-wrap: break-word;}
890 893 div.wiki a.new {color: #b73535;}
891 894
892 895 div.wiki ul, div.wiki ol {margin-bottom:1em;}
893 896 div.wiki li>ul, div.wiki li>ol {margin-bottom: 0;}
894 897
895 898 div.wiki pre {
896 899 margin: 1em 1em 1em 1.6em;
897 900 padding: 8px;
898 901 background-color: #fafafa;
899 902 border: 1px solid #e2e2e2;
900 903 border-radius: 3px;
901 904 width:auto;
902 905 overflow-x: auto;
903 906 overflow-y: hidden;
904 907 }
905 908
906 909 div.wiki ul.toc {
907 910 background-color: #ffffdd;
908 911 border: 1px solid #e4e4e4;
909 912 padding: 4px;
910 913 line-height: 1.2em;
911 914 margin-bottom: 12px;
912 915 margin-right: 12px;
913 916 margin-left: 0;
914 917 display: table
915 918 }
916 919 * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */
917 920
918 921 div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
919 922 div.wiki ul.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
920 923 div.wiki ul.toc ul { margin: 0; padding: 0; }
921 924 div.wiki ul.toc li {list-style-type:none; margin: 0; font-size:12px;}
922 925 div.wiki ul.toc li li {margin-left: 1.5em; font-size:10px;}
923 926 div.wiki ul.toc a {
924 927 font-size: 0.9em;
925 928 font-weight: normal;
926 929 text-decoration: none;
927 930 color: #606060;
928 931 }
929 932 div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
930 933
931 934 a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
932 935 a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
933 936 h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
934 937
935 938 div.wiki img {vertical-align:middle; max-width:100%;}
936 939
937 940 /***** My page layout *****/
938 941 .block-receiver {
939 942 border:1px dashed #c0c0c0;
940 943 margin-bottom: 20px;
941 944 padding: 15px 0 15px 0;
942 945 }
943 946
944 947 .mypage-box {
945 948 margin:0 0 20px 0;
946 949 color:#505050;
947 950 line-height:1.5em;
948 951 }
949 952
950 953 .handle {cursor: move;}
951 954
952 955 a.close-icon {
953 956 display:block;
954 957 margin-top:3px;
955 958 overflow:hidden;
956 959 width:12px;
957 960 height:12px;
958 961 background-repeat: no-repeat;
959 962 cursor:pointer;
960 963 background-image:url('../images/close.png');
961 964 }
962 965 a.close-icon:hover {background-image:url('../images/close_hl.png');}
963 966
964 967 /***** Gantt chart *****/
965 968 .gantt_hdr {
966 969 position:absolute;
967 970 top:0;
968 971 height:16px;
969 972 border-top: 1px solid #c0c0c0;
970 973 border-bottom: 1px solid #c0c0c0;
971 974 border-right: 1px solid #c0c0c0;
972 975 text-align: center;
973 976 overflow: hidden;
974 977 }
975 978
976 979 .gantt_hdr.nwday {background-color:#f1f1f1; color:#999;}
977 980
978 981 .gantt_subjects { font-size: 0.8em; }
979 982 .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
980 983
981 984 .task {
982 985 position: absolute;
983 986 height:8px;
984 987 font-size:0.8em;
985 988 color:#888;
986 989 padding:0;
987 990 margin:0;
988 991 line-height:16px;
989 992 white-space:nowrap;
990 993 }
991 994
992 995 .task.label {width:100%;}
993 996 .task.label.project, .task.label.version { font-weight: bold; }
994 997
995 998 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
996 999 .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; }
997 1000 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
998 1001
999 1002 .task_todo.parent { background: #888; border: 1px solid #888; height: 3px;}
1000 1003 .task_late.parent, .task_done.parent { height: 3px;}
1001 1004 .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;}
1002 1005 .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;}
1003 1006
1004 1007 .version.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
1005 1008 .version.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
1006 1009 .version.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
1007 1010 .version.marker { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
1008 1011
1009 1012 .project.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
1010 1013 .project.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
1011 1014 .project.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
1012 1015 .project.marker { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
1013 1016
1014 1017 .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;}
1015 1018 .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}
1016 1019
1017 1020 /***** Icons *****/
1018 1021 .icon {
1019 1022 background-position: 0% 50%;
1020 1023 background-repeat: no-repeat;
1021 1024 padding-left: 20px;
1022 1025 padding-top: 2px;
1023 1026 padding-bottom: 3px;
1024 1027 }
1025 1028
1026 1029 .icon-add { background-image: url(../images/add.png); }
1027 1030 .icon-edit { background-image: url(../images/edit.png); }
1028 1031 .icon-copy { background-image: url(../images/copy.png); }
1029 1032 .icon-duplicate { background-image: url(../images/duplicate.png); }
1030 1033 .icon-del { background-image: url(../images/delete.png); }
1031 1034 .icon-move { background-image: url(../images/move.png); }
1032 1035 .icon-save { background-image: url(../images/save.png); }
1033 1036 .icon-cancel { background-image: url(../images/cancel.png); }
1034 1037 .icon-multiple { background-image: url(../images/table_multiple.png); }
1035 1038 .icon-folder { background-image: url(../images/folder.png); }
1036 1039 .open .icon-folder { background-image: url(../images/folder_open.png); }
1037 1040 .icon-package { background-image: url(../images/package.png); }
1038 1041 .icon-user { background-image: url(../images/user.png); }
1039 1042 .icon-projects { background-image: url(../images/projects.png); }
1040 1043 .icon-help { background-image: url(../images/help.png); }
1041 1044 .icon-attachment { background-image: url(../images/attachment.png); }
1042 1045 .icon-history { background-image: url(../images/history.png); }
1043 1046 .icon-time { background-image: url(../images/time.png); }
1044 1047 .icon-time-add { background-image: url(../images/time_add.png); }
1045 1048 .icon-stats { background-image: url(../images/stats.png); }
1046 1049 .icon-warning { background-image: url(../images/warning.png); }
1047 1050 .icon-fav { background-image: url(../images/fav.png); }
1048 1051 .icon-fav-off { background-image: url(../images/fav_off.png); }
1049 1052 .icon-reload { background-image: url(../images/reload.png); }
1050 1053 .icon-lock { background-image: url(../images/locked.png); }
1051 1054 .icon-unlock { background-image: url(../images/unlock.png); }
1052 1055 .icon-checked { background-image: url(../images/true.png); }
1053 1056 .icon-details { background-image: url(../images/zoom_in.png); }
1054 1057 .icon-report { background-image: url(../images/report.png); }
1055 1058 .icon-comment { background-image: url(../images/comment.png); }
1056 1059 .icon-summary { background-image: url(../images/lightning.png); }
1057 1060 .icon-server-authentication { background-image: url(../images/server_key.png); }
1058 1061 .icon-issue { background-image: url(../images/ticket.png); }
1059 1062 .icon-zoom-in { background-image: url(../images/zoom_in.png); }
1060 1063 .icon-zoom-out { background-image: url(../images/zoom_out.png); }
1061 1064 .icon-passwd { background-image: url(../images/textfield_key.png); }
1062 1065 .icon-test { background-image: url(../images/bullet_go.png); }
1063 1066 .icon-email-add { background-image: url(../images/email_add.png); }
1064 1067
1065 1068 .icon-file { background-image: url(../images/files/default.png); }
1066 1069 .icon-file.text-plain { background-image: url(../images/files/text.png); }
1067 1070 .icon-file.text-x-c { background-image: url(../images/files/c.png); }
1068 1071 .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
1069 1072 .icon-file.text-x-java { background-image: url(../images/files/java.png); }
1070 1073 .icon-file.text-x-javascript { background-image: url(../images/files/js.png); }
1071 1074 .icon-file.text-x-php { background-image: url(../images/files/php.png); }
1072 1075 .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); }
1073 1076 .icon-file.text-xml { background-image: url(../images/files/xml.png); }
1074 1077 .icon-file.text-css { background-image: url(../images/files/css.png); }
1075 1078 .icon-file.text-html { background-image: url(../images/files/html.png); }
1076 1079 .icon-file.image-gif { background-image: url(../images/files/image.png); }
1077 1080 .icon-file.image-jpeg { background-image: url(../images/files/image.png); }
1078 1081 .icon-file.image-png { background-image: url(../images/files/image.png); }
1079 1082 .icon-file.image-tiff { background-image: url(../images/files/image.png); }
1080 1083 .icon-file.application-pdf { background-image: url(../images/files/pdf.png); }
1081 1084 .icon-file.application-zip { background-image: url(../images/files/zip.png); }
1082 1085 .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
1083 1086
1084 1087 img.gravatar {
1085 1088 padding: 2px;
1086 1089 border: solid 1px #d5d5d5;
1087 1090 background: #fff;
1088 1091 vertical-align: middle;
1089 1092 }
1090 1093
1091 1094 div.issue img.gravatar {
1092 1095 float: left;
1093 1096 margin: 0 6px 0 0;
1094 1097 padding: 5px;
1095 1098 }
1096 1099
1097 1100 div.issue table img.gravatar {
1098 1101 height: 14px;
1099 1102 width: 14px;
1100 1103 padding: 2px;
1101 1104 float: left;
1102 1105 margin: 0 0.5em 0 0;
1103 1106 }
1104 1107
1105 1108 h2 img.gravatar {margin: -2px 4px -4px 0;}
1106 1109 h3 img.gravatar {margin: -4px 4px -4px 0;}
1107 1110 h4 img.gravatar {margin: -6px 4px -4px 0;}
1108 1111 td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
1109 1112 #activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
1110 1113 /* Used on 12px Gravatar img tags without the icon background */
1111 1114 .icon-gravatar {float: left; margin-right: 4px;}
1112 1115
1113 1116 #activity dt, .journal {clear: left;}
1114 1117
1115 1118 .journal-link {float: right;}
1116 1119
1117 1120 h2 img { vertical-align:middle; }
1118 1121
1119 1122 .hascontextmenu { cursor: context-menu; }
1120 1123
1121 1124 .sample-data {border:1px solid #ccc; border-collapse:collapse; background-color:#fff; margin:0.5em;}
1122 1125 .sample-data td {border:1px solid #ccc; padding: 2px 4px; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
1123 1126 .sample-data tr:first-child td {font-weight:bold; text-align:center;}
1124 1127
1125 1128 .ui-progressbar {position: relative;}
1126 1129 #progress-label {
1127 1130 position: absolute; left: 50%; top: 4px;
1128 1131 font-weight: bold;
1129 1132 color: #555; text-shadow: 1px 1px 0 #fff;
1130 1133 }
1131 1134
1132 1135 /* Custom JQuery styles */
1133 1136 .ui-datepicker-title select {width:70px !important; margin-top:-2px !important; margin-right:4px !important;}
1134 1137
1135 1138
1136 1139 /************* CodeRay styles *************/
1137 1140 .syntaxhl div {display: inline;}
1138 1141 .syntaxhl .code pre { overflow: auto }
1139 1142
1140 1143 .syntaxhl .annotation { color:#007 }
1141 1144 .syntaxhl .attribute-name { color:#b48 }
1142 1145 .syntaxhl .attribute-value { color:#700 }
1143 1146 .syntaxhl .binary { color:#549 }
1144 1147 .syntaxhl .binary .char { color:#325 }
1145 1148 .syntaxhl .binary .delimiter { color:#325 }
1146 1149 .syntaxhl .char { color:#D20 }
1147 1150 .syntaxhl .char .content { color:#D20 }
1148 1151 .syntaxhl .char .delimiter { color:#710 }
1149 1152 .syntaxhl .class { color:#258; font-weight:bold }
1150 1153 .syntaxhl .class-variable { color:#369 }
1151 1154 .syntaxhl .color { color:#0A0 }
1152 1155 .syntaxhl .comment { color:#385 }
1153 1156 .syntaxhl .comment .char { color:#385 }
1154 1157 .syntaxhl .comment .delimiter { color:#385 }
1155 1158 .syntaxhl .constant { color:#258; font-weight:bold }
1156 1159 .syntaxhl .decorator { color:#B0B }
1157 1160 .syntaxhl .definition { color:#099; font-weight:bold }
1158 1161 .syntaxhl .delimiter { color:black }
1159 1162 .syntaxhl .directive { color:#088; font-weight:bold }
1160 1163 .syntaxhl .docstring { color:#D42; }
1161 1164 .syntaxhl .doctype { color:#34b }
1162 1165 .syntaxhl .done { text-decoration: line-through; color: gray }
1163 1166 .syntaxhl .entity { color:#800; font-weight:bold }
1164 1167 .syntaxhl .error { color:#F00; background-color:#FAA }
1165 1168 .syntaxhl .escape { color:#666 }
1166 1169 .syntaxhl .exception { color:#C00; font-weight:bold }
1167 1170 .syntaxhl .float { color:#06D }
1168 1171 .syntaxhl .function { color:#06B; font-weight:bold }
1169 1172 .syntaxhl .function .delimiter { color:#024; font-weight:bold }
1170 1173 .syntaxhl .global-variable { color:#d70 }
1171 1174 .syntaxhl .hex { color:#02b }
1172 1175 .syntaxhl .id { color:#33D; font-weight:bold }
1173 1176 .syntaxhl .include { color:#B44; font-weight:bold }
1174 1177 .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
1175 1178 .syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
1176 1179 .syntaxhl .instance-variable { color:#33B }
1177 1180 .syntaxhl .integer { color:#06D }
1178 1181 .syntaxhl .imaginary { color:#f00 }
1179 1182 .syntaxhl .important { color:#D00 }
1180 1183 .syntaxhl .key { color: #606 }
1181 1184 .syntaxhl .key .char { color: #60f }
1182 1185 .syntaxhl .key .delimiter { color: #404 }
1183 1186 .syntaxhl .keyword { color:#939; font-weight:bold }
1184 1187 .syntaxhl .label { color:#970; font-weight:bold }
1185 1188 .syntaxhl .local-variable { color:#950 }
1186 1189 .syntaxhl .map .content { color:#808 }
1187 1190 .syntaxhl .map .delimiter { color:#40A}
1188 1191 .syntaxhl .map { background-color:hsla(200,100%,50%,0.06); }
1189 1192 .syntaxhl .namespace { color:#707; font-weight:bold }
1190 1193 .syntaxhl .octal { color:#40E }
1191 1194 .syntaxhl .operator { }
1192 1195 .syntaxhl .predefined { color:#369; font-weight:bold }
1193 1196 .syntaxhl .predefined-constant { color:#069 }
1194 1197 .syntaxhl .predefined-type { color:#0a8; font-weight:bold }
1195 1198 .syntaxhl .preprocessor { color:#579 }
1196 1199 .syntaxhl .pseudo-class { color:#00C; font-weight:bold }
1197 1200 .syntaxhl .regexp { background-color:hsla(300,100%,50%,0.06); }
1198 1201 .syntaxhl .regexp .content { color:#808 }
1199 1202 .syntaxhl .regexp .delimiter { color:#404 }
1200 1203 .syntaxhl .regexp .modifier { color:#C2C }
1201 1204 .syntaxhl .reserved { color:#080; font-weight:bold }
1202 1205 .syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); }
1203 1206 .syntaxhl .shell .content { color:#2B2 }
1204 1207 .syntaxhl .shell .delimiter { color:#161 }
1205 1208 .syntaxhl .string .char { color: #46a }
1206 1209 .syntaxhl .string .content { color: #46a }
1207 1210 .syntaxhl .string .delimiter { color: #46a }
1208 1211 .syntaxhl .string .modifier { color: #46a }
1209 1212 .syntaxhl .symbol { color:#d33 }
1210 1213 .syntaxhl .symbol .content { color:#d33 }
1211 1214 .syntaxhl .symbol .delimiter { color:#d33 }
1212 1215 .syntaxhl .tag { color:#070; font-weight:bold }
1213 1216 .syntaxhl .type { color:#339; font-weight:bold }
1214 1217 .syntaxhl .value { color: #088 }
1215 1218 .syntaxhl .variable { color:#037 }
1216 1219
1217 1220 .syntaxhl .insert { background: hsla(120,100%,50%,0.12) }
1218 1221 .syntaxhl .delete { background: hsla(0,100%,50%,0.12) }
1219 1222 .syntaxhl .change { color: #bbf; background: #007 }
1220 1223 .syntaxhl .head { color: #f8f; background: #505 }
1221 1224 .syntaxhl .head .filename { color: white; }
1222 1225
1223 1226 .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; }
1224 1227 .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; }
1225 1228
1226 1229 .syntaxhl .insert .insert { color: #0c0; background:transparent; font-weight:bold }
1227 1230 .syntaxhl .delete .delete { color: #c00; background:transparent; font-weight:bold }
1228 1231 .syntaxhl .change .change { color: #88f }
1229 1232 .syntaxhl .head .head { color: #f4f }
1230 1233
1231 1234 /***** Media print specific styles *****/
1232 1235 @media print {
1233 1236 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
1234 1237 #main { background: #fff; }
1235 1238 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
1236 1239 #wiki_add_attachment { display:none; }
1237 1240 .hide-when-print { display: none; }
1238 1241 .autoscroll {overflow-x: visible;}
1239 1242 table.list {margin-top:0.5em;}
1240 1243 table.list th, table.list td {border: 1px solid #aaa;}
1241 1244 }
1242 1245
1243 1246 /* Accessibility specific styles */
1244 1247 .hidden-for-sighted {
1245 1248 position:absolute;
1246 1249 left:-10000px;
1247 1250 top:auto;
1248 1251 width:1px;
1249 1252 height:1px;
1250 1253 overflow:hidden;
1251 1254 }
General Comments 0
You need to be logged in to leave comments. Login now