diff options
| author | Mark Wells <mark@freeside.biz> | 2013-02-27 20:46:58 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-02-27 20:46:58 -0800 |
| commit | d04c981b5f72ffadabde71af68022059af0d52a5 (patch) | |
| tree | bce947e07a54a391d5593f957b504ea2805b5a6e /httemplate/view/cust_main/packages.html | |
| parent | 942431fdcb3803b7ef98b1be8c4dc188e1a4b5aa (diff) | |
per-package bundles of voice minutes, #5738
Diffstat (limited to 'httemplate/view/cust_main/packages.html')
| -rwxr-xr-x | httemplate/view/cust_main/packages.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index da4d587f2..24a12cc46 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -11,6 +11,15 @@ table.package { border-spacing: 0; width: 100%; } +table.usage { + border: 1px solid black; + margin: auto; + width: 60%; + border-spacing: 0px; +} +.shared > * { + background-color: #ffffaa; +} .row0 { background-color: #eeeeee; } .row1 { background-color: #ffffff; } |
