missed </ul> in menubar
git-svn-id: https://rosehill.googlecode.com/svn/branches/php@36 100bd78a-fc82-11de-b5bc-ffd2847a4b57
This commit is contained in:
parent
f2460dac6c
commit
b96dcc475c
|
@ -1,5 +1,5 @@
|
||||||
#panel-container { width:100%; overflow:auto; padding-left:10px; }
|
#panel-container { width:100%; overflow:auto; padding-left:10px; }
|
||||||
#panel-one { width:490px; float:right; }
|
#panel-one { width:490px; float:right; padding-left:10px; }
|
||||||
#content-panel { margin-right:495px; border-right:1px solid #999999; width:470px; }
|
#content-panel { margin-right:495px; border-right:1px solid #999999; width:470px; }
|
||||||
#panel-two { clear:right; width:100%; }
|
#panel-two { clear:right; width:100%; }
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
#banner .loginForm { position:absolute; top:5px; right:5px; color:white; }
|
.loginForm { position:absolute; top:5px; right:5px; color:white; }
|
||||||
#banner .loginForm h1 { display:none; }
|
.loginForm h1 { display:none; }
|
||||||
#banner .loginForm th label { color:white; }
|
.loginForm th label { color:black; }
|
||||||
#banner .loginForm fieldset { border:none; margin:0; padding:0; }
|
.loginForm fieldset { border:none; margin:0; padding:0; }
|
||||||
#banner .loginForm legend { display:none; }
|
.loginForm legend { display:none; }
|
||||||
#banner .loginForm button {display:inline; }
|
.loginForm button {display:none; }
|
||||||
#banner .loginForm a { font-weight:bold; color:blue; }
|
.loginForm a { font-weight:bold; color:blue; }
|
||||||
|
|
||||||
.searchForm {}
|
.searchForm {}
|
||||||
|
|
||||||
#burialLinks td { vertical-align:middle; }
|
#burialLinks td { vertical-align:middle; }
|
||||||
#aboutCemeteries { float:left; width:180px; }
|
#aboutCemeteries { float:left; width:180px; }
|
||||||
#cemeteryImages { float:right; width:200px; }
|
#cemeteryImages { float:right; width:200px; }
|
||||||
|
@ -16,7 +18,7 @@
|
||||||
|
|
||||||
.searchInterment th { text-align:left; width:75px; }
|
.searchInterment th { text-align:left; width:75px; }
|
||||||
|
|
||||||
table { margin:8px 0; overflow:auto; }
|
table { margin:5px 0; overflow:auto; }
|
||||||
tr { }
|
tr { }
|
||||||
td label { font-weight:normal; color:#666666; }
|
td label { font-weight:normal; color:#666666; }
|
||||||
td { padding:4px 4px 2px 4px; vertical-align:top; border:0; }
|
td { padding:4px 4px 2px 4px; vertical-align:top; border:0; }
|
||||||
|
@ -31,4 +33,6 @@ tbody th {
|
||||||
th a:link,th a:visited { color:#3366cc; background-color:inherit; }
|
th a:link,th a:visited { color:#3366cc; background-color:inherit; }
|
||||||
form table { border:none; }
|
form table { border:none; }
|
||||||
|
|
||||||
a.sorting { }
|
a.sorting { }
|
||||||
|
|
||||||
|
.menuBar li {padding-left:10px; }
|
|
@ -14,4 +14,5 @@
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue