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-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; }
|
||||
#panel-two { clear:right; width:100%; }
|
||||
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
#banner .loginForm { position:absolute; top:5px; right:5px; color:white; }
|
||||
#banner .loginForm h1 { display:none; }
|
||||
#banner .loginForm th label { color:white; }
|
||||
#banner .loginForm fieldset { border:none; margin:0; padding:0; }
|
||||
#banner .loginForm legend { display:none; }
|
||||
#banner .loginForm button {display:inline; }
|
||||
#banner .loginForm a { font-weight:bold; color:blue; }
|
||||
.loginForm { position:absolute; top:5px; right:5px; color:white; }
|
||||
.loginForm h1 { display:none; }
|
||||
.loginForm th label { color:black; }
|
||||
.loginForm fieldset { border:none; margin:0; padding:0; }
|
||||
.loginForm legend { display:none; }
|
||||
.loginForm button {display:none; }
|
||||
.loginForm a { font-weight:bold; color:blue; }
|
||||
|
||||
.searchForm {}
|
||||
|
||||
#burialLinks td { vertical-align:middle; }
|
||||
#aboutCemeteries { float:left; width:180px; }
|
||||
#cemeteryImages { float:right; width:200px; }
|
||||
|
@ -16,7 +18,7 @@
|
|||
|
||||
.searchInterment th { text-align:left; width:75px; }
|
||||
|
||||
table { margin:8px 0; overflow:auto; }
|
||||
table { margin:5px 0; overflow:auto; }
|
||||
tr { }
|
||||
td label { font-weight:normal; color:#666666; }
|
||||
td { padding:4px 4px 2px 4px; vertical-align:top; border:0; }
|
||||
|
@ -32,3 +34,5 @@ th a:link,th a:visited { color:#3366cc; background-color:inherit; }
|
|||
form table { border:none; }
|
||||
|
||||
a.sorting { }
|
||||
|
||||
.menuBar li {padding-left:10px; }
|
|
@ -14,4 +14,5 @@
|
|||
";
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue