// adding ovverride method initProcess for display Informations Tab

This commit is contained in:
lLefevre
2011-12-08 15:41:12 +00:00
parent ea26882c58
commit 22432389b7
3 changed files with 29 additions and 14 deletions
+1
View File
@@ -118,6 +118,7 @@ input.button[disabled=disabled]:hover{background-color:#FFF6D3}
.table tr td{border-bottom:1px solid #ccc;color:#333;font-size:11px;padding: 4px 4px 4px 6px;}
.table tr:hover td{background:#fff1b5}
.table tr.filter:hover td{background:#F1F9FF}
.table tr td:hover table tr td{background:none}
.table tr.action_details td{background:#FAFAFA;}
.table tr.alt_row.action_details td{background:#E8E8E8;}
.table tr td.empty{border-bottom:none;background:white!important}