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

Prepare homepage to be a full personalized dashboard

parent 6bccac56
No related branches found
No related tags found
No related merge requests found
...@@ -501,8 +501,7 @@ foreach($valid_dashboardlines as $board) ...@@ -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 { ...@@ -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 { ...@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment