@@ -5,8 +5,7 | |||||
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <meta name="description" content="<%= Redmine::Info.app_name %>" /> |
|
6 | <meta name="description" content="<%= Redmine::Info.app_name %>" /> | |
7 | <meta name="keywords" content="issue,bug,tracker" /> |
|
7 | <meta name="keywords" content="issue,bug,tracker" /> | |
8 |
<%= stylesheet_link_tag |
|
8 | <%= stylesheet_link_tag 'application', :media => 'all' %> | |
9 | <%= stylesheet_link_tag "print", :media => "print" %> |
|
|||
10 | <%= javascript_include_tag :defaults %> |
|
9 | <%= javascript_include_tag :defaults %> | |
11 | <%= stylesheet_link_tag 'jstoolbar' %> |
|
10 | <%= stylesheet_link_tag 'jstoolbar' %> | |
12 | <!--[if IE]> |
|
11 | <!--[if IE]> |
@@ -455,3 +455,10 vertical-align: middle; | |||||
455 | .icon22-package { background-image: url(../images/22x22/package.png); } |
|
455 | .icon22-package { background-image: url(../images/22x22/package.png); } | |
456 | .icon22-settings { background-image: url(../images/22x22/settings.png); } |
|
456 | .icon22-settings { background-image: url(../images/22x22/settings.png); } | |
457 | .icon22-plugin { background-image: url(../images/22x22/plugin.png); } |
|
457 | .icon22-plugin { background-image: url(../images/22x22/plugin.png); } | |
|
458 | ||||
|
459 | /***** Media print specific styles *****/ | |||
|
460 | @media print { | |||
|
461 | #top-menu, #header, #main-menu, #sidebar, #footer, .contextual { display:none; } | |||
|
462 | #main { background: #fff; } | |||
|
463 | #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; } | |||
|
464 | } |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now