X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside.css;h=fb5e7d961b87091b18afae499d4237af6cbd2206;hp=8e493eb549aa774616c5596cf7e35bf16470d570;hb=46d8aa8b9d1fc12af33bb8b517301789f871d864;hpb=3ba0c846a46231a732c18a95cca54f719e0fd7d5 diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 8e493eb54..fb5e7d961 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -228,13 +228,13 @@ div.fstabcontainer { .fsinnerbox { /* background-color:#cccccc; */ padding:2px; - border: 1px solid #cccccc; - border-radius: 2px; + border: thin solid #999999; + border-radius: .25em; } .fsinnerbox th { font-weight:normal; - font-size:75%; + font-size:80%; valign: bottom; color: #666666; } @@ -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,28 @@ td.label { font-size: large; color: #ff0000; } + +table .error { + font-weight: bold; + font-size: medium; + 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; +} + +