X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside.css;h=329575125ab88859360ca3887de3001a14b9f14f;hb=b0eb7e53e8f5f874a3beeaf979a7a43eb09f7818;hp=0dbc4142b3dbb477e527defc047b5e3ff8a4590e;hpb=86a431dc09c6b74094bba8cf5ca1fca0db8ced20;p=freeside.git diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 0dbc4142b..329575125 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -230,13 +230,13 @@ div.fstabcontainer { .fsinnerbox { /* background-color:#cccccc; */ padding:2px; - border: 1px solid #cccccc; - border-radius: 2px; + border: .1em solid #999999; + border-radius: .25em; } .fsinnerbox th { font-weight:normal; - font-size:75%; + font-size:80%; valign: bottom; color: #666666; } @@ -256,6 +256,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; }