X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ffreeside.css;h=7e8ae872da86a2a2a3d52835a0d062a3624428b7;hb=e8bd43487a32b56508d1ddcea7c46949daec825d;hp=4fd06a0bf07fa0f02b2b0f6c4e5441161c77f17e;hpb=3e9a428cbc8abd4af6fea8eb828126519b43198b;p=freeside.git diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 4fd06a0bf..7e8ae872d 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,7 +228,7 @@ div.fstabcontainer { .fsinnerbox { /* background-color:#cccccc; */ padding:2px; - border: 1px solid #dddddd; + border: 1px solid #cccccc; border-radius: 2px; } @@ -287,4 +297,7 @@ td.label { color: #ff0000; } - +.error { + font-size: large; + color: #ff0000; +}