replaced skins with cemetery skins
git-svn-id: https://rosehill.googlecode.com/svn/branches/php@14 100bd78a-fc82-11de-b5bc-ffd2847a4b57
This commit is contained in:
parent
00987933c4
commit
abb779d8be
|
@ -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; }
|
||||
|
|
|
@ -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; }
|
|
@ -1,5 +1,5 @@
|
|||
<div id="banner">
|
||||
<div id="application_name"><a href="<?php echo BASE_URL; ?>/">New Application</a></div>
|
||||
<div id="application_name"><a href="<?php echo BASE_URL; ?>/">Rose Hill & White Oak Cemeteries</a></div>
|
||||
<div id="location_name">
|
||||
<a href="<?php echo BASE_URL; ?>">City of Bloomington, Mark Kruzan, Mayor</a>
|
||||
</div>
|
||||
|
@ -14,3 +14,4 @@
|
|||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue