##// END OF EJS Templates
Hide export links in print media css....
Jean-Philippe Lang -
r1336:741ddfb50b99
parent child
Show More
@@ -1,594 +1,594
1 1 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
2 2
3 3 h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;}
4 4 h1 {margin:0; padding:0; font-size: 24px;}
5 5 h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
6 6 h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
7 7 h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
8 8
9 9 /***** Layout *****/
10 10 #wrapper {background: white;}
11 11
12 12 #top-menu {background: #2C4056; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
13 13 #top-menu ul {margin: 0; padding: 0;}
14 14 #top-menu li {
15 15 float:left;
16 16 list-style-type:none;
17 17 margin: 0px 0px 0px 0px;
18 18 padding: 0px 0px 0px 0px;
19 19 white-space:nowrap;
20 20 }
21 21 #top-menu a {color: #fff; padding-right: 8px; font-weight: bold;}
22 22 #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
23 23
24 24 #account {float:right;}
25 25
26 26 #header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
27 27 #header a {color:#f8f8f8;}
28 28 #quick-search {float:right;}
29 29
30 30 #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
31 31 #main-menu ul {margin: 0; padding: 0;}
32 32 #main-menu li {
33 33 float:left;
34 34 list-style-type:none;
35 35 margin: 0px 2px 0px 0px;
36 36 padding: 0px 0px 0px 0px;
37 37 white-space:nowrap;
38 38 }
39 39 #main-menu li a {
40 40 display: block;
41 41 color: #fff;
42 42 text-decoration: none;
43 43 font-weight: bold;
44 44 margin: 0;
45 45 padding: 4px 10px 4px 10px;
46 46 }
47 47 #main-menu li a:hover {background:#759FCF; color:#fff;}
48 48 #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
49 49
50 50 #main {background-color:#EEEEEE;}
51 51
52 52 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
53 53 * html #sidebar{ width: 17%; }
54 54 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
55 55 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
56 56 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
57 57
58 58 #content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; height:600px; min-height: 600px;}
59 59 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
60 60 html>body #content { height: auto; min-height: 600px; overflow: auto; }
61 61
62 62 #main.nosidebar #sidebar{ display: none; }
63 63 #main.nosidebar #content{ width: auto; border-right: 0; }
64 64
65 65 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
66 66
67 67 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
68 68 #login-form table td {padding: 6px;}
69 69 #login-form label {font-weight: bold;}
70 70
71 71 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
72 72
73 73 /***** Links *****/
74 74 a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
75 75 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
76 76 a img{ border: 0; }
77 77
78 78 a.issue.closed, .issue.closed a { text-decoration: line-through; }
79 79
80 80 /***** Tables *****/
81 81 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
82 82 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
83 83 table.list td { overflow: hidden; vertical-align: top;}
84 84 table.list td.id { width: 2%; text-align: center;}
85 85 table.list td.checkbox { width: 15px; padding: 0px;}
86 86
87 87 table.list.issues { margin-top: 10px; }
88 88 tr.issue { text-align: center; white-space: nowrap; }
89 89 tr.issue td.subject, tr.issue td.category { white-space: normal; }
90 90 tr.issue td.subject { text-align: left; }
91 91 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
92 92
93 93 tr.entry { border: 1px solid #f8f8f8; }
94 94 tr.entry td { white-space: nowrap; }
95 95 tr.entry td.filename { width: 30%; }
96 96 tr.entry td.size { text-align: right; font-size: 90%; }
97 97 tr.entry td.revision, tr.entry td.author { text-align: center; }
98 98 tr.entry td.age { text-align: right; }
99 99
100 100 tr.changeset td.author { text-align: center; width: 15%; }
101 101 tr.changeset td.committed_on { text-align: center; width: 15%; }
102 102
103 103 tr.message { height: 2.6em; }
104 104 tr.message td.last_message { font-size: 80%; }
105 105 tr.message.locked td.subject a { background-image: url(../images/locked.png); }
106 106 tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; }
107 107
108 108 tr.user td { width:13%; }
109 109 tr.user td.email { width:18%; }
110 110 tr.user td { white-space: nowrap; }
111 111 tr.user.locked, tr.user.registered { color: #aaa; }
112 112 tr.user.locked a, tr.user.registered a { color: #aaa; }
113 113
114 114 tr.time-entry { text-align: center; white-space: nowrap; }
115 115 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; }
116 116 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
117 117 td.hours .hours-dec { font-size: 0.9em; }
118 118
119 119 table.list tbody tr:hover { background-color:#ffffdd; }
120 120 table td {padding:2px;}
121 121 table p {margin:0;}
122 122 .odd {background-color:#f6f7f8;}
123 123 .even {background-color: #fff;}
124 124
125 125 .highlight { background-color: #FCFD8D;}
126 126 .highlight.token-1 { background-color: #faa;}
127 127 .highlight.token-2 { background-color: #afa;}
128 128 .highlight.token-3 { background-color: #aaf;}
129 129
130 130 .box{
131 131 padding:6px;
132 132 margin-bottom: 10px;
133 133 background-color:#f6f6f6;
134 134 color:#505050;
135 135 line-height:1.5em;
136 136 border: 1px solid #e4e4e4;
137 137 }
138 138
139 139 div.square {
140 140 border: 1px solid #999;
141 141 float: left;
142 142 margin: .3em .4em 0 .4em;
143 143 overflow: hidden;
144 144 width: .6em; height: .6em;
145 145 }
146 146 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
147 147 .contextual input {font-size:0.9em;}
148 148
149 149 .splitcontentleft{float:left; width:49%;}
150 150 .splitcontentright{float:right; width:49%;}
151 151 form {display: inline;}
152 152 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
153 153 fieldset {border: 1px solid #e4e4e4; margin:0;}
154 154 legend {color: #484848;}
155 155 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
156 156 textarea.wiki-edit { width: 99%; }
157 157 li p {margin-top: 0;}
158 158 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
159 159 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
160 160 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
161 161
162 162 fieldset#filters { padding: 0.7em; }
163 163 fieldset#filters p { margin: 1.2em 0 0.8em 2px; }
164 164 fieldset#filters .buttons { font-size: 0.9em; }
165 165 fieldset#filters table { border-collapse: collapse; }
166 166 fieldset#filters table td { padding: 0; vertical-align: middle; }
167 167 fieldset#filters tr.filter { height: 2em; }
168 168 fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
169 169
170 170 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
171 171 div#issue-changesets .changeset { padding: 4px;}
172 172 div#issue-changesets .changeset { border-bottom: 1px solid #ddd; }
173 173 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
174 174
175 175 div#activity dl { margin-left: 2em; }
176 176 div#activity dd { margin-bottom: 1em; padding-left: 18px; }
177 177 div#activity dt { margin-bottom: 1px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
178 178 div#activity dt .time { color: #777; font-size: 80%; }
179 179 div#activity dd .description { font-style: italic; }
180 180 div#activity span.project:after { content: " -"; }
181 181 div#activity dt.issue { background-image: url(../images/ticket.png); }
182 182 div#activity dt.issue-edit { background-image: url(../images/ticket_edit.png); }
183 183 div#activity dt.issue-closed { background-image: url(../images/ticket_checked.png); }
184 184 div#activity dt.changeset { background-image: url(../images/changeset.png); }
185 185 div#activity dt.news { background-image: url(../images/news.png); }
186 186 div#activity dt.message { background-image: url(../images/message.png); }
187 187 div#activity dt.reply { background-image: url(../images/comments.png); }
188 188 div#activity dt.wiki-page { background-image: url(../images/wiki_edit.png); }
189 189 div#activity dt.attachment { background-image: url(../images/attachment.png); }
190 190 div#activity dt.document { background-image: url(../images/document.png); }
191 191
192 192 div#roadmap fieldset.related-issues { margin-bottom: 1em; }
193 193 div#roadmap fieldset.related-issues ul { margin-top: 0.3em; margin-bottom: 0.3em; }
194 194 div#roadmap .wiki h1:first-child { display: none; }
195 195 div#roadmap .wiki h1 { font-size: 120%; }
196 196 div#roadmap .wiki h2 { font-size: 110%; }
197 197
198 198 div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
199 199 div#version-summary fieldset { margin-bottom: 1em; }
200 200 div#version-summary .total-hours { text-align: right; }
201 201
202 202 table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
203 203 table#time-report tbody tr { font-style: italic; color: #777; }
204 204 table#time-report tbody tr.last-level { font-style: normal; color: #555; }
205 205 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
206 206 table#time-report .hours-dec { font-size: 0.9em; }
207 207
208 208 .total-hours { font-size: 110%; font-weight: bold; }
209 209 .total-hours span.hours-int { font-size: 120%; }
210 210
211 211 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
212 212 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
213 213
214 214 .pagination {font-size: 90%}
215 215 p.pagination {margin-top:8px;}
216 216
217 217 /***** Tabular forms ******/
218 218 .tabular p{
219 219 margin: 0;
220 220 padding: 5px 0 8px 0;
221 221 padding-left: 180px; /*width of left column containing the label elements*/
222 222 height: 1%;
223 223 clear:left;
224 224 }
225 225
226 226 .tabular label{
227 227 font-weight: bold;
228 228 float: left;
229 229 text-align: right;
230 230 margin-left: -180px; /*width of left column*/
231 231 width: 175px; /*width of labels. Should be smaller than left column to create some right
232 232 margin*/
233 233 }
234 234
235 235 .tabular label.floating{
236 236 font-weight: normal;
237 237 margin-left: 0px;
238 238 text-align: left;
239 239 width: 200px;
240 240 }
241 241
242 242 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
243 243
244 244 .tabular.settings p{ padding-left: 300px; }
245 245 .tabular.settings label{ margin-left: -300px; width: 295px; }
246 246
247 247 .required {color: #bb0000;}
248 248 .summary {font-style: italic;}
249 249
250 250 #attachments_fields input[type=text] {margin-left: 8px; }
251 251
252 252 div.attachments p { margin:4px 0 2px 0; }
253 253 div.attachments img { vertical-align: middle; }
254 254 div.attachments span.author { font-size: 0.9em; color: #888; }
255 255
256 256 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
257 257 .other-formats span + span:before { content: "| "; }
258 258
259 259 a.feed { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
260 260
261 261 /***** Flash & error messages ****/
262 262 #errorExplanation, div.flash, .nodata {
263 263 padding: 4px 4px 4px 30px;
264 264 margin-bottom: 12px;
265 265 font-size: 1.1em;
266 266 border: 2px solid;
267 267 }
268 268
269 269 div.flash {margin-top: 8px;}
270 270
271 271 div.flash.error, #errorExplanation {
272 272 background: url(../images/false.png) 8px 5px no-repeat;
273 273 background-color: #ffe3e3;
274 274 border-color: #dd0000;
275 275 color: #550000;
276 276 }
277 277
278 278 div.flash.notice {
279 279 background: url(../images/true.png) 8px 5px no-repeat;
280 280 background-color: #dfffdf;
281 281 border-color: #9fcf9f;
282 282 color: #005f00;
283 283 }
284 284
285 285 .nodata {
286 286 text-align: center;
287 287 background-color: #FFEBC1;
288 288 border-color: #FDBF3B;
289 289 color: #A6750C;
290 290 }
291 291
292 292 #errorExplanation ul { font-size: 0.9em;}
293 293
294 294 /***** Ajax indicator ******/
295 295 #ajax-indicator {
296 296 position: absolute; /* fixed not supported by IE */
297 297 background-color:#eee;
298 298 border: 1px solid #bbb;
299 299 top:35%;
300 300 left:40%;
301 301 width:20%;
302 302 font-weight:bold;
303 303 text-align:center;
304 304 padding:0.6em;
305 305 z-index:100;
306 306 filter:alpha(opacity=50);
307 307 opacity: 0.5;
308 308 }
309 309
310 310 html>body #ajax-indicator { position: fixed; }
311 311
312 312 #ajax-indicator span {
313 313 background-position: 0% 40%;
314 314 background-repeat: no-repeat;
315 315 background-image: url(../images/loading.gif);
316 316 padding-left: 26px;
317 317 vertical-align: bottom;
318 318 }
319 319
320 320 /***** Calendar *****/
321 321 table.cal {border-collapse: collapse; width: 100%; margin: 8px 0 6px 0;border: 1px solid #d7d7d7;}
322 322 table.cal thead th {width: 14%;}
323 323 table.cal tbody tr {height: 100px;}
324 324 table.cal th { background-color:#EEEEEE; padding: 4px; }
325 325 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
326 326 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
327 327 table.cal td.odd p.day-num {color: #bbb;}
328 328 table.cal td.today {background:#ffffdd;}
329 329 table.cal td.today p.day-num {font-weight: bold;}
330 330
331 331 /***** Tooltips ******/
332 332 .tooltip{position:relative;z-index:24;}
333 333 .tooltip:hover{z-index:25;color:#000;}
334 334 .tooltip span.tip{display: none; text-align:left;}
335 335
336 336 div.tooltip:hover span.tip{
337 337 display:block;
338 338 position:absolute;
339 339 top:12px; left:24px; width:270px;
340 340 border:1px solid #555;
341 341 background-color:#fff;
342 342 padding: 4px;
343 343 font-size: 0.8em;
344 344 color:#505050;
345 345 }
346 346
347 347 /***** Progress bar *****/
348 348 table.progress {
349 349 border: 1px solid #D7D7D7;
350 350 border-collapse: collapse;
351 351 border-spacing: 0pt;
352 352 empty-cells: show;
353 353 text-align: center;
354 354 float:left;
355 355 margin: 1px 6px 1px 0px;
356 356 }
357 357
358 358 table.progress td { height: 0.9em; }
359 359 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
360 360 table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
361 361 table.progress td.open { background: #FFF none repeat scroll 0%; }
362 362 p.pourcent {font-size: 80%;}
363 363 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
364 364
365 365 /***** Tabs *****/
366 366 #content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative;}
367 367 #content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em;}
368 368 #content .tabs>ul { bottom:-1px; } /* others */
369 369 #content .tabs ul li {
370 370 float:left;
371 371 list-style-type:none;
372 372 white-space:nowrap;
373 373 margin-right:8px;
374 374 background:#fff;
375 375 }
376 376 #content .tabs ul li a{
377 377 display:block;
378 378 font-size: 0.9em;
379 379 text-decoration:none;
380 380 line-height:1.3em;
381 381 padding:4px 6px 4px 6px;
382 382 border: 1px solid #ccc;
383 383 border-bottom: 1px solid #bbbbbb;
384 384 background-color: #eeeeee;
385 385 color:#777;
386 386 font-weight:bold;
387 387 }
388 388
389 389 #content .tabs ul li a:hover {
390 390 background-color: #ffffdd;
391 391 text-decoration:none;
392 392 }
393 393
394 394 #content .tabs ul li a.selected {
395 395 background-color: #fff;
396 396 border: 1px solid #bbbbbb;
397 397 border-bottom: 1px solid #fff;
398 398 }
399 399
400 400 #content .tabs ul li a.selected:hover {
401 401 background-color: #fff;
402 402 }
403 403
404 404 /***** Diff *****/
405 405 .diff_out { background: #fcc; }
406 406 .diff_in { background: #cfc; }
407 407
408 408 /***** Wiki *****/
409 409 div.wiki table {
410 410 border: 1px solid #505050;
411 411 border-collapse: collapse;
412 412 margin-bottom: 1em;
413 413 }
414 414
415 415 div.wiki table, div.wiki td, div.wiki th {
416 416 border: 1px solid #bbb;
417 417 padding: 4px;
418 418 }
419 419
420 420 div.wiki .external {
421 421 background-position: 0% 60%;
422 422 background-repeat: no-repeat;
423 423 padding-left: 12px;
424 424 background-image: url(../images/external.png);
425 425 }
426 426
427 427 div.wiki a.new {
428 428 color: #b73535;
429 429 }
430 430
431 431 div.wiki pre {
432 432 margin: 1em 1em 1em 1.6em;
433 433 padding: 2px;
434 434 background-color: #fafafa;
435 435 border: 1px solid #dadada;
436 436 width:95%;
437 437 overflow-x: auto;
438 438 }
439 439
440 440 div.wiki div.toc {
441 441 background-color: #ffffdd;
442 442 border: 1px solid #e4e4e4;
443 443 padding: 4px;
444 444 line-height: 1.2em;
445 445 margin-bottom: 12px;
446 446 margin-right: 12px;
447 447 display: table
448 448 }
449 449 * html div.wiki div.toc { width: 50%; } /* IE6 doesn't autosize div */
450 450
451 451 div.wiki div.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
452 452 div.wiki div.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
453 453
454 454 div.wiki div.toc a {
455 455 display: block;
456 456 font-size: 0.9em;
457 457 font-weight: normal;
458 458 text-decoration: none;
459 459 color: #606060;
460 460 }
461 461 div.wiki div.toc a:hover { color: #c61a1a; text-decoration: underline;}
462 462
463 463 div.wiki div.toc a.heading2 { margin-left: 6px; }
464 464 div.wiki div.toc a.heading3 { margin-left: 12px; font-size: 0.8em; }
465 465
466 466 /***** My page layout *****/
467 467 .block-receiver {
468 468 border:1px dashed #c0c0c0;
469 469 margin-bottom: 20px;
470 470 padding: 15px 0 15px 0;
471 471 }
472 472
473 473 .mypage-box {
474 474 margin:0 0 20px 0;
475 475 color:#505050;
476 476 line-height:1.5em;
477 477 }
478 478
479 479 .handle {
480 480 cursor: move;
481 481 }
482 482
483 483 a.close-icon {
484 484 display:block;
485 485 margin-top:3px;
486 486 overflow:hidden;
487 487 width:12px;
488 488 height:12px;
489 489 background-repeat: no-repeat;
490 490 cursor:pointer;
491 491 background-image:url('../images/close.png');
492 492 }
493 493
494 494 a.close-icon:hover {
495 495 background-image:url('../images/close_hl.png');
496 496 }
497 497
498 498 /***** Gantt chart *****/
499 499 .gantt_hdr {
500 500 position:absolute;
501 501 top:0;
502 502 height:16px;
503 503 border-top: 1px solid #c0c0c0;
504 504 border-bottom: 1px solid #c0c0c0;
505 505 border-right: 1px solid #c0c0c0;
506 506 text-align: center;
507 507 overflow: hidden;
508 508 }
509 509
510 510 .task {
511 511 position: absolute;
512 512 height:8px;
513 513 font-size:0.8em;
514 514 color:#888;
515 515 padding:0;
516 516 margin:0;
517 517 line-height:0.8em;
518 518 }
519 519
520 520 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
521 521 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }
522 522 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
523 523 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; }
524 524
525 525 /***** Icons *****/
526 526 .icon {
527 527 background-position: 0% 40%;
528 528 background-repeat: no-repeat;
529 529 padding-left: 20px;
530 530 padding-top: 2px;
531 531 padding-bottom: 3px;
532 532 }
533 533
534 534 .icon22 {
535 535 background-position: 0% 40%;
536 536 background-repeat: no-repeat;
537 537 padding-left: 26px;
538 538 line-height: 22px;
539 539 vertical-align: middle;
540 540 }
541 541
542 542 .icon-add { background-image: url(../images/add.png); }
543 543 .icon-edit { background-image: url(../images/edit.png); }
544 544 .icon-copy { background-image: url(../images/copy.png); }
545 545 .icon-del { background-image: url(../images/delete.png); }
546 546 .icon-move { background-image: url(../images/move.png); }
547 547 .icon-save { background-image: url(../images/save.png); }
548 548 .icon-cancel { background-image: url(../images/cancel.png); }
549 549 .icon-file { background-image: url(../images/file.png); }
550 550 .icon-folder { background-image: url(../images/folder.png); }
551 551 .open .icon-folder { background-image: url(../images/folder_open.png); }
552 552 .icon-package { background-image: url(../images/package.png); }
553 553 .icon-home { background-image: url(../images/home.png); }
554 554 .icon-user { background-image: url(../images/user.png); }
555 555 .icon-mypage { background-image: url(../images/user_page.png); }
556 556 .icon-admin { background-image: url(../images/admin.png); }
557 557 .icon-projects { background-image: url(../images/projects.png); }
558 558 .icon-logout { background-image: url(../images/logout.png); }
559 559 .icon-help { background-image: url(../images/help.png); }
560 560 .icon-attachment { background-image: url(../images/attachment.png); }
561 561 .icon-index { background-image: url(../images/index.png); }
562 562 .icon-history { background-image: url(../images/history.png); }
563 563 .icon-time { background-image: url(../images/time.png); }
564 564 .icon-stats { background-image: url(../images/stats.png); }
565 565 .icon-warning { background-image: url(../images/warning.png); }
566 566 .icon-fav { background-image: url(../images/fav.png); }
567 567 .icon-fav-off { background-image: url(../images/fav_off.png); }
568 568 .icon-reload { background-image: url(../images/reload.png); }
569 569 .icon-lock { background-image: url(../images/locked.png); }
570 570 .icon-unlock { background-image: url(../images/unlock.png); }
571 571 .icon-checked { background-image: url(../images/true.png); }
572 572 .icon-details { background-image: url(../images/zoom_in.png); }
573 573 .icon-report { background-image: url(../images/report.png); }
574 574
575 575 .icon22-projects { background-image: url(../images/22x22/projects.png); }
576 576 .icon22-users { background-image: url(../images/22x22/users.png); }
577 577 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
578 578 .icon22-role { background-image: url(../images/22x22/role.png); }
579 579 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
580 580 .icon22-options { background-image: url(../images/22x22/options.png); }
581 581 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
582 582 .icon22-authent { background-image: url(../images/22x22/authent.png); }
583 583 .icon22-info { background-image: url(../images/22x22/info.png); }
584 584 .icon22-comment { background-image: url(../images/22x22/comment.png); }
585 585 .icon22-package { background-image: url(../images/22x22/package.png); }
586 586 .icon22-settings { background-image: url(../images/22x22/settings.png); }
587 587 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
588 588
589 589 /***** Media print specific styles *****/
590 590 @media print {
591 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual { display:none; }
591 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
592 592 #main { background: #fff; }
593 593 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
594 594 }
General Comments 0
You need to be logged in to leave comments. Login now