forked from Wavyzz/dolibarr
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 '</div></div></div><div class="fichecenter"><br>';
|
||||
|
||||
print '</div></div></div><div class="clearboth"></div><div class="fichecenter fichecenterbis">';
|
||||
|
||||
/*
|
||||
* Show boxes
|
||||
|
||||
@@ -591,6 +591,9 @@ div.fichecenter {
|
||||
width: 100%;
|
||||
clear: both; /* This is to have div fichecenter that are true rectangles */
|
||||
}
|
||||
div.fichecenterbis {
|
||||
margin-top: 8px;
|
||||
}
|
||||
div.fichethirdleft {
|
||||
<?php if ($conf->browser->layout != 'phone') { print "float: ".$left.";\n"; } ?>
|
||||
<?php if ($conf->browser->layout != 'phone') { print "width: 50%;\n"; } ?>
|
||||
|
||||
@@ -642,14 +642,17 @@ div.fichecenter {
|
||||
width: 100%;
|
||||
clear: both; /* This is to have div fichecenter that are true rectangles */
|
||||
}
|
||||
div.fichecenterbis {
|
||||
margin-top: 8px;
|
||||
}
|
||||
div.fichethirdleft {
|
||||
<?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"; } ?>
|
||||
}
|
||||
div.fichetwothirdright {
|
||||
<?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"; } ?>
|
||||
}
|
||||
div.fichehalfleft {
|
||||
|
||||
Reference in New Issue
Block a user