X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside.css;h=c98fdcbc54ee0afec1d81830f7e1bf5811c1439e;hp=82eb9b56242d31bab75168228d9b7feacb5bc505;hb=6a509099343ed155525c4304f1ad742cc6e4ce59;hpb=03ac8bd523fca8f69e6851fdbf2a1de8c2b83043 diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 82eb9b562..c98fdcbc5 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -3,6 +3,16 @@ /* font-family: Verdana, Arial, Helvetica, sans-serif; */ } +h1 { + margin: 0; + padding: 0; + font-weight: normal; +} + +pre { + font-family: monospace; +} + A:link IMG, A:visited { border-style: none } /* A:focus {text-decoration: underline } */ @@ -113,9 +123,9 @@ a.fstab { /*font-weight:bold;*/ /*padding-left:12px; padding-right:12px;*/ - padding-left:4px; - padding-right:4px; - font-size:18px; + padding-left:3px; + padding-right:3px; + font-size:17px; font-weight:bold; text-decoration:none; overflow:visible; @@ -146,9 +156,9 @@ a.fstabselected { /*font-weight:bold;*/ /*padding-left:12px; padding-right:12px;*/ - padding-left:4px; - padding-right:4px; - font-size:18px; + padding-left:3px; + padding-right:3px; + font-size:17px; font-weight:bold; text-decoration:none; overflow:visible; @@ -168,19 +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; - -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); + 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 { @@ -221,29 +226,25 @@ 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: thin solid #999999; + border-radius: .25em; +} + +.fsinnerbox th, +.fsinnerbox label { + font-weight:normal; + font-size:80%; + vertical-align: top; + padding-top: 3px; + 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 { @@ -251,19 +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; } -th.grid { +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; +} + +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 { @@ -278,3 +303,45 @@ table.inv { border: none } th.inv { border: none } td.inv { border: none } +td.label { + text-align: right; +} + +.required { + font-weight: bold; +} + +.required::before { + content: "* "; + 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; +} + +