${basic_status}: ${project_count}/${project_all}
diff --git a/sai/page/css/sai.css b/sai/page/css/sai.css
index fade40d..6f65eab 100644
--- a/sai/page/css/sai.css
+++ b/sai/page/css/sai.css
@@ -33,48 +33,6 @@
border-left: 0;
}
-.well {
- margin-right: 5px;
-}
-
-/* columns of same height styles */
-
-.row-full-height {
- height: 100%;
-}
-.col-full-height {
- height: 100%;
-}
-.row-same-height {
- display: table;
- width: 100%;
- /* fix overflow */
- table-layout: fixed;
-}
-.col-xs-height {
- display: table-cell;
- float: none !important;
-}
-
-@media (min-width: 768px) {
- .col-sm-height {
- display: table-cell;
- float: none !important;
- }
-}
-@media (min-width: 992px) {
- .col-md-height {
- display: table-cell;
- float: none !important;
- }
-}
-@media (min-width: 1200px) {
- .col-lg-height {
- display: table-cell;
- float: none !important;
- }
-}
-
/* auto collapsing navbar */
#sys_autocollapse.collapsed .navbar-header {
diff --git a/sai/page/default_page.php b/sai/page/default_page.php
index 55b3c63..a18b917 100644
--- a/sai/page/default_page.php
+++ b/sai/page/default_page.php
@@ -39,6 +39,7 @@ class default_page extends \SYSTEM\PAGE\Page {
private static function js(){
$result = ''.
+ ''.
''.
''.
''.