diff --git a/public/themes/circlepro/images/logo.png b/public/themes/circlepro/images/logo.png index 429f162..6f25a4d 100644 Binary files a/public/themes/circlepro/images/logo.png and b/public/themes/circlepro/images/logo.png differ diff --git a/public/themes/circlepro/images/logo_print.png b/public/themes/circlepro/images/logo_print.png deleted file mode 100644 index f04803d..0000000 Binary files a/public/themes/circlepro/images/logo_print.png and /dev/null differ diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 7299115..45cf4ce 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -12,7 +12,7 @@ * 6. MAIN-MENU * 7. SIDEBAR * 8. FOOTER - * 9. WIKI + * 9. WIKI * 10. FLASH MESSAGES * 11. LOGIN FORM * 12. TAGS @@ -27,7 +27,7 @@ * 21. OBJECTS * 22. RESPONSIVE * 23. SELECT2 - * 24. PRINTING + * 24. PRINTING * * Based on Circle Theme by Kirill Bezrukov. */ @@ -1587,7 +1587,7 @@ div.details { padding: 20px !important; } @media print { @page { size: A4; - margin: 1cm; + margin: 1.6cm 1cm; } html, body { margin: 0; @@ -1600,8 +1600,10 @@ div.details { padding: 20px !important; } page-break-inside: avoid; } #wrapper3, + #header, #main, - #header { + #wrapper-main { + margin: 0; background: #fff; } #header { @@ -1612,8 +1614,10 @@ div.details { padding: 20px !important; } padding-left: 0; } #wrapper-header { - background: url(../images/logo_print.png) no-repeat 0 0; - } + margin: 0; + background: #fff url(../images/logo.png) no-repeat 0 -100px; + } + #quick-search { display: none; }