X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside.css;h=c98fdcbc54ee0afec1d81830f7e1bf5811c1439e;hp=1e2574f6ec05ec4b65f49356f80c9bc8329df26c;hb=6a509099343ed155525c4304f1ad742cc6e4ce59;hpb=d98e4631640eaaf28b4c022efedd49b640a283c6 diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 1e2574f6e..c98fdcbc5 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -3,6 +3,12 @@ /* font-family: Verdana, Arial, Helvetica, sans-serif; */ } +h1 { + margin: 0; + padding: 0; + font-weight: normal; +} + pre { font-family: monospace; } @@ -172,10 +178,14 @@ div.fstabs { div.fstabcontainer { background-color:#ffffff; padding:8px; - border-left:1px solid #7e0079; - border-right:1px solid #7e0079; - border-bottom:1px solid #7e0079; + clear: left; + border-left: thin solid #7e0079; + border-right: thin solid #7e0079; + border-bottom: thin solid #7e0079; + border-top: thin solid #7e0079; +/* border-top:1px solid #7e0079; +*/ } .fscontainer { @@ -218,14 +228,16 @@ div.fstabcontainer { .fsinnerbox { /* background-color:#cccccc; */ padding:2px; - border: 1px solid #dddddd; - border-radius: 2px; + border: thin solid #999999; + border-radius: .25em; } -.fsinnerbox th { +.fsinnerbox th, +.fsinnerbox label { font-weight:normal; - font-size:75%; - valign: bottom; + font-size:80%; + vertical-align: top; + padding-top: 3px; color: #666666; } @@ -240,23 +252,43 @@ div.fstabcontainer { } 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); + border: 1px solid #999999; + 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; } -th.grid { +thead th.grid { padding-left: 3px; padding-right: 3px; padding-bottom: 2px; border: none; empty-cells: show; +/* font-weight:normal; */ + font-size:90%; + valign: bottom; +/* color: #666666; */ + border-bottom: 1px solid #999999; } td.grid { @@ -284,4 +316,32 @@ td.label { color: #ff0000; } +.error { + 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; +} +