Skip to content
Snippets Groups Projects
Commit 8b920073 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: optimize for print

parent 05c01583
No related branches found
No related tags found
No related merge requests found
......@@ -312,8 +312,8 @@ td.showDragHandle {
/* ============================================================================== */
div.fiche {
margin-<?php print $left; ?>: <?php print (empty($conf->browser->phone) || empty($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT))?'20':'24'; ?>px;
margin-<?php print $right; ?>: <?php print empty($conf->browser->phone)?'12':'6'; ?>px;
margin-<?php print $left; ?>: <?php print (GETPOST("optioncss") == 'print'?6:((empty($conf->browser->phone) || empty($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT))?'20':'24')); ?>px;
margin-<?php print $right; ?>: <?php print (GETPOST("optioncss") == 'print'?8:(empty($conf->browser->phone)?'12':'6')); ?>px;
}
div.fichecenter {
......@@ -506,6 +506,7 @@ div.tmenucenter
.mainmenuaspan
{
padding-right: 4px;
text-shadow: 1px 1px 1px #DDD;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment