- Adding SM2 panel [SME: 13004] - Upgrade to phpsysinfo 3.4.4 - Add code to delete inline styles and add css to make it look better. - version saved / built uses the static version, which means no drops downs and choices.
11 lines
173 B
CSS
11 lines
173 B
CSS
/*
|
|
$Id: smart.css 661 2012-08-27 11:26:39Z namiltd $
|
|
*/
|
|
#Plugin_SMARTTable tbody tr td {
|
|
text-align: right;
|
|
}
|
|
|
|
#Plugin_SMARTTable thead tr th {
|
|
cursor: pointer;
|
|
}
|