##// END OF EJS Templates
wrapper div added to the layout....
Jean-Philippe Lang -
r1031:3d920c13b49e
parent child
Show More
@@ -1,79 +1,81
1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3 3 <head>
4 4 <title><%=h html_title %></title>
5 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 6 <meta name="description" content="<%= Redmine::Info.app_name %>" />
7 7 <meta name="keywords" content="issue,bug,tracker" />
8 8 <%= stylesheet_link_tag 'application', :media => 'all' %>
9 9 <%= javascript_include_tag :defaults %>
10 10 <%= stylesheet_link_tag 'jstoolbar' %>
11 11 <!--[if IE]>
12 12 <style type="text/css">
13 13 * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
14 14 body {behavior: url(<%= stylesheet_path "csshover.htc" %>);}
15 15 </style>
16 16 <![endif]-->
17 17
18 18 <!-- page specific tags --><%= yield :header_tags %>
19 19 </head>
20 20 <body>
21 <div id="wrapper">
21 22 <div id="top-menu">
22 23 <div id="account">
23 24 <% if User.current.logged? %>
24 25 <%=l(:label_logged_as)%> <%= User.current.login %> -
25 26 <%= link_to l(:label_my_account), { :controller => 'my', :action => 'account' }, :class => 'myaccount' %>
26 27 <%= link_to_signout %>
27 28 <% else %>
28 29 <%= link_to_signin %>
29 30 <%= link_to(l(:label_register), { :controller => 'account',:action => 'register' }, :class => 'register') if Setting.self_registration? %>
30 31 <% end %>
31 32 </div>
32 33 <%= link_to l(:label_home), home_url, :class => 'home' %>
33 34 <%= link_to l(:label_my_page), { :controller => 'my', :action => 'page'}, :class => 'mypage' if User.current.logged? %>
34 35 <%= link_to l(:label_project_plural), { :controller => 'projects' }, :class => 'projects' %>
35 36 <%= link_to l(:label_administration), { :controller => 'admin' }, :class => 'admin' if User.current.admin? %>
36 37 <%= link_to l(:label_help), Redmine::Info.help_url, :class => 'help' %>
37 38 </div>
38 39
39 40 <div id="header">
40 41 <div id="quick-search">
41 42 <% form_tag({:controller => 'search', :action => 'index', :id => @project}, :method => :get ) do %>
42 43 <%= link_to l(:label_search), {:controller => 'search', :action => 'index', :id => @project}, :accesskey => accesskey(:search) %>:
43 44 <%= text_field_tag 'q', @question, :size => 20, :class => 'small', :accesskey => accesskey(:quick_search) %>
44 45 <% end %>
45 46 <%= render :partial => 'layouts/project_selector' if User.current.memberships.any? %>
46 47 </div>
47 48
48 49 <h1><%= h(@project ? @project.name : Setting.app_title) %></h1>
49 50
50 51 <div id="main-menu">
51 52 <ul>
52 53 <% Redmine::MenuManager.allowed_items(:project_menu, User.current, @project).each do |item| %>
53 54 <% unless item.condition && !item.condition.call(@project) %>
54 55 <li><%= link_to l(item.name), {item.param => @project}.merge(item.url) %></li>
55 56 <% end %>
56 57 <% end if @project && !@project.new_record? %>
57 58 </ul>
58 59 </div>
59 60 </div>
60 61
61 62 <%= tag('div', {:id => 'main', :class => (has_content?(:sidebar) ? '' : 'nosidebar')}, true) %>
62 63 <div id="sidebar">
63 64 <%= yield :sidebar %>
64 65 </div>
65 66
66 67 <div id="content">
67 68 <%= content_tag('div', flash[:error], :class => 'flash error') if flash[:error] %>
68 69 <%= content_tag('div', flash[:notice], :class => 'flash notice') if flash[:notice] %>
69 70 <%= yield %>
70 71 </div>
71 72 </div>
72 73
73 74 <div id="ajax-indicator" style="display:none;"><span><%= l(:label_loading) %></span></div>
74 75
75 76 <div id="footer">
76 77 Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> <%= Redmine::VERSION %> &copy; 2006-2007 Jean-Philippe Lang
77 78 </div>
79 </div>
78 80 </body>
79 81 </html>
@@ -1,505 +1,507
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: 12px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
8 8
9 9 /***** Layout *****/
10 #wrapper {background: white;}
11
10 12 #top-menu {background: #2C4056;color: #fff;height:1.5em; padding: 2px 6px 0px 6px;}
11 13 #top-menu a {color: #fff; padding-right: 4px;}
12 14 #account {float:right;}
13 15
14 16 #header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
15 17 #header a {color:#f8f8f8;}
16 18 #quick-search {float:right;}
17 19
18 20 #main-menu {position: absolute; bottom: 0px; left:6px;}
19 21 #main-menu ul {margin: 0; padding: 0;}
20 22 #main-menu li {
21 23 float:left;
22 24 list-style-type:none;
23 25 margin: 0px 10px 0px 0px;
24 26 padding: 0px 0px 0px 0px;
25 27 white-space:nowrap;
26 28 }
27 29 #main-menu li a {
28 30 display: block;
29 31 color: #fff;
30 32 text-decoration: none;
31 33 margin: 0;
32 34 padding: 4px 4px 4px 4px;
33 35 background: #2C4056;
34 36 }
35 37 #main-menu li a:hover {background:#759FCF;}
36 38
37 39 #main {background: url(../images/mainbg.png) repeat-x; background-color:#EEEEEE;}
38 40
39 41 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
40 42 * html #sidebar{ width: 17%; }
41 43 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
42 44 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
43 45 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
44 46
45 47 #content { width: 80%; background: url(../images/contentbg.png) repeat-x; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; height:600px; min-height: 600px;}
46 48 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
47 49 html>body #content {
48 50 height: auto;
49 51 min-height: 600px;
50 52 }
51 53
52 54 #main.nosidebar #sidebar{ display: none; }
53 55 #main.nosidebar #content{ width: auto; border-right: 0; }
54 56
55 57 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
56 58
57 59 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
58 60 #login-form table td {padding: 6px;}
59 61 #login-form label {font-weight: bold;}
60 62
61 63 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
62 64
63 65 /***** Links *****/
64 66 a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
65 67 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
66 68 a img{ border: 0; }
67 69
68 70 /***** Tables *****/
69 71 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
70 72 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
71 73 table.list td { overflow: hidden; text-overflow: ellipsis; vertical-align: top;}
72 74 table.list td.id { width: 2%; text-align: center;}
73 75 table.list td.checkbox { width: 15px; padding: 0px;}
74 76
75 77 tr.issue { text-align: center; white-space: nowrap; }
76 78 tr.issue td.subject, tr.issue td.category { white-space: normal; }
77 79 tr.issue td.subject { text-align: left; }
78 80 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
79 81
80 82 tr.entry { border: 1px solid #f8f8f8; }
81 83 tr.entry td { white-space: nowrap; }
82 84 tr.entry td.filename { width: 30%; }
83 85 tr.entry td.size { text-align: right; font-size: 90%; }
84 86 tr.entry td.revision, tr.entry td.author { text-align: center; }
85 87 tr.entry td.age { text-align: right; }
86 88
87 89 tr.changeset td.author { text-align: center; width: 15%; }
88 90 tr.changeset td.committed_on { text-align: center; width: 15%; }
89 91
90 92 tr.message { height: 2.6em; }
91 93 tr.message td.last_message { font-size: 80%; }
92 94 tr.message.locked td.subject a { background-image: url(../images/locked.png); }
93 95 tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; }
94 96
95 97 table.list tbody tr:hover { background-color:#ffffdd; }
96 98 table td {padding:2px;}
97 99 table p {margin:0;}
98 100 .odd {background-color:#f6f7f8;}
99 101 .even {background-color: #fff;}
100 102
101 103 .highlight { background-color: #FCFD8D;}
102 104 .highlight.token-1 { background-color: #faa;}
103 105 .highlight.token-2 { background-color: #afa;}
104 106 .highlight.token-3 { background-color: #aaf;}
105 107
106 108 .box{
107 109 padding:6px;
108 110 margin-bottom: 10px;
109 111 background-color:#f6f6f6;
110 112 color:#505050;
111 113 line-height:1.5em;
112 114 border: 1px solid #e4e4e4;
113 115 }
114 116
115 117 div.square {
116 118 border: 1px solid #999;
117 119 float: left;
118 120 margin: .3em .4em 0 .4em;
119 121 overflow: hidden;
120 122 width: .6em; height: .6em;
121 123 }
122 124
123 125 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px;font-size:0.9em;}
124 126 .contextual input {font-size:0.9em;}
125 127
126 128 .splitcontentleft{float:left; width:49%;}
127 129 .splitcontentright{float:right; width:49%;}
128 130 form {display: inline;}
129 131 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
130 132 fieldset {border: 1px solid #e4e4e4; margin:0;}
131 133 legend {color: #484848;}
132 134 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
133 135 textarea.wiki-edit { width: 99%; }
134 136 li p {margin-top: 0;}
135 137 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
136 138 .autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;}
137 139 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
138 140
139 141 .pagination {font-size: 90%}
140 142 p.pagination {margin-top:8px;}
141 143
142 144 /***** Tabular forms ******/
143 145 .tabular p{
144 146 margin: 0;
145 147 padding: 5px 0 8px 0;
146 148 padding-left: 180px; /*width of left column containing the label elements*/
147 149 height: 1%;
148 150 clear:left;
149 151 }
150 152
151 153 .tabular label{
152 154 font-weight: bold;
153 155 float: left;
154 156 text-align: right;
155 157 margin-left: -180px; /*width of left column*/
156 158 width: 175px; /*width of labels. Should be smaller than left column to create some right
157 159 margin*/
158 160 }
159 161
160 162 .tabular label.floating{
161 163 font-weight: normal;
162 164 margin-left: 0px;
163 165 text-align: left;
164 166 width: 200px;
165 167 }
166 168
167 169 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
168 170
169 171 .tabular.settings p{ padding-left: 300px; }
170 172 .tabular.settings label{ margin-left: -300px; width: 295px; }
171 173
172 174 .required {color: #bb0000;}
173 175 .summary {font-style: italic;}
174 176
175 177 div.attachments p { margin:4px 0 2px 0; }
176 178
177 179 /***** Flash & error messages ****/
178 180 #errorExplanation, div.flash, .nodata {
179 181 padding: 4px 4px 4px 30px;
180 182 margin-bottom: 12px;
181 183 font-size: 1.1em;
182 184 border: 2px solid;
183 185 }
184 186
185 187 div.flash {margin-top: 8px;}
186 188
187 189 div.flash.error, #errorExplanation {
188 190 background: url(../images/false.png) 8px 5px no-repeat;
189 191 background-color: #ffe3e3;
190 192 border-color: #dd0000;
191 193 color: #550000;
192 194 }
193 195
194 196 div.flash.notice {
195 197 background: url(../images/true.png) 8px 5px no-repeat;
196 198 background-color: #dfffdf;
197 199 border-color: #9fcf9f;
198 200 color: #005f00;
199 201 }
200 202
201 203 .nodata {
202 204 text-align: center;
203 205 background-color: #FFEBC1;
204 206 border-color: #FDBF3B;
205 207 color: #A6750C;
206 208 }
207 209
208 210 #errorExplanation ul { font-size: 0.9em;}
209 211
210 212 /***** Ajax indicator ******/
211 213 #ajax-indicator {
212 214 position: absolute; /* fixed not supported by IE */
213 215 background-color:#eee;
214 216 border: 1px solid #bbb;
215 217 top:35%;
216 218 left:40%;
217 219 width:20%;
218 220 font-weight:bold;
219 221 text-align:center;
220 222 padding:0.6em;
221 223 z-index:100;
222 224 filter:alpha(opacity=50);
223 225 -moz-opacity:0.5;
224 226 opacity: 0.5;
225 227 -khtml-opacity: 0.5;
226 228 }
227 229
228 230 html>body #ajax-indicator { position: fixed; }
229 231
230 232 #ajax-indicator span {
231 233 background-position: 0% 40%;
232 234 background-repeat: no-repeat;
233 235 background-image: url(../images/loading.gif);
234 236 padding-left: 26px;
235 237 vertical-align: bottom;
236 238 }
237 239
238 240 /***** Calendar *****/
239 241 table.cal {border-collapse: collapse; width: 100%; margin: 8px 0 6px 0;border: 1px solid #d7d7d7;}
240 242 table.cal thead th {width: 14%;}
241 243 table.cal tbody tr {height: 100px;}
242 244 table.cal th { background-color:#EEEEEE; padding: 4px; }
243 245 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
244 246 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
245 247 table.cal td.odd p.day-num {color: #bbb;}
246 248 table.cal td.today {background:#ffffdd;}
247 249 table.cal td.today p.day-num {font-weight: bold;}
248 250
249 251 /***** Tooltips ******/
250 252 .tooltip{position:relative;z-index:24;}
251 253 .tooltip:hover{z-index:25;color:#000;}
252 254 .tooltip span.tip{display: none; text-align:left;}
253 255
254 256 div.tooltip:hover span.tip{
255 257 display:block;
256 258 position:absolute;
257 259 top:12px; left:24px; width:270px;
258 260 border:1px solid #555;
259 261 background-color:#fff;
260 262 padding: 4px;
261 263 font-size: 0.8em;
262 264 color:#505050;
263 265 }
264 266
265 267 /***** Progress bar *****/
266 268 table.progress {
267 269 border: 1px solid #D7D7D7;
268 270 border-collapse: collapse;
269 271 border-spacing: 0pt;
270 272 empty-cells: show;
271 273 text-align: center;
272 274 float:left;
273 275 margin: 1px 6px 1px 0px;
274 276 }
275 277
276 278 table.progress td { height: 0.9em; }
277 279 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
278 280 table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
279 281 table.progress td.open { background: #FFF none repeat scroll 0%; }
280 282 p.pourcent {font-size: 80%;}
281 283 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
282 284
283 285 div#status_by { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; }
284 286
285 287 /***** Tabs *****/
286 288 #content .tabs{height: 2.6em;}
287 289 #content .tabs ul{margin:0;}
288 290 #content .tabs ul li{
289 291 float:left;
290 292 list-style-type:none;
291 293 white-space:nowrap;
292 294 margin-right:8px;
293 295 background:#fff;
294 296 }
295 297 #content .tabs ul li a{
296 298 display:block;
297 299 font-size: 0.9em;
298 300 text-decoration:none;
299 301 line-height:1em;
300 302 padding:4px;
301 303 border: 1px solid #c0c0c0;
302 304 }
303 305
304 306 #content .tabs ul li a.selected, #content .tabs ul li a:hover{
305 307 background-color: #507AAA;
306 308 border: 1px solid #507AAA;
307 309 color: #fff;
308 310 text-decoration:none;
309 311 }
310 312
311 313 /***** Diff *****/
312 314 .diff_out { background: #fcc; }
313 315 .diff_in { background: #cfc; }
314 316
315 317 /***** Wiki *****/
316 318 div.wiki table {
317 319 border: 1px solid #505050;
318 320 border-collapse: collapse;
319 321 }
320 322
321 323 div.wiki table, div.wiki td, div.wiki th {
322 324 border: 1px solid #bbb;
323 325 padding: 4px;
324 326 }
325 327
326 328 div.wiki .external {
327 329 background-position: 0% 60%;
328 330 background-repeat: no-repeat;
329 331 padding-left: 12px;
330 332 background-image: url(../images/external.png);
331 333 }
332 334
333 335 div.wiki a.new {
334 336 color: #b73535;
335 337 }
336 338
337 339 div.wiki pre {
338 340 margin: 1em 1em 1em 1.6em;
339 341 padding: 2px;
340 342 background-color: #fafafa;
341 343 border: 1px solid #dadada;
342 344 width:95%;
343 345 overflow-x: auto;
344 346 }
345 347
346 348 div.wiki div.toc {
347 349 background-color: #ffffdd;
348 350 border: 1px solid #e4e4e4;
349 351 padding: 4px;
350 352 line-height: 1.2em;
351 353 margin-bottom: 12px;
352 354 margin-right: 12px;
353 355 display: table
354 356 }
355 357 * html div.wiki div.toc { width: 50%; } /* IE6 doesn't autosize div */
356 358
357 359 div.wiki div.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
358 360 div.wiki div.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
359 361
360 362 div.wiki div.toc a {
361 363 display: block;
362 364 font-size: 0.9em;
363 365 font-weight: normal;
364 366 text-decoration: none;
365 367 color: #606060;
366 368 }
367 369 div.wiki div.toc a:hover { color: #c61a1a; text-decoration: underline;}
368 370
369 371 div.wiki div.toc a.heading2 { margin-left: 6px; }
370 372 div.wiki div.toc a.heading3 { margin-left: 12px; font-size: 0.8em; }
371 373
372 374 /***** My page layout *****/
373 375 .block-receiver {
374 376 border:1px dashed #c0c0c0;
375 377 margin-bottom: 20px;
376 378 padding: 15px 0 15px 0;
377 379 }
378 380
379 381 .mypage-box {
380 382 margin:0 0 20px 0;
381 383 color:#505050;
382 384 line-height:1.5em;
383 385 }
384 386
385 387 .handle {
386 388 cursor: move;
387 389 }
388 390
389 391 a.close-icon {
390 392 display:block;
391 393 margin-top:3px;
392 394 overflow:hidden;
393 395 width:12px;
394 396 height:12px;
395 397 background-repeat: no-repeat;
396 398 cursor:pointer;
397 399 background-image:url('../images/close.png');
398 400 }
399 401
400 402 a.close-icon:hover {
401 403 background-image:url('../images/close_hl.png');
402 404 }
403 405
404 406 /***** Gantt chart *****/
405 407 .gantt_hdr {
406 408 position:absolute;
407 409 top:0;
408 410 height:16px;
409 411 border-top: 1px solid #c0c0c0;
410 412 border-bottom: 1px solid #c0c0c0;
411 413 border-right: 1px solid #c0c0c0;
412 414 text-align: center;
413 415 overflow: hidden;
414 416 }
415 417
416 418 .task {
417 419 position: absolute;
418 420 height:8px;
419 421 font-size:0.8em;
420 422 color:#888;
421 423 padding:0;
422 424 margin:0;
423 425 line-height:0.8em;
424 426 }
425 427
426 428 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
427 429 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }
428 430 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
429 431 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; }
430 432
431 433 /***** Icons *****/
432 434 .icon {
433 435 background-position: 0% 40%;
434 436 background-repeat: no-repeat;
435 437 padding-left: 20px;
436 438 padding-top: 2px;
437 439 padding-bottom: 3px;
438 440 }
439 441
440 442 .icon22 {
441 443 background-position: 0% 40%;
442 444 background-repeat: no-repeat;
443 445 padding-left: 26px;
444 446 line-height: 22px;
445 447 vertical-align: middle;
446 448 }
447 449
448 450 .icon-add { background-image: url(../images/add.png); }
449 451 .icon-edit { background-image: url(../images/edit.png); }
450 452 .icon-copy { background-image: url(../images/copy.png); }
451 453 .icon-del { background-image: url(../images/delete.png); }
452 454 .icon-move { background-image: url(../images/move.png); }
453 455 .icon-save { background-image: url(../images/save.png); }
454 456 .icon-cancel { background-image: url(../images/cancel.png); }
455 457 .icon-pdf { background-image: url(../images/pdf.png); }
456 458 .icon-csv { background-image: url(../images/csv.png); }
457 459 .icon-html { background-image: url(../images/html.png); }
458 460 .icon-image { background-image: url(../images/image.png); }
459 461 .icon-txt { background-image: url(../images/txt.png); }
460 462 .icon-file { background-image: url(../images/file.png); }
461 463 .icon-folder { background-image: url(../images/folder.png); }
462 464 .open .icon-folder { background-image: url(../images/folder_open.png); }
463 465 .icon-package { background-image: url(../images/package.png); }
464 466 .icon-home { background-image: url(../images/home.png); }
465 467 .icon-user { background-image: url(../images/user.png); }
466 468 .icon-mypage { background-image: url(../images/user_page.png); }
467 469 .icon-admin { background-image: url(../images/admin.png); }
468 470 .icon-projects { background-image: url(../images/projects.png); }
469 471 .icon-logout { background-image: url(../images/logout.png); }
470 472 .icon-help { background-image: url(../images/help.png); }
471 473 .icon-attachment { background-image: url(../images/attachment.png); }
472 474 .icon-index { background-image: url(../images/index.png); }
473 475 .icon-history { background-image: url(../images/history.png); }
474 476 .icon-feed { background-image: url(../images/feed.png); }
475 477 .icon-time { background-image: url(../images/time.png); }
476 478 .icon-stats { background-image: url(../images/stats.png); }
477 479 .icon-warning { background-image: url(../images/warning.png); }
478 480 .icon-fav { background-image: url(../images/fav.png); }
479 481 .icon-fav-off { background-image: url(../images/fav_off.png); }
480 482 .icon-reload { background-image: url(../images/reload.png); }
481 483 .icon-lock { background-image: url(../images/locked.png); }
482 484 .icon-unlock { background-image: url(../images/unlock.png); }
483 485 .icon-note { background-image: url(../images/note.png); }
484 486 .icon-checked { background-image: url(../images/true.png); }
485 487
486 488 .icon22-projects { background-image: url(../images/22x22/projects.png); }
487 489 .icon22-users { background-image: url(../images/22x22/users.png); }
488 490 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
489 491 .icon22-role { background-image: url(../images/22x22/role.png); }
490 492 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
491 493 .icon22-options { background-image: url(../images/22x22/options.png); }
492 494 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
493 495 .icon22-authent { background-image: url(../images/22x22/authent.png); }
494 496 .icon22-info { background-image: url(../images/22x22/info.png); }
495 497 .icon22-comment { background-image: url(../images/22x22/comment.png); }
496 498 .icon22-package { background-image: url(../images/22x22/package.png); }
497 499 .icon22-settings { background-image: url(../images/22x22/settings.png); }
498 500 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
499 501
500 502 /***** Media print specific styles *****/
501 503 @media print {
502 504 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual { display:none; }
503 505 #main { background: #fff; }
504 506 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
505 507 }
General Comments 0
You need to be logged in to leave comments. Login now