Improve widget flow
This commit is contained in:
parent
5f139b69de
commit
e2fb45c9a0
2
home.php
2
home.php
@ -127,7 +127,7 @@ if (!is_empty($_GET['page'])) {
|
|||||||
END;
|
END;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<div class="row">
|
<div class="row widget-box">
|
||||||
<?php
|
<?php
|
||||||
// Center the widgets horizontally on the screen
|
// Center the widgets horizontally on the screen
|
||||||
$appcount = count(APPS[$pageid]);
|
$appcount = count(APPS[$pageid]);
|
||||||
|
@ -44,3 +44,7 @@
|
|||||||
.apppanel {
|
.apppanel {
|
||||||
min-height: 250px;
|
min-height: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row.widget-box > .col-md-4:nth-child(3n+4) {
|
||||||
|
clear: both;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user