summaryrefslogtreecommitdiff
path: root/httemplate/elements/freeside.css
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-04-13 18:35:24 -0700
committerIvan Kohler <ivan@freeside.biz>2012-04-13 18:35:24 -0700
commit2c1bad9f29492546788aa4ffa0baf8e1dc0fff58 (patch)
treed305b371c5a433dedf4e898bc11dd3edddf11daf /httemplate/elements/freeside.css
parent18459c4369f63b7fda11a3ff7a0af067bed0c9bf (diff)
style ticket tab
Diffstat (limited to 'httemplate/elements/freeside.css')
-rw-r--r--httemplate/elements/freeside.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index 44a4a3ca2..c291e1e33 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -250,3 +250,31 @@ div.fstabcontainer {
background-color:#f8f8f8;
}
+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);
+}
+
+th.grid {
+ padding-left: 3px;
+ padding-right: 3px;
+ padding-bottom: 2px;
+ border: none;
+ empty-cells: show;
+}
+
+td.grid {
+ padding-left: 3px;
+ padding-right: 3px;
+ padding-bottom: 2px;
+ border: none;
+ empty-cells: show;
+}
+
+table.inv { border: none }
+th.inv { border: none }
+td.inv { border: none }
+