X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside.css;h=1919f526f10e194cad634248e6c9b565e6cae491;hb=1cde870268b03197da75f089669d60a7ba3c5617;hp=d038f6f3d2d37e406745a3a7be9c8f0e5612df3d;hpb=f58e37b603c27dd0b2d2232e8cb0392088409437;p=freeside.git diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index d038f6f3d..1919f526f 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -225,18 +225,30 @@ div.fstabcontainer { } .fsinnerbox { - background-color:#cccccc; + /* background-color:#cccccc; */ padding:2px; - -moz-box-shadow: 1px 1px 2px #666666; + border: 1px solid #dddddd; + /* -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); + */ +} + +.fsinnerbox th { + font-weight:normal; + font-size:75%; + valign: bottom; + color: #999999; } .fsinnerbox-title { font-size:110%; font-weight:bold; - background-color:#cccccc; + /*border-top: 1px solid #dddddd; + border-left: 1px solid #dddddd; + border-right: 1px solid #dddddd; */ + /* background-color:#cccccc; padding:2px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; @@ -248,6 +260,7 @@ div.fstabcontainer { -webkit-box-shadow: 1px 0px 1px #999999; box-shadow: 1px 0px 1px #999999; filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=1); + */ } .background { @@ -262,6 +275,10 @@ table.grid { filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2); } +th, td { + vertical-align: top; +} + th.grid { padding-left: 3px; padding-right: 3px;