X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Ffreeside.css;h=dbd27cbaad594df3737ace3c6c92fdf11e6fd5aa;hb=98f6d91ec7eaa907204afbfeb90ede1e3bff656d;hp=ece57a0531ea3c11822e411228b45186f1d098fd;hpb=b6260b4f39cf34b9e0e5b8560ef88c8881ba0766;p=freeside.git diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index ece57a053..dbd27cbaa 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -228,8 +228,8 @@ div.fstabcontainer { .fsinnerbox { /* background-color:#cccccc; */ padding:2px; - border: 1px solid #999999; - border-radius: 2px; + border: thin solid #999999; + border-radius: .25em; } .fsinnerbox th { @@ -254,6 +254,24 @@ table.grid { border-radius: 2px; } +tr.row0 { + background-color: #eeeeee; +} + +tr.row1 { + background-color: #ffffff; +} + +.grid tfoot tr { + background-color: #dddddd; + font-style: italic; +} + +/* border at the top of the footer, but not between footer rows */ +.grid tfoot tr:first-child td { + border-top: 1px dashed black; +} + th, td { vertical-align: top; } @@ -300,3 +318,20 @@ td.label { font-size: large; color: #ff0000; } + +div#overDiv { + box-shadow: #333333 1px 1px 2px; +} + +/* view/cust_main/packages/package.html */ +div.package-marker-supplemental { + height: 100%; + border-left: solid #bbbbff 30px; + display: inline-block; +} + +div.package-marker-change_from { + height: 100%; + border-left: solid #bbffbb 30px; + display: inline-block; +}