diff --git a/admin/admin_template/default/assets/css/style.css b/admin/admin_template/default/assets/css/style.css
index 92b8d01d..c0fd4869 100644
--- a/admin/admin_template/default/assets/css/style.css
+++ b/admin/admin_template/default/assets/css/style.css
@@ -1,4 +1,4 @@
-@import "bootstrap.min.css";
+@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "animate.css";
@font-face {
@@ -234,7 +234,9 @@ a:hover {
font-size: 10px;
}
/*----------------*/
+
/* User Account */
+
/*----------------*/
.s-header {
@@ -358,7 +360,9 @@ a:hover {
}
}
/*-----------*/
+
/* Content */
+
/*-----------*/
.s-content.active,
@@ -1365,6 +1369,7 @@ tr.dataListHeader > td > a {
padding: 15px;
margin: 15px 10px;
}
+
.errorBox:before,
.message:before {
font-family: 'FontAwesome';
@@ -1379,6 +1384,7 @@ tr.dataListHeader > td > a {
overflow: hidden;
color: rgba(255, 255, 255, 0.25);
}
+
.message ul {
list-style: none;
padding: 0;
@@ -2205,7 +2211,6 @@ table {
/* Chat
================================ */
-
#pchat-toggle {
background-color: #fff;
border-radius: 50px;
@@ -2325,7 +2330,7 @@ table {
}
.s-minimize {
- bottom: -355px;
+ bottom: -379px;
-webkit-transition: all 150ms ease;
transition: all 150ms ease;
}
@@ -2334,4 +2339,4 @@ table {
bottom: 0px;
-webkit-transition: all 150ms ease;
transition: all 150ms ease;
-}
+}
\ No newline at end of file
diff --git a/admin/admin_template/default/index_template.inc.php b/admin/admin_template/default/index_template.inc.php
index 984ec5cd..51f3dc4c 100755
--- a/admin/admin_template/default/index_template.inc.php
+++ b/admin/admin_template/default/index_template.inc.php
@@ -2,8 +2,7 @@
/**
* Template for Backend
*
- * Copyright (C) 2015 Arie Nugraha (dicarve@gmail.com)
- * Create by Eddy Subratha (eddy.subratha@slims.web.id)
+ * Copyright (C) 2015 Arie Nugraha (dicarve@gmail.com), Eddy Subratha (eddy.subratha@slims.web.id)
*
* Slims 8 (Akasia)
*
@@ -121,73 +120,6 @@
-
-
-
-
-
-
@@ -260,6 +192,6 @@ function send( text ) {
);
});
-
+