##// END OF EJS Templates
Fixed: Issue number display clipped on 'my issues' (#1291)....
Jean-Philippe Lang -
r1433:0e5edccaf2ef
parent child
Show More
@@ -1,602 +1,602
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 table.list td { overflow: hidden; vertical-align: top;}
83 table.list td { 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, #search-results { margin-left: 2em; }
176 176 div#activity dd { margin-bottom: 1em; padding-left: 18px; }
177 177 div#activity dt, #search-results 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, #search-results dd .description { font-style: italic; }
180 180 div#activity span.project:after, #search-results span.project:after { content: " -"; }
181 181 #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px;}
182 182 div#activity dd span.description, #search-results dd span.description { display:block; }
183 183
184 184 dt.issue { background-image: url(../images/ticket.png); }
185 185 dt.issue-edit { background-image: url(../images/ticket_edit.png); }
186 186 dt.issue-closed { background-image: url(../images/ticket_checked.png); }
187 187 dt.changeset { background-image: url(../images/changeset.png); }
188 188 dt.news { background-image: url(../images/news.png); }
189 189 dt.message { background-image: url(../images/message.png); }
190 190 dt.reply { background-image: url(../images/comments.png); }
191 191 dt.wiki-page { background-image: url(../images/wiki_edit.png); }
192 192 dt.attachment { background-image: url(../images/attachment.png); }
193 193 dt.document { background-image: url(../images/document.png); }
194 194 dt.project { background-image: url(../images/projects.png); }
195 195
196 196 div#roadmap fieldset.related-issues { margin-bottom: 1em; }
197 197 div#roadmap fieldset.related-issues ul { margin-top: 0.3em; margin-bottom: 0.3em; }
198 198 div#roadmap .wiki h1:first-child { display: none; }
199 199 div#roadmap .wiki h1 { font-size: 120%; }
200 200 div#roadmap .wiki h2 { font-size: 110%; }
201 201
202 202 div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
203 203 div#version-summary fieldset { margin-bottom: 1em; }
204 204 div#version-summary .total-hours { text-align: right; }
205 205
206 206 table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
207 207 table#time-report tbody tr { font-style: italic; color: #777; }
208 208 table#time-report tbody tr.last-level { font-style: normal; color: #555; }
209 209 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
210 210 table#time-report .hours-dec { font-size: 0.9em; }
211 211
212 212 .total-hours { font-size: 110%; font-weight: bold; }
213 213 .total-hours span.hours-int { font-size: 120%; }
214 214
215 215 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
216 216 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
217 217
218 218 .pagination {font-size: 90%}
219 219 p.pagination {margin-top:8px;}
220 220
221 221 /***** Tabular forms ******/
222 222 .tabular p{
223 223 margin: 0;
224 224 padding: 5px 0 8px 0;
225 225 padding-left: 180px; /*width of left column containing the label elements*/
226 226 height: 1%;
227 227 clear:left;
228 228 }
229 229
230 230 html>body .tabular p {overflow:auto;}
231 231
232 232 .tabular label{
233 233 font-weight: bold;
234 234 float: left;
235 235 text-align: right;
236 236 margin-left: -180px; /*width of left column*/
237 237 width: 175px; /*width of labels. Should be smaller than left column to create some right
238 238 margin*/
239 239 }
240 240
241 241 .tabular label.floating{
242 242 font-weight: normal;
243 243 margin-left: 0px;
244 244 text-align: left;
245 245 width: 200px;
246 246 }
247 247
248 248 input#time_entry_comments { width: 90%;}
249 249
250 250 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
251 251
252 252 .tabular.settings p{ padding-left: 300px; }
253 253 .tabular.settings label{ margin-left: -300px; width: 295px; }
254 254
255 255 .required {color: #bb0000;}
256 256 .summary {font-style: italic;}
257 257
258 258 #attachments_fields input[type=text] {margin-left: 8px; }
259 259
260 260 div.attachments p { margin:4px 0 2px 0; }
261 261 div.attachments img { vertical-align: middle; }
262 262 div.attachments span.author { font-size: 0.9em; color: #888; }
263 263
264 264 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
265 265 .other-formats span + span:before { content: "| "; }
266 266
267 267 a.feed { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
268 268
269 269 /***** Flash & error messages ****/
270 270 #errorExplanation, div.flash, .nodata, .warning {
271 271 padding: 4px 4px 4px 30px;
272 272 margin-bottom: 12px;
273 273 font-size: 1.1em;
274 274 border: 2px solid;
275 275 }
276 276
277 277 div.flash {margin-top: 8px;}
278 278
279 279 div.flash.error, #errorExplanation {
280 280 background: url(../images/false.png) 8px 5px no-repeat;
281 281 background-color: #ffe3e3;
282 282 border-color: #dd0000;
283 283 color: #550000;
284 284 }
285 285
286 286 div.flash.notice {
287 287 background: url(../images/true.png) 8px 5px no-repeat;
288 288 background-color: #dfffdf;
289 289 border-color: #9fcf9f;
290 290 color: #005f00;
291 291 }
292 292
293 293 .nodata, .warning {
294 294 text-align: center;
295 295 background-color: #FFEBC1;
296 296 border-color: #FDBF3B;
297 297 color: #A6750C;
298 298 }
299 299
300 300 #errorExplanation ul { font-size: 0.9em;}
301 301
302 302 /***** Ajax indicator ******/
303 303 #ajax-indicator {
304 304 position: absolute; /* fixed not supported by IE */
305 305 background-color:#eee;
306 306 border: 1px solid #bbb;
307 307 top:35%;
308 308 left:40%;
309 309 width:20%;
310 310 font-weight:bold;
311 311 text-align:center;
312 312 padding:0.6em;
313 313 z-index:100;
314 314 filter:alpha(opacity=50);
315 315 opacity: 0.5;
316 316 }
317 317
318 318 html>body #ajax-indicator { position: fixed; }
319 319
320 320 #ajax-indicator span {
321 321 background-position: 0% 40%;
322 322 background-repeat: no-repeat;
323 323 background-image: url(../images/loading.gif);
324 324 padding-left: 26px;
325 325 vertical-align: bottom;
326 326 }
327 327
328 328 /***** Calendar *****/
329 329 table.cal {border-collapse: collapse; width: 100%; margin: 8px 0 6px 0;border: 1px solid #d7d7d7;}
330 330 table.cal thead th {width: 14%;}
331 331 table.cal tbody tr {height: 100px;}
332 332 table.cal th { background-color:#EEEEEE; padding: 4px; }
333 333 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
334 334 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
335 335 table.cal td.odd p.day-num {color: #bbb;}
336 336 table.cal td.today {background:#ffffdd;}
337 337 table.cal td.today p.day-num {font-weight: bold;}
338 338
339 339 /***** Tooltips ******/
340 340 .tooltip{position:relative;z-index:24;}
341 341 .tooltip:hover{z-index:25;color:#000;}
342 342 .tooltip span.tip{display: none; text-align:left;}
343 343
344 344 div.tooltip:hover span.tip{
345 345 display:block;
346 346 position:absolute;
347 347 top:12px; left:24px; width:270px;
348 348 border:1px solid #555;
349 349 background-color:#fff;
350 350 padding: 4px;
351 351 font-size: 0.8em;
352 352 color:#505050;
353 353 }
354 354
355 355 /***** Progress bar *****/
356 356 table.progress {
357 357 border: 1px solid #D7D7D7;
358 358 border-collapse: collapse;
359 359 border-spacing: 0pt;
360 360 empty-cells: show;
361 361 text-align: center;
362 362 float:left;
363 363 margin: 1px 6px 1px 0px;
364 364 }
365 365
366 366 table.progress td { height: 0.9em; }
367 367 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
368 368 table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
369 369 table.progress td.open { background: #FFF none repeat scroll 0%; }
370 370 p.pourcent {font-size: 80%;}
371 371 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
372 372
373 373 /***** Tabs *****/
374 374 #content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative;}
375 375 #content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em;}
376 376 #content .tabs>ul { bottom:-1px; } /* others */
377 377 #content .tabs ul li {
378 378 float:left;
379 379 list-style-type:none;
380 380 white-space:nowrap;
381 381 margin-right:8px;
382 382 background:#fff;
383 383 }
384 384 #content .tabs ul li a{
385 385 display:block;
386 386 font-size: 0.9em;
387 387 text-decoration:none;
388 388 line-height:1.3em;
389 389 padding:4px 6px 4px 6px;
390 390 border: 1px solid #ccc;
391 391 border-bottom: 1px solid #bbbbbb;
392 392 background-color: #eeeeee;
393 393 color:#777;
394 394 font-weight:bold;
395 395 }
396 396
397 397 #content .tabs ul li a:hover {
398 398 background-color: #ffffdd;
399 399 text-decoration:none;
400 400 }
401 401
402 402 #content .tabs ul li a.selected {
403 403 background-color: #fff;
404 404 border: 1px solid #bbbbbb;
405 405 border-bottom: 1px solid #fff;
406 406 }
407 407
408 408 #content .tabs ul li a.selected:hover {
409 409 background-color: #fff;
410 410 }
411 411
412 412 /***** Diff *****/
413 413 .diff_out { background: #fcc; }
414 414 .diff_in { background: #cfc; }
415 415
416 416 /***** Wiki *****/
417 417 div.wiki table {
418 418 border: 1px solid #505050;
419 419 border-collapse: collapse;
420 420 margin-bottom: 1em;
421 421 }
422 422
423 423 div.wiki table, div.wiki td, div.wiki th {
424 424 border: 1px solid #bbb;
425 425 padding: 4px;
426 426 }
427 427
428 428 div.wiki .external {
429 429 background-position: 0% 60%;
430 430 background-repeat: no-repeat;
431 431 padding-left: 12px;
432 432 background-image: url(../images/external.png);
433 433 }
434 434
435 435 div.wiki a.new {
436 436 color: #b73535;
437 437 }
438 438
439 439 div.wiki pre {
440 440 margin: 1em 1em 1em 1.6em;
441 441 padding: 2px;
442 442 background-color: #fafafa;
443 443 border: 1px solid #dadada;
444 444 width:95%;
445 445 overflow-x: auto;
446 446 }
447 447
448 448 div.wiki div.toc {
449 449 background-color: #ffffdd;
450 450 border: 1px solid #e4e4e4;
451 451 padding: 4px;
452 452 line-height: 1.2em;
453 453 margin-bottom: 12px;
454 454 margin-right: 12px;
455 455 display: table
456 456 }
457 457 * html div.wiki div.toc { width: 50%; } /* IE6 doesn't autosize div */
458 458
459 459 div.wiki div.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
460 460 div.wiki div.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
461 461
462 462 div.wiki div.toc a {
463 463 display: block;
464 464 font-size: 0.9em;
465 465 font-weight: normal;
466 466 text-decoration: none;
467 467 color: #606060;
468 468 }
469 469 div.wiki div.toc a:hover { color: #c61a1a; text-decoration: underline;}
470 470
471 471 div.wiki div.toc a.heading2 { margin-left: 6px; }
472 472 div.wiki div.toc a.heading3 { margin-left: 12px; font-size: 0.8em; }
473 473
474 474 /***** My page layout *****/
475 475 .block-receiver {
476 476 border:1px dashed #c0c0c0;
477 477 margin-bottom: 20px;
478 478 padding: 15px 0 15px 0;
479 479 }
480 480
481 481 .mypage-box {
482 482 margin:0 0 20px 0;
483 483 color:#505050;
484 484 line-height:1.5em;
485 485 }
486 486
487 487 .handle {
488 488 cursor: move;
489 489 }
490 490
491 491 a.close-icon {
492 492 display:block;
493 493 margin-top:3px;
494 494 overflow:hidden;
495 495 width:12px;
496 496 height:12px;
497 497 background-repeat: no-repeat;
498 498 cursor:pointer;
499 499 background-image:url('../images/close.png');
500 500 }
501 501
502 502 a.close-icon:hover {
503 503 background-image:url('../images/close_hl.png');
504 504 }
505 505
506 506 /***** Gantt chart *****/
507 507 .gantt_hdr {
508 508 position:absolute;
509 509 top:0;
510 510 height:16px;
511 511 border-top: 1px solid #c0c0c0;
512 512 border-bottom: 1px solid #c0c0c0;
513 513 border-right: 1px solid #c0c0c0;
514 514 text-align: center;
515 515 overflow: hidden;
516 516 }
517 517
518 518 .task {
519 519 position: absolute;
520 520 height:8px;
521 521 font-size:0.8em;
522 522 color:#888;
523 523 padding:0;
524 524 margin:0;
525 525 line-height:0.8em;
526 526 }
527 527
528 528 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
529 529 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }
530 530 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
531 531 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; }
532 532
533 533 /***** Icons *****/
534 534 .icon {
535 535 background-position: 0% 40%;
536 536 background-repeat: no-repeat;
537 537 padding-left: 20px;
538 538 padding-top: 2px;
539 539 padding-bottom: 3px;
540 540 }
541 541
542 542 .icon22 {
543 543 background-position: 0% 40%;
544 544 background-repeat: no-repeat;
545 545 padding-left: 26px;
546 546 line-height: 22px;
547 547 vertical-align: middle;
548 548 }
549 549
550 550 .icon-add { background-image: url(../images/add.png); }
551 551 .icon-edit { background-image: url(../images/edit.png); }
552 552 .icon-copy { background-image: url(../images/copy.png); }
553 553 .icon-del { background-image: url(../images/delete.png); }
554 554 .icon-move { background-image: url(../images/move.png); }
555 555 .icon-save { background-image: url(../images/save.png); }
556 556 .icon-cancel { background-image: url(../images/cancel.png); }
557 557 .icon-file { background-image: url(../images/file.png); }
558 558 .icon-folder { background-image: url(../images/folder.png); }
559 559 .open .icon-folder { background-image: url(../images/folder_open.png); }
560 560 .icon-package { background-image: url(../images/package.png); }
561 561 .icon-home { background-image: url(../images/home.png); }
562 562 .icon-user { background-image: url(../images/user.png); }
563 563 .icon-mypage { background-image: url(../images/user_page.png); }
564 564 .icon-admin { background-image: url(../images/admin.png); }
565 565 .icon-projects { background-image: url(../images/projects.png); }
566 566 .icon-logout { background-image: url(../images/logout.png); }
567 567 .icon-help { background-image: url(../images/help.png); }
568 568 .icon-attachment { background-image: url(../images/attachment.png); }
569 569 .icon-index { background-image: url(../images/index.png); }
570 570 .icon-history { background-image: url(../images/history.png); }
571 571 .icon-time { background-image: url(../images/time.png); }
572 572 .icon-stats { background-image: url(../images/stats.png); }
573 573 .icon-warning { background-image: url(../images/warning.png); }
574 574 .icon-fav { background-image: url(../images/fav.png); }
575 575 .icon-fav-off { background-image: url(../images/fav_off.png); }
576 576 .icon-reload { background-image: url(../images/reload.png); }
577 577 .icon-lock { background-image: url(../images/locked.png); }
578 578 .icon-unlock { background-image: url(../images/unlock.png); }
579 579 .icon-checked { background-image: url(../images/true.png); }
580 580 .icon-details { background-image: url(../images/zoom_in.png); }
581 581 .icon-report { background-image: url(../images/report.png); }
582 582
583 583 .icon22-projects { background-image: url(../images/22x22/projects.png); }
584 584 .icon22-users { background-image: url(../images/22x22/users.png); }
585 585 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
586 586 .icon22-role { background-image: url(../images/22x22/role.png); }
587 587 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
588 588 .icon22-options { background-image: url(../images/22x22/options.png); }
589 589 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
590 590 .icon22-authent { background-image: url(../images/22x22/authent.png); }
591 591 .icon22-info { background-image: url(../images/22x22/info.png); }
592 592 .icon22-comment { background-image: url(../images/22x22/comment.png); }
593 593 .icon22-package { background-image: url(../images/22x22/package.png); }
594 594 .icon22-settings { background-image: url(../images/22x22/settings.png); }
595 595 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
596 596
597 597 /***** Media print specific styles *****/
598 598 @media print {
599 599 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
600 600 #main { background: #fff; }
601 601 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
602 602 }
General Comments 0
You need to be logged in to leave comments. Login now