diff --git a/templates/Froxlor/admin/customers/customers_customer.tpl b/templates/Froxlor/admin/customers/customers_customer.tpl
index 8ae17344..069e55d8 100644
--- a/templates/Froxlor/admin/customers/customers_customer.tpl
+++ b/templates/Froxlor/admin/customers/customers_customer.tpl
@@ -9,21 +9,8 @@
({$row['loginname']} | {$row['adminname']})
-
-
-
-
-
-
-
-
- |
-
-
- |
-
+
+
+ |
+
+
+
+
+
+
+
|
diff --git a/templates/Froxlor/froxlor.css b/templates/Froxlor/froxlor.css
index 7ca949ee..dee49fa6 100644
--- a/templates/Froxlor/froxlor.css
+++ b/templates/Froxlor/froxlor.css
@@ -502,10 +502,13 @@ table tbody td {
text-align: left;
}
-.overviewcustomerextras,.overviewcustomerextras tbody td {
- line-height: 11px;
+.overviewcustomerextras {
+ line-height: 15px;
font-size: 10px;
- border: 0;
+ width: 300px;
+ float: left;
+ padding-top: 8px;
+ padding-bottom: 12px;
}
td {
diff --git a/templates/Froxlor/js/froxlor.js b/templates/Froxlor/js/froxlor.js
index 1c229973..f5408a2c 100644
--- a/templates/Froxlor/js/froxlor.js
+++ b/templates/Froxlor/js/froxlor.js
@@ -14,7 +14,16 @@ $(document).ready(function(){
$(this).css("background-color", "#fff");
},
function() {
- $(this).css("background-color", "#f8f8f8");
+ $(this).css("background-color", "#f5f5f5");
+ }
+ );
+ }
+ if($("table.bradiusodd").length != 0) {
+ $("table.bradiusodd tr").hover(function() {
+ $(this).css("background-color", "#fff");
+ },
+ function() {
+ $(this).css("background-color", "#f5f5f5");
}
);
}
@@ -24,7 +33,7 @@ $(document).ready(function(){
$(this).css("background-color", "#fff");
},
function() {
- $(this).css("background-color", "#f8f8f8");
+ $(this).css("background-color", "#f5f5f5");
}
);
}