diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-05-18 21:17:44 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-05-18 21:17:44 -0700 |
commit | 3e9a428cbc8abd4af6fea8eb828126519b43198b (patch) | |
tree | db3e5ea4bcf2e111f637dcb90d7ea76e63b50de3 /httemplate/elements/freeside.css | |
parent | 060d8d15ba02f61fa0ddd68a9e55a64ce4dfa089 (diff) |
customer view UI
Diffstat (limited to 'httemplate/elements/freeside.css')
-rw-r--r-- | httemplate/elements/freeside.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 1e2574f6e..4fd06a0bf 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -240,23 +240,26 @@ div.fstabcontainer { } table.grid { - border: 1px solid #cccccc; - -moz-box-shadow: 1px 1px 2px #666666; - -webkit-box-shadow: 1px 1px 2px #666666; - box-shadow: 1px 1px 2px #666666; - filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2); + border: 1px solid #999999; + border-radius: 2px; } th, td { vertical-align: top; } -th.grid { +thead th.grid { padding-left: 3px; padding-right: 3px; padding-bottom: 2px; border: none; empty-cells: show; + font-weight:normal; + font-size:90%; + valign: bottom; + color: #666666; + background: #ffffff; + border-bottom: 1px solid #666666; } td.grid { |