X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside.css;h=d1e22f90316755587e4acfec257d4a462a0562b0;hb=ce99c7b3a33cf6dbafbd95cc6ff250313f830f6a;hp=d038f6f3d2d37e406745a3a7be9c8f0e5612df3d;hpb=f58e37b603c27dd0b2d2232e8cb0392088409437;p=freeside.git diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index d038f6f3d..d1e22f903 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,19 +178,16 @@ div.fstabs { div.fstabcontainer { background-color:#ffffff; padding:8px; + clear: left; + border-left: thin solid #CFDEFF; + border-right: thin solid #CFDEFF; + border-bottom: thin solid #CFDEFF; +/* border-left:1px solid #7e0079; border-right:1px solid #7e0079; border-bottom:1px solid #7e0079; - -moz-border-radius-bottomleft:8px; - -moz-border-radius-bottomright:8px; - -webkit-border-radius-bottomleft:8px; - -webkit-border-radius-bottomright:8px; - border-bottom-left-radius:8px; - border-bottom-right-radius:8px; - -moz-box-shadow: #666666 1px 1px 2px; - -webkit-box-shadow: #666666 1px 1px 2px; - box-shadow: #666666 1px 1px 2px; - filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2); + border-top:1px solid #7e0079; +*/ } .fscontainer { @@ -225,29 +228,23 @@ div.fstabcontainer { } .fsinnerbox { - background-color:#cccccc; + /* background-color:#cccccc; */ padding:2px; - -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 #dddddd; + border-radius: 2px; +} + +.fsinnerbox th { + font-weight:normal; + font-size:75%; + valign: bottom; + color: #666666; } .fsinnerbox-title { font-size:110%; font-weight:bold; - background-color:#cccccc; - padding:2px; - -moz-border-radius-topleft:8px; - -moz-border-radius-topright:8px; - -webkit-border-radius-topleft:8px; - -webkit-border-radius-topright:8px; - border-top-left-radius:8px; - border-top-right-radius:8px; - -moz-box-shadow: 1px 0px 1px #999999; - -webkit-box-shadow: 1px 0px 1px #999999; - box-shadow: 1px 0px 1px #999999; - filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=1); + color: #333333; } .background { @@ -255,19 +252,26 @@ 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; +} + +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; + background: #ffffff; + border-bottom: 1px solid #666666; } td.grid { @@ -295,4 +299,7 @@ td.label { color: #ff0000; } - +.error { + font-size: large; + color: #ff0000; +}