diff --git a/sai/modules/saimod_sys_cache/saimod_sys_cache.php b/sai/modules/saimod_sys_cache/saimod_sys_cache.php
index cdeb845..979b7b6 100644
--- a/sai/modules/saimod_sys_cache/saimod_sys_cache.php
+++ b/sai/modules/saimod_sys_cache/saimod_sys_cache.php
@@ -12,9 +12,9 @@ class saimod_sys_cache extends \SYSTEM\SAI\SaiModule {
$r = $res->next();
- $result = '
Cache
'.
+ $result = 'Cache
'.
'Entries: '.$r['count'].' showing 100'.
- ''.
+ ''.
''.'| '.'ID'.' | '.''.'CacheID'.' | '.''.'Ident'.' | '.''.'Data'.' | '.'
';
diff --git a/sai/page/css/index.css b/sai/page/css/index.css
index ffbd03a..9344ed1 100644
--- a/sai/page/css/index.css
+++ b/sai/page/css/index.css
@@ -25,4 +25,16 @@
.carousel-img{
width: 1200px;
height: 650px;
+}
+
+.sai_p_modules {
+ border-left: 3px solid #1C569C;
+}
+.sai_p_modules:hover {
+ border-right: 3px solid #1C569C;
+ border-left: 0;
+}
+.sai_p_modules:active {
+ border-right: 3px solid #1C569C;
+ border-left: 0;
}
\ No newline at end of file
diff --git a/sai/page/default_page.php b/sai/page/default_page.php
index 5e24669..5a4ea35 100644
--- a/sai/page/default_page.php
+++ b/sai/page/default_page.php
@@ -36,7 +36,8 @@ class default_page extends \SYSTEM\PAGE\Page {
private function css(){
$result = ''.
- '';
+ ''.
+ '';
return $result;
}