mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Prepare homepage to be a full personalized dashboard
This commit is contained in:
@@ -501,8 +501,7 @@ foreach($valid_dashboardlines as $board)
|
|||||||
print '</table>'; // End table array
|
print '</table>'; // End table array
|
||||||
|
|
||||||
|
|
||||||
print '</div></div></div><div class="fichecenter"><br>';
|
print '</div></div></div><div class="clearboth"></div><div class="fichecenter fichecenterbis">';
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Show boxes
|
* Show boxes
|
||||||
|
|||||||
@@ -591,6 +591,9 @@ div.fichecenter {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
clear: both; /* This is to have div fichecenter that are true rectangles */
|
clear: both; /* This is to have div fichecenter that are true rectangles */
|
||||||
}
|
}
|
||||||
|
div.fichecenterbis {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
div.fichethirdleft {
|
div.fichethirdleft {
|
||||||
<?php if ($conf->browser->layout != 'phone') { print "float: ".$left.";\n"; } ?>
|
<?php if ($conf->browser->layout != 'phone') { print "float: ".$left.";\n"; } ?>
|
||||||
<?php if ($conf->browser->layout != 'phone') { print "width: 50%;\n"; } ?>
|
<?php if ($conf->browser->layout != 'phone') { print "width: 50%;\n"; } ?>
|
||||||
|
|||||||
@@ -642,14 +642,17 @@ div.fichecenter {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
clear: both; /* This is to have div fichecenter that are true rectangles */
|
clear: both; /* This is to have div fichecenter that are true rectangles */
|
||||||
}
|
}
|
||||||
|
div.fichecenterbis {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
div.fichethirdleft {
|
div.fichethirdleft {
|
||||||
<?php if ($conf->browser->layout != 'phone') { print "float: ".$left.";\n"; } ?>
|
<?php if ($conf->browser->layout != 'phone') { print "float: ".$left.";\n"; } ?>
|
||||||
<?php if ($conf->browser->layout != 'phone') { print "width: 35%;\n"; } ?>
|
<?php if ($conf->browser->layout != 'phone') { print "width: 50%;\n"; } ?>
|
||||||
<?php if ($conf->browser->layout == 'phone') { print "padding-bottom: 6px;\n"; } ?>
|
<?php if ($conf->browser->layout == 'phone') { print "padding-bottom: 6px;\n"; } ?>
|
||||||
}
|
}
|
||||||
div.fichetwothirdright {
|
div.fichetwothirdright {
|
||||||
<?php if ($conf->browser->layout != 'phone') { print "float: ".$right.";\n"; } ?>
|
<?php if ($conf->browser->layout != 'phone') { print "float: ".$right.";\n"; } ?>
|
||||||
<?php if ($conf->browser->layout != 'phone') { print "width: 65%;\n"; } ?>
|
<?php if ($conf->browser->layout != 'phone') { print "width: 50%;\n"; } ?>
|
||||||
<?php if ($conf->browser->layout == 'phone') { print "padding-bottom: 6px\n"; } ?>
|
<?php if ($conf->browser->layout == 'phone') { print "padding-bottom: 6px\n"; } ?>
|
||||||
}
|
}
|
||||||
div.fichehalfleft {
|
div.fichehalfleft {
|
||||||
|
|||||||
Reference in New Issue
Block a user