diff --git a/html/skins/local/layouts/two-column.css b/html/skins/local/layouts/two-column.css index 07cec6c..638baa2 100644 --- a/html/skins/local/layouts/two-column.css +++ b/html/skins/local/layouts/two-column.css @@ -1,5 +1,6 @@ -#panel-container { overflow:auto; } -#panel-one { float:left; width:176px; } -#content-panel { margin-left: 178px; } +#panel-container { width:100%; overflow:auto; padding-left:10px; } +#panel-one { width:490px; float:right; } +#content-panel { margin-right:495px; border-right:1px solid #999999; width:470px; } +#panel-two { clear:right; width:100%; } #footer { clear:both; } diff --git a/html/skins/local/screen.css b/html/skins/local/screen.css index dfef7a0..eec4544 100644 --- a/html/skins/local/screen.css +++ b/html/skins/local/screen.css @@ -5,3 +5,29 @@ #banner .loginForm legend { display:none; } #banner .loginForm button {display:inline; } #banner .loginForm a { font-weight:bold; color:blue; } +.searchForm {} +#burialLinks td { vertical-align:middle; } +#aboutCemeteries { float:left; width:180px; } +#cemeteryImages { float:right; width:200px; } + +.pageNavigation h4 { display:inline; float:left; } +.pageNavigation ul{ display:inline; } +.pageNavigation li { padding-left:5px; } + + +.searchInterment th {text-align:left; width:75px; } + +table { margin:8px 0; overflow:auto; } +tr { } +td label { font-weight:normal; color:#666666; } +td { padding:4px 4px 2px 4px; vertical-align:top; border:0; } +thead th { + font-weight:normal; color:#666666; text-align:left; + vertical-align:bottom; height:8pt; padding:4px 4px 2px 2px; + } +tbody th { + font-weight:normal; color:#666666; text-align:right; + height:8pt; padding:4px 4px 2px 2px; + } +th a:link,th a:visited { color:#3366cc; background-color:inherit; } +form table { border:none; } \ No newline at end of file diff --git a/templates/html/partials/banner.inc b/templates/html/partials/banner.inc index d099e14..e58444c 100644 --- a/templates/html/partials/banner.inc +++ b/templates/html/partials/banner.inc @@ -1,5 +1,5 @@ +