X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside.css;h=a9d162bab7ef9f577e4ac313c4e02307bffeb3cb;hb=f898b5423751e9bb15500cc815e57b0bb84a32c9;hp=82eb9b56242d31bab75168228d9b7feacb5bc505;hpb=f89471ac01284a6d73ebffd6eaebdde79d5f25dc;p=freeside.git diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 82eb9b562..a9d162bab 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -3,6 +3,10 @@ /* font-family: Verdana, Arial, Helvetica, sans-serif; */ } +pre { + font-family: monospace; +} + A:link IMG, A:visited { border-style: none } /* A:focus {text-decoration: underline } */ @@ -113,9 +117,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 +150,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; @@ -258,6 +262,10 @@ table.grid { filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2); } +th, td { + vertical-align: top; +} + th.grid { padding-left: 3px; padding-right: 3px; @@ -278,3 +286,17 @@ 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; +} + +