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