From f22b714f2b7a38c8a930d8248ccb32751db82b5e Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 20 May 2010 08:48:51 +0000 Subject: fix table titles for new bg color --- httemplate/elements/columnstart.html | 2 +- httemplate/elements/freeside.css | 5 ++++- httemplate/elements/header.html | 2 +- httemplate/elements/tr-justtitle.html | 2 +- httemplate/elements/tr-pkg_svc.html | 2 +- httemplate/elements/tr-title.html | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/columnstart.html b/httemplate/elements/columnstart.html index 0341b274f..be37d817d 100644 --- a/httemplate/elements/columnstart.html +++ b/httemplate/elements/columnstart.html @@ -1,5 +1,5 @@ - + - diff --git a/httemplate/elements/tr-pkg_svc.html b/httemplate/elements/tr-pkg_svc.html index a9561a11a..e66bdf7d7 100644 --- a/httemplate/elements/tr-pkg_svc.html +++ b/httemplate/elements/tr-pkg_svc.html @@ -1,5 +1,5 @@ - - + <% include('tr-justtitle.html', @_) %> -- cgit v1.2.1
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index aa32a6dea..3816f9878 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -48,7 +48,7 @@ input[type="reset"], input[type="submit"], input[type="button"] { border-radius: 4px; -moz-box-shadow: #666666 1px 1px 2px; -webkit-box-shadow: #666666 1px 1px 2px; - box-shadow: #666666 0px 0px 2px; + box-shadow: #666666 1px 1px 2px; filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2); } @@ -147,3 +147,6 @@ a.fstabselected:hover { color: #000000; } +.background { + background-color:#f8f8f8; +} diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index b76d09d70..90ab0b71c 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -140,7 +140,7 @@ Example: % } - + <% $title |h %> diff --git a/httemplate/elements/tr-justtitle.html b/httemplate/elements/tr-justtitle.html index f283307be..e9eda8b18 100644 --- a/httemplate/elements/tr-justtitle.html +++ b/httemplate/elements/tr-justtitle.html @@ -1,5 +1,5 @@
ALIGN="left"> + ALIGN="left"> <% $opt{value} %>
+ <% itable('', 4, 1) %>
<% $thead %> diff --git a/httemplate/elements/tr-title.html b/httemplate/elements/tr-title.html index d40d0fdab..af3734196 100644 --- a/httemplate/elements/tr-title.html +++ b/httemplate/elements/tr-title.html @@ -1,5 +1,5 @@