##// END OF EJS Templates
added package icon on changelog...
Jean-Philippe Lang -
r161:1e5362b1f77d
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
@@ -1,28 +1,28
1 1 <h2><%=l(:label_change_log)%></h2>
2 2
3 3 <div>
4 4
5 5 <div class="rightbox" style="width:140px;">
6 6 <%= start_form_tag %>
7 <strong><%=l(:label_tracker_plural)%></strong><br />
7 <p><strong><%=l(:label_tracker_plural)%></strong></p>
8 8 <% @trackers.each do |tracker| %>
9 9 <%= check_box_tag "tracker_ids[]", tracker.id, (@selected_tracker_ids.include? tracker.id.to_s) %>
10 10 <%= tracker.name %><br />
11 11 <% end %>
12 12 <p><center><%= submit_tag l(:button_apply), :class => 'button-small' %></center></p>
13 13 <%= end_form_tag %>
14 14 </div>
15 15
16 16 <% ver_id = nil
17 17 @fixed_issues.each do |issue| %>
18 18 <% unless ver_id == issue.fixed_version_id %>
19 19 <% if ver_id %></ul><% end %>
20 <h3><%= issue.fixed_version.name %></h3>
20 <h3 class="icon22 icon22-package"><%= issue.fixed_version.name %></h3>
21 21 <p><%= format_date(issue.fixed_version.effective_date) %><br />
22 22 <%=h issue.fixed_version.description %></p>
23 23 <ul>
24 24 <% ver_id = issue.fixed_version_id
25 25 end %>
26 26 <li><%= link_to "#{issue.tracker.name} #{issue.id}", :controller => 'issues', :action => 'show', :id => issue %>: <%=h issue.subject %></li>
27 27 <% end %>
28 28 </div> No newline at end of file
@@ -1,604 +1,605
1 1 /* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */
2 2 /* Edited by Jean-Philippe Lang *>
3 3 /**************** Body and tag styles ****************/
4 4
5 5
6 6 #header * {margin:0; padding:0;}
7 7 p, ul, ol, li {margin:0; padding:0;}
8 8
9 9
10 10 body{
11 11 font:76% Verdana,Tahoma,Arial,sans-serif;
12 12 line-height:1.4em;
13 13 text-align:center;
14 14 color:#303030;
15 15 background:#e8eaec;
16 16 margin:0;
17 17 }
18 18
19 19
20 20 a{
21 21 color:#467aa7;
22 22 font-weight:bold;
23 23 text-decoration:none;
24 24 background-color:inherit;
25 25 }
26 26
27 27 a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
28 28 a img{border:none;}
29 29
30 30 p{margin:0 0 1em 0;}
31 31 p form{margin-top:0; margin-bottom:20px;}
32 32
33 33 img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
34 34 img.left{float:left; margin:0 12px 5px 0;}
35 35 img.center{display:block; margin:0 auto 5px auto;}
36 36 img.right{float:right; margin:0 0 5px 12px;}
37 37
38 38 /**************** Header and navigation styles ****************/
39 39
40 40 #container{
41 41 width:100%;
42 42 min-width: 800px;
43 43 margin:0;
44 44 padding:0;
45 45 text-align:left;
46 46 background:#ffffff;
47 47 color:#303030;
48 48 }
49 49
50 50 #header{
51 51 height:4.5em;
52 52 margin:0;
53 53 background:#467aa7;
54 54 color:#ffffff;
55 55 margin-bottom:1px;
56 56 }
57 57
58 58 #header h1{
59 59 padding:10px 0 0 20px;
60 60 font-size:2em;
61 61 background-color:inherit;
62 62 color:#fff;
63 63 letter-spacing:-1px;
64 64 font-weight:bold;
65 65 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
66 66 }
67 67
68 68 #header h2{
69 69 margin:3px 0 0 40px;
70 70 font-size:1.5em;
71 71 background-color:inherit;
72 72 color:#f0f2f4;
73 73 letter-spacing:-1px;
74 74 font-weight:normal;
75 75 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
76 76 }
77 77
78 78 #navigation{
79 79 height:2.2em;
80 80 line-height:2.2em;
81 81 margin:0;
82 82 background:#578bb8;
83 83 color:#ffffff;
84 84 }
85 85
86 86 #navigation li{
87 87 float:left;
88 88 list-style-type:none;
89 89 border-right:1px solid #ffffff;
90 90 white-space:nowrap;
91 91 }
92 92
93 93 #navigation li.right {
94 94 float:right;
95 95 list-style-type:none;
96 96 border-right:0;
97 97 border-left:1px solid #ffffff;
98 98 white-space:nowrap;
99 99 }
100 100
101 101 #navigation li a{
102 102 display:block;
103 103 padding:0px 10px 0px 22px;
104 104 font-size:0.8em;
105 105 font-weight:normal;
106 106 text-decoration:none;
107 107 background-color:inherit;
108 108 color: #ffffff;
109 109 }
110 110
111 111 #navigation li.submenu {
112 112 background:url(../images/arrow_down.png) 96% 80% no-repeat;
113 113 }
114 114
115 115 #navigation li.submenu a {
116 116 padding:0px 16px 0px 22px;
117 117 }
118 118
119 119 * html #navigation a {width:1%;}
120 120
121 121 #navigation .selected,#navigation a:hover{
122 122 color:#ffffff;
123 123 text-decoration:none;
124 124 background-color: #80b0da;
125 125 }
126 126
127 127 /**************** Icons *******************/
128 128 .icon {
129 129 background-position: 0% 40%;
130 130 background-repeat: no-repeat;
131 131 padding-left: 20px;
132 132 padding-top: 2px;
133 133 padding-bottom: 3px;
134 134 vertical-align: middle;
135 135 }
136 136
137 137 #navigation .icon {
138 138 background-position: 4px 50%;
139 139 }
140 140
141 141 .icon22 {
142 142 background-position: 0% 40%;
143 143 background-repeat: no-repeat;
144 padding-left: 24px;
144 padding-left: 26px;
145 145 line-height: 22px;
146 146 vertical-align: middle;
147 147 }
148 148
149 149 .icon-add { background-image: url(../images/add.png); }
150 150 .icon-edit { background-image: url(../images/edit.png); }
151 151 .icon-del { background-image: url(../images/delete.png); }
152 152 .icon-move { background-image: url(../images/move.png); }
153 153 .icon-save { background-image: url(../images/save.png); }
154 154 .icon-pdf { background-image: url(../images/pdf.png); }
155 155 .icon-csv { background-image: url(../images/csv.png); }
156 156 .icon-file { background-image: url(../images/file.png); }
157 157 .icon-folder { background-image: url(../images/folder.png); }
158 158 .icon-package { background-image: url(../images/package.png); }
159 159 .icon-home { background-image: url(../images/home.png); }
160 160 .icon-user { background-image: url(../images/user.png); }
161 161 .icon-mypage { background-image: url(../images/user_page.png); }
162 162 .icon-admin { background-image: url(../images/admin.png); }
163 163 .icon-projects { background-image: url(../images/projects.png); }
164 164 .icon-logout { background-image: url(../images/logout.png); }
165 165 .icon-help { background-image: url(../images/help.png); }
166 166 .icon-attachment { background-image: url(../images/attachment.png); }
167 167
168 168 .icon22-projects { background-image: url(../images/22x22/projects.png); }
169 169 .icon22-users { background-image: url(../images/22x22/users.png); }
170 170 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
171 171 .icon22-role { background-image: url(../images/22x22/role.png); }
172 172 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
173 173 .icon22-options { background-image: url(../images/22x22/options.png); }
174 174 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
175 175 .icon22-authent { background-image: url(../images/22x22/authent.png); }
176 176 .icon22-info { background-image: url(../images/22x22/info.png); }
177 177 .icon22-comment { background-image: url(../images/22x22/comment.png); }
178 .icon22-package { background-image: url(../images/22x22/package.png); }
178 179
179 180 /**************** Content styles ****************/
180 181
181 182 html>body #content {
182 183 height: auto;
183 184 min-height: 500px;
184 185 }
185 186
186 187 #content{
187 188 width: auto;
188 189 height:500px;
189 190 font-size:0.9em;
190 191 padding:20px 10px 10px 20px;
191 192 margin-left: 120px;
192 193 border-left: 1px dashed #c0c0c0;
193 194
194 195 }
195 196
196 197 #content h2{
197 198 display:block;
198 199 margin:0 0 16px 0;
199 200 font-size:1.7em;
200 201 font-weight:normal;
201 202 letter-spacing:-1px;
202 203 color:#606060;
203 204 background-color:inherit;
204 205 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
205 206 }
206 207
207 208 #content h2 a{font-weight:normal;}
208 209 #content h3{margin:0 0 12px 0; font-size:1.4em;color:#707070;font-family: Trebuchet MS,Georgia,"Times New Roman",serif;}
209 210 #content h4{font-size: 1em; margin-bottom: 12px; margin-top: 20px; font-weight: normal; border-bottom: dotted 1px #c0c0c0;}
210 211 #content a:hover,#subcontent a:hover{text-decoration:underline;}
211 212 #content ul,#content ol{margin:0 5px 16px 35px;}
212 213 #content dl{margin:0 5px 10px 25px;}
213 214 #content dt{font-weight:bold; margin-bottom:5px;}
214 215 #content dd{margin:0 0 10px 15px;}
215 216
216 217
217 218 /***********************************************/
218 219
219 220 form {
220 221 display: inline;
221 222 }
222 223
223 224 blockquote {
224 225 padding-left: 6px;
225 226 border-left: 2px solid #ccc;
226 227 }
227 228
228 229 input, select {
229 230 vertical-align: middle;
230 231 margin-bottom: 4px;
231 232 }
232 233
233 234 input.button-small
234 235 {
235 236 font-size: 0.8em;
236 237 }
237 238
238 239 .select-small
239 240 {
240 241 font-size: 0.8em;
241 242 }
242 243
243 244 label {
244 245 font-weight: bold;
245 246 font-size: 1em;
246 247 color: #505050;
247 248 }
248 249
249 250 fieldset {
250 251 border:1px solid #c0c0c0;
251 252 padding: 6px;
252 253 }
253 254
254 255 legend {
255 256 color: #505050;
256 257
257 258 }
258 259
259 260 .required {
260 261 color: #bb0000;
261 262 }
262 263
263 264 .odd {
264 265 background-color:#f6f7f8;
265 266 }
266 267 .even {
267 268 background-color: #fff;
268 269 }
269 270
270 271 hr { border:none; border-bottom: dotted 1px #c0c0c0; }
271 272
272 273 div.square {
273 274 border: 1px solid #999;
274 275 float: left;
275 276 margin: .4em .5em 0 0;
276 277 overflow: hidden;
277 278 width: .6em; height: .6em;
278 279 }
279 280
280 281 table p {
281 282 margin:0;
282 283 padding:0;
283 284 }
284 285
285 286 ul.documents {
286 287 list-style-type: none;
287 288 padding: 0;
288 289 margin: 0;
289 290 }
290 291
291 292 ul.documents li {
292 293 background-image: url(../images/32x32/file.png);
293 294 background-repeat: no-repeat;
294 295 background-position: 0 1px;
295 296 padding-left: 36px;
296 297 margin-bottom: 10px;
297 298 margin-left: -37px;
298 299 }
299 300
300 301 /********** Table used to display lists of things ***********/
301 302
302 303 table.list {
303 304 width:100%;
304 305 border-collapse: collapse;
305 306 border: 1px dotted #d0d0d0;
306 307 margin-bottom: 6px;
307 308 }
308 309
309 310 table.with-cells td {
310 311 border: 1px solid #d7d7d7;
311 312 }
312 313
313 314 table.list thead th {
314 315 text-align: center;
315 316 background: #eee;
316 317 border: 1px solid #d7d7d7;
317 318 color: #777;
318 319 }
319 320
320 321 table.list tbody th {
321 322 font-weight: normal;
322 323 background: #eed;
323 324 border: 1px solid #d7d7d7;
324 325 }
325 326
326 327 /********** Validation error messages *************/
327 328 #errorExplanation {
328 329 width: 400px;
329 330 border: 0;
330 331 padding: 7px;
331 332 padding-bottom: 3px;
332 333 margin-bottom: 0px;
333 334 }
334 335
335 336 #errorExplanation h2 {
336 337 text-align: left;
337 338 font-weight: bold;
338 339 padding: 5px 5px 10px 26px;
339 340 font-size: 1em;
340 341 margin: -7px;
341 342 background: url(../images/alert.png) no-repeat 6px 6px;
342 343 }
343 344
344 345 #errorExplanation p {
345 346 color: #333;
346 347 margin-bottom: 0;
347 348 padding: 5px;
348 349 }
349 350
350 351 #errorExplanation ul li {
351 352 font-size: 1em;
352 353 list-style: none;
353 354 margin-left: -16px;
354 355 }
355 356
356 357 /*========== Drop down menu ==============*/
357 358 div.menu {
358 359 background-color: #FFFFFF;
359 360 border-style: solid;
360 361 border-width: 1px;
361 362 border-color: #7F9DB9;
362 363 position: absolute;
363 364 top: 0px;
364 365 left: 0px;
365 366 padding: 0;
366 367 visibility: hidden;
367 368 z-index: 101;
368 369 }
369 370
370 371 div.menu a.menuItem {
371 372 font-size: 10px;
372 373 font-weight: normal;
373 374 line-height: 2em;
374 375 color: #000000;
375 376 background-color: #FFFFFF;
376 377 cursor: default;
377 378 display: block;
378 379 padding: 0 1em;
379 380 margin: 0;
380 381 border: 0;
381 382 text-decoration: none;
382 383 white-space: nowrap;
383 384 }
384 385
385 386 div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
386 387 background-color: #80b0da;
387 388 color: #ffffff;
388 389 }
389 390
390 391 div.menu a.menuItem span.menuItemText {}
391 392
392 393 div.menu a.menuItem span.menuItemArrow {
393 394 margin-right: -.75em;
394 395 }
395 396
396 397 /**************** Sidebar styles ****************/
397 398
398 399 #subcontent{
399 400 position: absolute;
400 401 left: 0px;
401 402 width:110px;
402 403 padding:20px 20px 10px 5px;
403 404 }
404 405
405 406 #subcontent h2{
406 407 display:block;
407 408 margin:0 0 5px 0;
408 409 font-size:1.0em;
409 410 font-weight:bold;
410 411 text-align:left;
411 412 color:#606060;
412 413 background-color:inherit;
413 414 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
414 415 }
415 416
416 417 #subcontent p{margin:0 0 16px 0; font-size:0.9em;}
417 418
418 419 /**************** Menublock styles ****************/
419 420
420 421 .menublock{margin:0 0 20px 8px; font-size:0.8em;}
421 422 .menublock li{list-style:none; display:block; padding:1px; margin-bottom:0px;}
422 423 .menublock li a{font-weight:bold; text-decoration:none;}
423 424 .menublock li a:hover{text-decoration:none;}
424 425 .menublock li ul{margin:0; font-size:1em; font-weight:normal;}
425 426 .menublock li ul li{margin-bottom:0;}
426 427 .menublock li ul a{font-weight:normal;}
427 428
428 429 /**************** Footer styles ****************/
429 430
430 431 #footer{
431 432 clear:both;
432 433 padding:5px 0;
433 434 margin:0;
434 435 font-size:0.9em;
435 436 color:#f0f0f0;
436 437 background:#467aa7;
437 438 }
438 439
439 440 #footer p{padding:0; margin:0; text-align:center;}
440 441 #footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
441 442 #footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}
442 443
443 444 /**************** Misc classes and styles ****************/
444 445
445 446 .splitcontentleft{float:left; width:49%;}
446 447 .splitcontentright{float:right; width:49%;}
447 448 .clear{clear:both;}
448 449 .small{font-size:0.8em;line-height:1.4em;padding:0 0 0 0;}
449 450 .hide{display:none;}
450 451 .textcenter{text-align:center;}
451 452 .textright{text-align:right;}
452 453 .important{color:#f02025; background-color:inherit; font-weight:bold;}
453 454
454 455 .box{
455 456 margin:0 0 20px 0;
456 457 padding:10px;
457 458 border:1px solid #c0c0c0;
458 459 background-color:#fafbfc;
459 460 color:#505050;
460 461 line-height:1.5em;
461 462 }
462 463
463 464 a.close-icon {
464 465 display:block;
465 466 margin-top:3px;
466 467 overflow:hidden;
467 468 width:12px;
468 469 height:12px;
469 470 background-repeat: no-repeat;
470 471 cursor:pointer;
471 472 background-image:url('../images/close.png');
472 473 }
473 474
474 475 a.close-icon:hover {
475 476 background-image:url('../images/close_hl.png');
476 477 }
477 478
478 479 .rightbox{
479 480 background: #fafbfc;
480 481 border: 1px solid #c0c0c0;
481 482 float: right;
482 483 padding: 8px;
483 484 position: relative;
484 485 margin: 0 5px 5px;
485 486 }
486 487
487 488 .layout-active {
488 489 background: #ECF3E1;
489 490 }
490 491
491 492 .block-receiver {
492 493 border:1px dashed #c0c0c0;
493 494 margin-bottom: 20px;
494 495 padding: 15px 0 15px 0;
495 496 }
496 497
497 498 .mypage-box {
498 499 margin:0 0 20px 0;
499 500 color:#505050;
500 501 line-height:1.5em;
501 502 }
502 503
503 504 .handle {
504 505 cursor: move;
505 506 }
506 507
507 508 .login {
508 509 width: 50%;
509 510 text-align: left;
510 511 }
511 512
512 513 img.calendar-trigger {
513 514 cursor: pointer;
514 515 vertical-align: middle;
515 516 margin-left: 4px;
516 517 }
517 518
518 519 #history p {
519 520 margin-left: 34px;
520 521 }
521 522
522 523 /***** Contextual links div *****/
523 524 .contextual {
524 525 float: right;
525 526 font-size: 0.8em;
526 527 line-height: 16px;
527 528 padding: 2px;
528 529 }
529 530
530 531 .contextual select, .contextual input {
531 532 font-size: 1em;
532 533 }
533 534
534 535 /***** Gantt chart *****/
535 536 .gantt_hdr {
536 537 position:absolute;
537 538 top:0;
538 539 height:16px;
539 540 border-top: 1px solid #c0c0c0;
540 541 border-bottom: 1px solid #c0c0c0;
541 542 border-right: 1px solid #c0c0c0;
542 543 text-align: center;
543 544 overflow: hidden;
544 545 }
545 546
546 547 .task {
547 548 position: absolute;
548 549 height:8px;
549 550 font-size:0.8em;
550 551 color:#888;
551 552 padding:0;
552 553 margin:0;
553 554 line-height:0.8em;
554 555 }
555 556
556 557 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
557 558 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }
558 559 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
559 560
560 561 /***** Tooltips ******/
561 562 .tooltip{position:relative;z-index:24;}
562 563 .tooltip:hover{z-index:25;color:#000;}
563 564 .tooltip span.tip{display: none}
564 565
565 566 div.tooltip:hover span.tip{
566 567 display:block;
567 568 position:absolute;
568 569 top:12px; left:24px; width:270px;
569 570 border:1px solid #555;
570 571 background-color:#fff;
571 572 padding: 4px;
572 573 font-size: 0.8em;
573 574 color:#505050;
574 575 }
575 576
576 577 /***** CSS FORM ******/
577 578 .tabular p{
578 579 margin: 0;
579 580 padding: 5px 0 8px 0;
580 581 padding-left: 180px; /*width of left column containing the label elements*/
581 582 height: 1%;
582 583 }
583 584
584 585 .tabular label{
585 586 font-weight: bold;
586 587 float: left;
587 588 margin-left: -180px; /*width of left column*/
588 589 width: 175px; /*width of labels. Should be smaller than left column to create some right
589 590 margin*/
590 591 }
591 592
592 593 .error {
593 594 color: #cc0000;
594 595 }
595 596
596 597
597 598 /*.threepxfix class below:
598 599 Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
599 600 to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
600 601 */
601 602
602 603 * html .threepxfix{
603 604 margin-left: 3px;
604 605 } No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now